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
Now, using latest antalya build (25.2.2.27662), I get this exception trying to read empty table: Code: 715. DB::Exception: Received from localhost:9000. DB::Exception: The data format cannot be detected by the contents of the files, because there are no files with provided path in S3ObjectStorage or all files are empty. You can specify the format manually: The data format cannot be detected by the contents of the files. You can specify the format manually. (CANNOT_DETECT_FORMAT)
On plain 25.2 I don't see any exception, I get expected result: 0 rows.
Describe the unexpected behaviour
Now, using latest antalya build (25.2.2.27662), I get this exception trying to read empty table:
Code: 715. DB::Exception: Received from localhost:9000. DB::Exception: The data format cannot be detected by the contents of the files, because there are no files with provided path in S3ObjectStorage or all files are empty. You can specify the format manually: The data format cannot be detected by the contents of the files. You can specify the format manually. (CANNOT_DETECT_FORMAT)
On plain 25.2 I don't see any exception, I get expected result: 0 rows.
Seems like this is the cause:
https://clickhouse.com/docs/integrations/iceberg#aliases
iceberg
should be an alias toicebergS3
.The text was updated successfully, but these errors were encountered: