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)
Although initially it did not work, I then had to enable unlimited splits in order for it to show up on CE. In 22.x, unlimited splits is on by default but the dist:/// on dremio.conf needs to be configured to write to something like S3/HDFS/AZ/GCS etc