I believe that our default read_parquet() does not automatically add hive-style partitions by default (I'll try to come up with a reproducer soon...this was reported in Discord).
I think this is now supported in DataFusion proper but it's possible that at the time we ported over the listing table/format wrappers it hadn't shown up yet.
I believe that our default
read_parquet()does not automatically add hive-style partitions by default (I'll try to come up with a reproducer soon...this was reported in Discord).I think this is now supported in DataFusion proper but it's possible that at the time we ported over the listing table/format wrappers it hadn't shown up yet.