Skip to content

Commit f05e38e

Browse files
committed
address comments
1 parent f2c2a36 commit f05e38e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integration_tests/src/main/python/asserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _assert_gpu_and_cpu_writes_are_equal(
267267
# Check if current test has delta_lake marker
268268
from conftest import current_test_has_delta_marker
269269
if current_test_has_delta_marker():
270-
print("Delta Lake test detected - applying Delta write validation")
270+
print("Delta Lake test detected - applying Delta write validation")
271271
from delta_lake_utils import assert_rapids_delta_write
272272
assert_rapids_delta_write(lambda spark: write_func(spark, gpu_path), conf=conf)
273273
else:

integration_tests/src/main/python/delta_lake_delete_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,5 @@ def do_delete(spark, path):
372372
dest_table.delete("b > 'c'")
373373
read_func = read_delta_path_with_cdf if use_cdf else read_delta_path
374374
assert_gpu_and_cpu_writes_are_equal_collect(do_delete, read_func, data_path,
375-
conf=delta_delete_enabled_conf)
375+
conf=delta_delete_enabled_conf)
376376
with_cpu_session(lambda spark: assert_gpu_and_cpu_delta_logs_equivalent(spark, data_path))

0 commit comments

Comments
 (0)