should be it
This commit is contained in:
20
external/duckdb/test/sql/copy/parquet/parquet_nullbyte.test
vendored
Normal file
20
external/duckdb/test/sql/copy/parquet/parquet_nullbyte.test
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# name: test/sql/copy/parquet/parquet_nullbyte.test
|
||||
# description: Test reading parquet files with null bytes in strings
|
||||
# group: [parquet]
|
||||
|
||||
require parquet
|
||||
|
||||
statement ok
|
||||
PRAGMA enable_verification
|
||||
|
||||
query II
|
||||
select * from parquet_scan('data/parquet-testing/nullbyte.parquet')
|
||||
----
|
||||
42 hello\0world
|
||||
|
||||
query II
|
||||
select * from parquet_scan('data/parquet-testing/nullbyte_multiple.parquet')
|
||||
----
|
||||
1 hello\0world
|
||||
2 this is a long\0string
|
||||
3 this string has no null bytes
|
||||
Reference in New Issue
Block a user