Skip to content

Commit

Permalink
remove lines after dash
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <[email protected]>
  • Loading branch information
jayzhan211 committed Dec 4, 2023
1 parent 572847f commit 1467fda
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions datafusion/sqllogictest/test_files/array.slt
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ AS VALUES

query error
select [1, true, null]
----
DataFusion error: Error during planning: No function matches the given name and argument types 'make_array(Int64, Boolean, Null)'. You might need to add explicit type casts.
Candidate functions:
make_array(CoercibleT, .., CoercibleT)
make_array()


query error DataFusion error: This feature is not implemented: ScalarFunctions without MakeArray are not supported: now()
SELECT [now()]
Expand Down

0 comments on commit 1467fda

Please sign in to comment.