delta-io/delta

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

Open

#1,443 opened on 2022年10月18日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)Scala (2,100 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (8,807 stars)
PR merge metrics
 (平均マージ 7d 1h) (30d で 142 merged PRs)

説明

See #1442

We can automatically generated partition filters when a partition column is generated by the ceil function.

i.e. if x < y then ceil(x) <= ceil(y)

コントリビューターガイド