delta-io/delta
Ver no GitHub[Feature Request] Automatically generate partition filters for generated columns using the floor function
Open
#1.444 aberto em 18 de out. de 2022
enhancementgood first issue
Métricas do repositório
- Stars
- (8.807 stars)
- Métricas de merge de PR
- (Mesclagem média 7d 1h) (142 fundiu PRs em 30d)
Description
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)