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
## Description
Adding automated partition filter creation for generated columns using TruncTimestamp (date_trunc)
Implements #1445
Test case was added
## Does this PR introduce _any_ user-facing changes?
Closes#1514
Signed-off-by: Allison Portis <allison.portis@databricks.com>
GitOrigin-RevId: 85003be24893458a4105d857c8c92fe31213a075
See #1442
We can automatically generated partition filters when a partition column is generated by the TruncTimestamp function.
i.e. if t1 < t2 then date_trunc('QUARTER', t1) <= date_trunc('QUARTER', t2)
The text was updated successfully, but these errors were encountered: