Skip to content

Commit

Permalink
Restore test_computation_in_grpby_columns and test_struct_self_join (#…
Browse files Browse the repository at this point in the history
…5400)

Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe authored Apr 29, 2022
1 parent adef223 commit bd3cbd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integration_tests/src/main/python/hash_aggregate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
1 change: 0 additions & 1 deletion integration_tests/src/main/python/join_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit bd3cbd1

Please sign in to comment.