Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 25, 2024
1 parent 734d0c3 commit a48dce1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions datafusion/sqllogictest/test_files/parquet.slt
Original file line number Diff line number Diff line change
Expand Up @@ -476,22 +476,22 @@ OPTIONS (
);

# NB the data is read and displayed a StringView
query error DataFusion error: SQL error: ParserError\("Expected: an SQL statement, found: Utf8View"\)
query TTTTTT
select
arrow_typeof(binary_col), binary_col,
arrow_typeof(largebinary_col), largebinary_col,
arrow_typeof(binaryview_col), binaryview_col
FROM binary_as_string_both;
----
Utf8View aaa
Utf8View bbb
Utf8View ccc
Utf8View ddd
Utf8View eee
Utf8View fff
Utf8View ggg
Utf8View hhh
Utf8View iii
----
Utf8View aaa Utf8View aaa Utf8View aaa
Utf8View bbb Utf8View bbb Utf8View bbb
Utf8View ccc Utf8View ccc Utf8View ccc
Utf8View ddd Utf8View ddd Utf8View ddd
Utf8View eee Utf8View eee Utf8View eee
Utf8View fff Utf8View fff Utf8View fff
Utf8View ggg Utf8View ggg Utf8View ggg
Utf8View hhh Utf8View hhh Utf8View hhh
Utf8View iii Utf8View iii Utf8View iii

# Run an explain plan to show the cast happens in the plan (there should be no casts)
query TT
Expand Down

0 comments on commit a48dce1

Please sign in to comment.