Skip to content

Commit 619a658

Browse files
Chong Gaores-life
authored andcommitted
Ignore row ordering in auto-compaction test
Signed-off-by: Chong Gao <chongg@nvidia.com>
1 parent 6f1892c commit 619a658

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

integration_tests/src/main/python/delta_lake_auto_compact_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from asserts import assert_gpu_and_cpu_writes_are_equal_collect, with_gpu_session
1717
from data_gen import copy_and_update, idfn
1818
from delta_lake_utils import *
19-
from marks import allow_non_gpu, delta_lake
19+
from marks import allow_non_gpu, delta_lake, ignore_order
2020
from pyspark.sql.functions import *
2121
from spark_session import is_spark_353_or_later, is_databricks_runtime, \
2222
is_databricks104_or_later, is_databricks173_or_later, supports_delta_lake_deletion_vectors
@@ -111,6 +111,8 @@ def test_auto_compact_dbr173_inline_uses_gpu(spark_tmp_path):
111111
with_cpu_session(lambda spark: assert_optimized(spark, data_path), {})
112112

113113

114+
# Auto-configured RapidsShuffleManager may change row ordering.
115+
@ignore_order(local=True)
114116
@delta_lake
115117
@allow_non_gpu(*delta_meta_allow)
116118
@pytest.mark.skipif(not is_databricks_runtime() and not is_spark_353_or_later(),

0 commit comments

Comments
 (0)