delta-io/delta

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

Open

#1443 aperta il 18 ott 2022

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Scala (2100 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (8807 star)
Metriche merge PR
 (Merge medio 7g 1h) (142 PR mergiate in 30 g)

Descrizione

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)

Guida contributor