Skip to content

Question: does datafusion-cli being tested on all files in apache/parquet-testing? #17828

@rluvaton

Description

@rluvaton

I found a parquet file that datafusion-cli failed to read and opened a bug in:

and added the file in:

I can't find it but does the CI run basic sanity on all the files in https://github.com/apache/parquet-testing data directory (https://github.com/apache/parquet-testing/tree/a3d96a65e11e2bbca7d22a894e8313ede90a33a3/data)

like simple:

find parquet-testing/data/ -name "*.parquet" -type f | while read file; do
  echo "Processing: $file"
  datafusion-cli --command "select * from '$file'"
done

for sanity test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions