I'm using parquet files for unload_and_copy, unload options: ["PARQUET", "PARALLEL ON", "CLEANPATH"]
I get S3DownloadError and an error log in case my query returns no rows:
ERROR: No files generated from unload
I believe that it's no need for throwing an exception and logging an error when using parquets
I'm using parquet files for
unload_and_copy, unload options:["PARQUET", "PARALLEL ON", "CLEANPATH"]I get
S3DownloadErrorand an error log in case my query returns no rows:I believe that it's no need for throwing an exception and logging an error when using parquets