delta-io/delta

[Feature Request] Automatically generate partition filters for generated columns using the floor function

已关闭

#1,444 创建于 2022年10月18日

 (2 条评论) (1 个反应) (0 位负责人)Scala (2,159 个派生)batch import
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)

贡献者指南