Replies: 1 comment
-
|
We do have an open issue & PR for this feature: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to check if we can allow multiple files as input when creating external tables. Looking at https://datafusion.apache.org/user-guide/sql/ddl.html#create-external-table and the test cases it seems the
LOCATIONfield can be either a directory or a single file.My use case is that I have a directory that has hundreds of parquet files. I need to take N of them (e.g 10, 20 etc.) to produce bigger sized compacted parquet file.
Regards
Dinesh
Beta Was this translation helpful? Give feedback.
All reactions