delta-io/delta

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

Open

#1444 aperta il 18 ott 2022

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)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 floor function.

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

Guida contributor