delta-io/delta

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

クローズ

#1,443 opened on 2022/10/18

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)Scala (2,159 件のフォーク)batch import
enhancementgood first issuestale

Repository metrics

Stars
 (8,950 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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)

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