delta-io/delta
在 GitHub 查看[Feature Request] Automatically generate partition filters for generated columns using the floor function
Open
#1,444 建立於 2022年10月18日
enhancementgood first issue
倉庫指標
- Star
- (8,807 star)
- PR 合併指標
- (平均合併 7天 1小時) (30 天內合併 142 個 PR)
描述
See #1442
We can automatically generated partition filters when a partition column is generated by the floor function.
i.e. if x < y then floor(x) <= floor(y)