It's common for Parquet files to be partitioned. It would be nice to support glob patterns to read them all at once: ```sql COPY table FROM 's3://mybucket/*.parquet' WITH (format 'parquet'); ```