delta-io/delta

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

Open

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

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)Scala (2,100 fork)batch import
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)

贡献者指南