Support globbing for multiple parquet files? #24
Labels
Comments
I'd like to support this more seamlessly in the future, either by supporting a glob or, like Hive, taking a directory to query. There are some internal design things I'd have to think about first, though. Until then, the best I can suggest is to create N tables, one per parquet file, then create a view that UNION ALLs the tables. If you invoke sqlite like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/*');
For the record there are two parquet files in that folder.
$ ls -l parquet/00000*
The text was updated successfully, but these errors were encountered: