Skip to content

Fail to read empty Iceberg table with iceberg table function #732

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alsugiliazova opened this issue Apr 11, 2025 · 0 comments · Fixed by #746
Closed

Fail to read empty Iceberg table with iceberg table function #732

alsugiliazova opened this issue Apr 11, 2025 · 0 comments · Fixed by #746
Assignees

Comments

@alsugiliazova
Copy link

alsugiliazova commented Apr 11, 2025

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 to icebergS3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants