Skip to content

Commit e02f754

Browse files
committed
fix
1 parent 98ee834 commit e02f754

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/tests/sqllogictests/test_files

1 file changed

+1
-1
lines changed

datafusion/core/tests/sqllogictests/test_files/array.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ select array_concat(trim_array(make_array(1, 2, 3), 3), make_array(4, 5), make_a
229229
----
230230
[4, 5]
231231

232-
# trim_array scalar function #3
232+
# trim_array scalar function #4
233233
query ??
234234
select trim_array(make_array(), 0), trim_array(make_array(), 1)
235235
----

0 commit comments

Comments
 (0)