Skip to content

Fix JSON Exception in iceberg table with timestamp column when using glue catalog#90209

Merged
alesapin merged 1 commit intoClickHouse:masterfrom
alsugiliazova:fix_json_parsing_issue_iceberg
Nov 19, 2025
Merged

Fix JSON Exception in iceberg table with timestamp column when using glue catalog#90209
alesapin merged 1 commit intoClickHouse:masterfrom
alsugiliazova:fix_json_parsing_issue_iceberg

Conversation

@alsugiliazova
Copy link
Contributor

@alsugiliazova alsugiliazova commented Nov 17, 2025

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):

Fix JSON Exception in iceberg table with timestamp column when using glue catalog. Resolves #90210

Details

Fixes #90210

@alesapin alesapin self-assigned this Nov 17, 2025
@alesapin alesapin added the can be tested Allows running workflows for external contributors label Nov 17, 2025
@clickhouse-gh
Copy link
Contributor

clickhouse-gh bot commented Nov 17, 2025

Workflow [PR], commit [387aa79]

Summary:

job_name test_name status info comment
Stateless tests (arm_asan, targeted) failure
03710_parallel_alter_comment_rename_selects FAIL cidb
Stateless tests (amd_tsan, parallel, 1/2) failure
03629_create_or_replace_as_select_with_progress_tcp FAIL cidb
Stress test (amd_ubsan) failure
S3_ERROR No such key thrown (see clickhouse-server.log or no_such_key_errors.txt) FAIL cidb
AST fuzzer (arm_asan) failure
Received signal 11 FAIL cidb
BuzzHouse (amd_debug) failure
Buzzing result failure cidb
Finish Workflow failure
python3 ./ci/jobs/scripts/workflow_hooks/new_tests_check.py failure

@clickhouse-gh clickhouse-gh bot added the pr-bugfix Pull request with bugfix, not backported by default label Nov 17, 2025
@alsugiliazova
Copy link
Contributor Author

Fails are not related to the fix.

@alesapin alesapin added this pull request to the merge queue Nov 19, 2025
Merged via the queue into ClickHouse:master with commit 19a7a47 Nov 19, 2025
126 of 133 checks passed
@robot-clickhouse robot-clickhouse added the pr-synced-to-cloud The PR is synced to the cloud repo label Nov 19, 2025
mkmkme pushed a commit to Altinity/ClickHouse that referenced this pull request Nov 19, 2025
…ng_issue_iceberg

Fix JSON Exception in iceberg table with timestamp column when using glue catalog
Enmk added a commit to Altinity/ClickHouse that referenced this pull request Nov 20, 2025
Antalya 25.8 Backport of ClickHouse#90209 - Fix JSON Exception in iceberg table with timestamp column when using glue catalog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

can be tested Allows running workflows for external contributors pr-bugfix Pull request with bugfix, not backported by default pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can not read iceberg table with timestamp column using glue catalog: JSON Exception: error: 1: unexpected end of data

4 participants