Skip to content

Commit 0580a13

Browse files
committed
Merge branch 'release/25.12' of https://github.com/NVIDIA/spark-rapids into fix-delta-split
2 parents 3afea8a + 192ad15 commit 0580a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration_tests/src/main/python/delta_lake_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def convert_and_setup_name_mapping(spark):
259259
@allow_non_gpu(*delta_meta_allow)
260260
@delta_lake
261261
@ignore_order(local=True)
262-
@pytest.mark.skipif(not is_spark_340_or_later(), reason="Deletion Vectors only supported on Spark 3.4.0+")
262+
@pytest.mark.skipif(not supports_delta_lake_deletion_vectors() or is_databricks_runtime(), reason="We don't support Deletion Vectors on Databricks")
263263
def test_delta_filter_out_metadata_col(spark_tmp_path):
264264
data_path = spark_tmp_path + "/DELTA_DATA"
265265

0 commit comments

Comments
 (0)