Skip to content

Commit 452a4dd

Browse files
fix: remove test comment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6f2f340 commit 452a4dd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

datafusion/sqllogictest/test_files/array.slt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8634,8 +8634,6 @@ SELECT string_to_array('', '')
86348634
----
86358635
[]
86368636

8637-
# empty string with null_string arg — without the fix "".split(",") yields [""],
8638-
# which is != the null_string "x", so the result would be [""] instead of []
86398637
query ?
86408638
SELECT string_to_array('', ',', 'x')
86418639
----

0 commit comments

Comments
 (0)