Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore test_computation_in_grpby_columns and test_struct_self_join #5400

Merged
merged 1 commit into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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