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
Currently, partition pruning is possible only through the dedicated method DataFrame::filterPartitions().
The goal is to simply use DataFrame::filter which should be able to detect if given ref is a partition and apply pruning even before extraction.