delta-io/delta

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

Open

#1 444 ouverte le 18 oct. 2022

Voir sur GitHub
 (1 commentaire) (1 réaction) (0 assignés)Scala (2 100 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (8 807 stars)
Métriques de merge PR
 (Merge moyen 7j 1h) (142 PRs mergées en 30 j)

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)

Guide contributeur