delta-io/delta

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

クローズ

#1,444 opened on 2022/10/18

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)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 floor function.

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

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