should be it
This commit is contained in:
11
external/duckdb/test/sql/copy/parquet/parquet_4903.test
vendored
Normal file
11
external/duckdb/test/sql/copy/parquet/parquet_4903.test
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# name: test/sql/copy/parquet/parquet_4903.test
|
||||
# description: Issue #4442: Parquet reader converts timestamp to i64 *sometimes*
|
||||
# group: [parquet]
|
||||
|
||||
require parquet
|
||||
|
||||
# file is corrupt
|
||||
statement error
|
||||
SELECT type_param_constraints FROM 'data/parquet-testing/bug4903.parquet' limit 10
|
||||
----
|
||||
<REGEX>:.*Binder Error.*not found in FROM clause.*
|
||||
Reference in New Issue
Block a user