From 336dd76fe2d9ff11d8e051f366dfec47fc671b05 Mon Sep 17 00:00:00 2001 From: Jason Lowe Date: Thu, 28 Apr 2022 11:26:53 -0500 Subject: [PATCH] Restore test_computation_in_grpby_columns and test_struct_self_join Signed-off-by: Jason Lowe --- integration_tests/src/main/python/hash_aggregate_test.py | 1 - integration_tests/src/main/python/join_test.py | 1 - 2 files changed, 2 deletions(-) diff --git a/integration_tests/src/main/python/hash_aggregate_test.py b/integration_tests/src/main/python/hash_aggregate_test.py index f4152b1a7da..937a257a6fd 100644 --- a/integration_tests/src/main/python/hash_aggregate_test.py +++ b/integration_tests/src/main/python/hash_aggregate_test.py @@ -344,7 +344,6 @@ def test_hash_reduction_sum_count_action(data_gen): # Make sure that we can do computation in the group by columns @ignore_order -@pytest.mark.xfail(reason="https://github.com/NVIDIA/spark-rapids/issues/5286") def test_computation_in_grpby_columns(): conf = {'spark.rapids.sql.batchSizeBytes' : '250'} data_gen = [ diff --git a/integration_tests/src/main/python/join_test.py b/integration_tests/src/main/python/join_test.py index 1cf120b8811..87df5657391 100644 --- a/integration_tests/src/main/python/join_test.py +++ b/integration_tests/src/main/python/join_test.py @@ -741,7 +741,6 @@ def do_join(spark): # Regression test for https://github.com/NVIDIA/spark-rapids/issues/3775 @ignore_order(local=True) -@pytest.mark.xfail(reason="https://github.com/NVIDIA/spark-rapids/issues/5286") def test_struct_self_join(spark_tmp_table_factory): def do_join(spark): data = [