You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:I believe that it's no need for throwing an exception and logging an error when using parquets
The text was updated successfully, but these errors were encountered: