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
If a column belongs to multiple partitioning schemes, we currently require that all the schemes are able to enforce a predicate on the column in order to selectively run the optimize procedure. We should introduce a parameter which allows users to selectively choose which partition specs they are optimizing This way a column which was once partitioned with a bucket transform, but is now using an identity transform can still be selectively optimized.
The text was updated successfully, but these errors were encountered:
Relates to: #12362
If a column belongs to multiple partitioning schemes, we currently require that all the schemes are able to enforce a predicate on the column in order to selectively run the
optimize
procedure. We should introduce a parameter which allows users to selectively choose which partition specs they are optimizing This way a column which was once partitioned with abucket
transform, but is now using anidentity
transform can still be selectively optimized.The text was updated successfully, but these errors were encountered: