Hi, I had a problem loading parquet file from s3 when there's a space in the path. I tried with %20 but it doesn't work either.
Example path:
s3://my-bucket/trusted/receita_socios/version=2021-10-30 09:00:56/my-file.parquet
Error message:
Error: Error loading Parquet: no parquet file found
The same file without space in the path works fine.