Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parkma99 committed Jun 11, 2023
1 parent 98ee834 commit e02f754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/sqllogictests/test_files/array.slt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ select array_concat(trim_array(make_array(1, 2, 3), 3), make_array(4, 5), make_a
----
[4, 5]

# trim_array scalar function #3
# trim_array scalar function #4
query ??
select trim_array(make_array(), 0), trim_array(make_array(), 1)
----
Expand Down

0 comments on commit e02f754

Please sign in to comment.