delta-io/delta

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

Chiusa

#1444 aperta il 18 ott 2022

 (2 commenti) (1 reazione) (0 assegnatari)Scala (2159 fork)batch import
enhancementgood first issuestale

Metriche repository

Star
 (8950 stelle)
Metriche merge PR
 (Metriche PR in attesa)

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