Description
partition stats will not effort, the current implementation does not seem to achieve the effect of partition filtering.
- first
in this picture, I change the ut filter to trigger partition stats index.
partition_stats will not save fileName, so if reuse `CSI` logical, it will throw null point in group by key
and this will cause skip other index
- second
and have a question, I am not sure this pr is use to `partition` purge like physical partition col, which mean use other field min/max to get which physical partitions to list fileSlice. or filter fileName like `CSI`, `RLI`.
thanks
Attachments
Attachments
Issue Links
- is caused by
-
HUDI-7144 Support query for tables written as partitionBy but synced as non-partitioned
- Closed