should be it
This commit is contained in:
16
external/duckdb/test/sql/copy/parquet/parquet_zstd.test
vendored
Normal file
16
external/duckdb/test/sql/copy/parquet/parquet_zstd.test
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# name: test/sql/copy/parquet/parquet_zstd.test
|
||||
# description: Read a parquet file with ZSTD
|
||||
# group: [parquet]
|
||||
|
||||
statement ok
|
||||
SET default_null_order='nulls_first';
|
||||
|
||||
require parquet
|
||||
|
||||
query TTT
|
||||
select * from parquet_scan('data/parquet-testing/zstd.parquet') order by 1
|
||||
----
|
||||
NULL bar 0
|
||||
-1 foo 1
|
||||
2.5 baz 1
|
||||
|
||||
Reference in New Issue
Block a user