Skip to content

Commit

Permalink
Revert "Temporarily xfail failing iceberg test (#6756)"
Browse files Browse the repository at this point in the history
This reverts commit 2e8427b.
  • Loading branch information
tgravescs authored Oct 13, 2022
1 parent 8425657 commit 110c0eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_tests/src/main/python/iceberg_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def setup_iceberg_table(spark):

@iceberg
@ignore_order(local=True) # Iceberg plans with a thread pool and is not deterministic in file ordering
@pytest.mark.xfail(reason='https://github.com/NVIDIA/spark-rapids/issues/6718')
@pytest.mark.parametrize("data_gens", iceberg_gens_list, ids=idfn)
@pytest.mark.parametrize('reader_type', rapids_reader_types)
def test_iceberg_parquet_read_round_trip(spark_tmp_table_factory, data_gens, reader_type):
Expand Down

0 comments on commit 110c0eb

Please sign in to comment.