delta-io/delta
[Feature Request] Automatically generate partition filters for generated columns using the floor function
已关闭
#1,444 创建于 2022年10月18日
enhancementgood first issuestale
仓库指标
- 星标
- (8,950 个星标)
- PR 合并指标
- (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)