You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
It is usual to organize data files by partitions. There are many ways to do that, but hive partitioning is the most common:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
It is usual to organize data files by partitions. There are many ways to do that, but hive partitioning is the most common:
Describe the solution you'd like
In the
ListingTableProvider
, when resolving the list of files:PartitionedFile
will contain the value of all of the partition dimensions.Additional context
Closing #133 and #204 in favor of this.
The text was updated successfully, but these errors were encountered: