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?
ListingTable currently has a very naive algorithm for finding files within a dataset that serially lists every file in the dataset, and then applies pruning to each returned file
Describe the solution you'd like
The partition pruning logic should instead list each partition separately, ideally in parallel, prune these partitions, and then return the list of contained files
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
ListingTable currently has a very naive algorithm for finding files within a dataset that serially lists every file in the dataset, and then applies pruning to each returned file
Describe the solution you'd like
The partition pruning logic should instead list each partition separately, ideally in parallel, prune these partitions, and then return the list of contained files
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: