-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The ability to read partitioned tables is added the the ListingTable in #1141. This is a very common feature that would be interesting to expose in the highest level APIs such as ExecutionContext.read_xxx and ExecutionContext.register_xxx
Describe the solution you'd like
The cleanest solution would probably to have a partiotioning field in CsvReadOptions/AvroReadOptions and also make read_parquet use a ParquetReadOptions
- Moved aggr_test_schema to test_utils #1338
-
read_parquet/register_parquet -
read_csv/register_csv -
read_avro/register_avro - sql
CREATE EXTERNAL TABLE
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed