From 22aacddc7c8d94764950fdf30b205e8beb1971b3 Mon Sep 17 00:00:00 2001 From: Ben McDonald <46734217+bmcdonald3@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:27:16 -0700 Subject: [PATCH] Disable Parquet multi row group test until resolved (#3379) This Parquet test is failing sporadically on nightly testing and, rather than attempting to track down the bug further, we are going to continue with the refactor before attempting to resolve this issue. --- tests/parquet_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/parquet_test.py b/tests/parquet_test.py index 764e11ae14..e78c5e9098 100644 --- a/tests/parquet_test.py +++ b/tests/parquet_test.py @@ -585,6 +585,7 @@ def test_decimal_reads(self): self.assertTrue(np.allclose(ak_data["decCol" + str(i)].to_ndarray(), data[i - 1])) def test_multi_batch_reads(self): + pytest.skip() # verify reproducer for #3074 is resolved # seagarray w/ empty segs multi-batch pq reads