DuckDB insert the hive partitions into parquet file
I have jsonl files partitioned by user_id
, and report_date
. I am converting these jsonl files into parquet files and save them in the same folder using the following commands in DuckDB
I have jsonl files partitioned by user_id
, and report_date
. I am converting these jsonl files into parquet files and save them in the same folder using the following commands in DuckDB