delta-io/delta

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

Closed

#1,444 opened on Oct 18, 2022

 (2 comments) (1 reaction) (0 assignees)Scala (2,153 forks)batch import
enhancementgood first issuestale

Repository metrics

Stars
 (8,939 stars)
PR merge metrics
 (Avg merge 7d 1h) (142 merged PRs in 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)

Contributor guide