delta-io/delta
[Feature Request] Automatically generate partition filters for generated columns using the ceiling function
Chiusa
#1443 aperta il 18 ott 2022
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 ceil function.
i.e. if x < y then ceil(x) <= ceil(y)