Skip to content

Segmentation fault on reading parquet file #5968

@k-anshul

Description

@k-anshul

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

  1. Download given file in local
  2. select * from read_parquet("filename");
  3. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions