Skip to content

Commit

Permalink
Fix what looks like a merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Nov 15, 2024
1 parent 3365e9b commit fe2bf70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/sqllogictest/test_files/string/string_view.slt
Original file line number Diff line number Diff line change
Expand Up @@ -944,10 +944,11 @@ logical_plan
02)--TableScan: test projection=[column1_utf8view]

## Ensure no casts for nullif
query error DataFusion error: SQL error: ParserError\("Expected: an SQL statement, found: logical_plan"\)
query TT
EXPLAIN SELECT
nullif(column1_utf8view, 'a') as c
FROM test;
----
logical_plan
01)Projection: nullif(test.column1_utf8view, Utf8View("a")) AS c
02)--TableScan: test projection=[column1_utf8view]
Expand Down

0 comments on commit fe2bf70

Please sign in to comment.