From a58f553bba75cef35fd1e69f10920243e304ba32 Mon Sep 17 00:00:00 2001 From: Raza Jafri Date: Wed, 4 May 2022 14:26:21 -0700 Subject: [PATCH] xfail tests for spark 3.3.0 due to changes in readBatch (#5422) Signed-off-by: Raza Jafri Co-authored-by: Raza Jafri --- integration_tests/src/main/python/cache_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/src/main/python/cache_test.py b/integration_tests/src/main/python/cache_test.py index 4b3bce54fb9..4d2f803c4d7 100644 --- a/integration_tests/src/main/python/cache_test.py +++ b/integration_tests/src/main/python/cache_test.py @@ -32,6 +32,7 @@ decimal_struct_gen= StructGen([['child0', sub_gen] for ind, sub_gen in enumerate(_cache_decimal_gens)]) @pytest.mark.parametrize('enable_vectorized_conf', enable_vectorized_confs, ids=idfn) +@pytest.mark.xfail(condition=not is_before_spark_330(), reason='The tests are failing due to changes in parquet reader. More details can be found at https://github.com/NVIDIA/spark-rapids/issues/5357') @allow_non_gpu('CollectLimitExec') def test_passing_gpuExpr_as_Expr(enable_vectorized_conf): assert_gpu_and_cpu_are_equal_collect(