Skip to content

Support globbing for multiple parquet files? #24

@marklit

Description

@marklit

Is there a way I can load multiple parquet files?

My first guess brings back the following IOError from Arrow:

CREATE VIRTUAL TABLE trips USING parquet('parquet/*');
Error: Arrow error: IOError: Failed to open local file: parquet/* , error: No such file or directory

For the record there are two parquet files in that folder.

$ ls -l parquet/00000*
-rw-rw-r-- 1 mark mark 2079571240 Jun 25 05:58 parquet/000000_0
-rw-rw-r-- 1 mark mark 2053401839 Jun 25 06:07 parquet/000001_0

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions