We would like to start using option “Enable partition column inference” to have well formatted columns for partitioned parquet files but looks like this option doesn’t work like is described on documentation paged
No new well formatted columns visible only standard old dir0
Tested on latest community edition 23.1.0 with simple dummy partitioned parquet file.
I’ve created new Object Storages with option selected (tested on S3 and NAS object storage)
@balaji.ramaswamy Yes from that reason I tested on new Object Storage “local” with option selected from creation time.
Additionally I also tested sequences:
select * from “local”.parquet_test alter table “local”.parquet_test forget metadata alter table “local”.parquet_test refresh metadata
But this also dosn’t help.
Could you check if this is working on any dummy parquet file - I’ve attached my test one here parquet_test.zip (3.3 KB)