Hive Partitioned Parquet files
Hive Partitioned Parquet files
select * from
read_parquet("<path-to>/tpcds_1_delta/store_sales/*/*.parquet", hive_partitioning=true);
select * from
read_parquet("<path-to>/tpcds_1_delta/store_sales/*/*.parquet", hive_partitioning=true);