-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
What happens?
Duckdb cli crashes with segmentation fault on trying to read the following parquet file : https://github.com/k-anshul/pqarrow_example/blob/main/out.parquet
The parquet file seems valid since I can scan it with other cli based tools : https://github.com/apache/parquet-mr/blob/master/parquet-cli/README.md
To Reproduce
- Download given file in local
- select * from read_parquet("filename");
- duckdb will crash with segmentation fault
OS:
mac os 13.1 (m1)
DuckDB Version:
v0.6.1
DuckDB Client:
cli
Full Name:
Anshul
Affiliation:
Independent Consultant
Have you tried this on the latest master
branch?
- I agree
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
- I agree
Metadata
Metadata
Assignees
Labels
No labels