Sahil Maniar
10/24/2025, 7:03 AM,, intended to be uses as a NON-path separator
I tried encoding the comma %2C , no luck
---
Is there any property that I can configure here?
SELECT * FROM FILES(
"path" = "s3://.../VPMM_MH_ID=0...a/PV_CATEGORY_NAME=Tea, Coffee & More/part-....c000.zstd.parquet",
"format" = "parquet",
"aws.s3.region" = "...",
"aws.s3.use_instance_profile" = "true",
"aws.s3.use_aws_sdk_default_behavior" = "true",
"fill_mismatch_column_with" = "null",
"columns_from_path" = "VPMM_MH_ID, PV_CATEGORY_NAME"
);Rz
10/24/2025, 9:41 AMSahil Maniar
10/27/2025, 11:41 AM