should be it
This commit is contained in:
13
external/duckdb/test/sql/copy/parquet/parquet_silly.test
vendored
Normal file
13
external/duckdb/test/sql/copy/parquet/parquet_silly.test
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# name: test/sql/copy/parquet/parquet_silly.test
|
||||
# description: Read a parquet file with silly names
|
||||
# group: [parquet]
|
||||
|
||||
require parquet
|
||||
|
||||
query TTT
|
||||
select "önë", "C1", "🦆" from parquet_scan('data/parquet-testing/silly-names.parquet') order by 1
|
||||
----
|
||||
1 foo 1
|
||||
2 bar 0
|
||||
3 baz 1
|
||||
|
||||
Reference in New Issue
Block a user