Skip to content

Commit

Permalink
Revert "xfail AST nested loop join tests until cudf empty left table …
Browse files Browse the repository at this point in the history
…bug is fixed (#3340)" (#3412)

This reverts commit 68beb1f.

Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe authored Sep 9, 2021
1 parent de2c1a3 commit 4f24983
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/src/main/python/join_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ def do_join(spark):
# local sort because of https://github.com/NVIDIA/spark-rapids/issues/84
# After 3.1.0 is the min spark version we can drop this
@ignore_order(local=True)
@pytest.mark.xfail(reason='https://github.com/rapidsai/cudf/issues/9044')
@pytest.mark.parametrize('data_gen', ast_gen, ids=idfn)
@pytest.mark.parametrize('join_type', ['Left', 'Inner', 'LeftSemi', 'LeftAnti', 'Cross'], ids=idfn)
@pytest.mark.parametrize('batch_size', ['100', '1g'], ids=idfn) # set the batch size so we can test multiple stream batches
Expand All @@ -369,7 +368,6 @@ def do_join(spark):
# local sort because of https://github.com/NVIDIA/spark-rapids/issues/84
# After 3.1.0 is the min spark version we can drop this
@ignore_order(local=True)
@pytest.mark.xfail(reason='https://github.com/rapidsai/cudf/issues/9044')
@pytest.mark.parametrize('data_gen', ast_gen, ids=idfn)
@pytest.mark.parametrize('batch_size', ['100', '1g'], ids=idfn) # set the batch size so we can test multiple stream batches
def test_left_broadcast_nested_loop_join_with_ast_condition(data_gen, batch_size):
Expand Down

0 comments on commit 4f24983

Please sign in to comment.