Fix handling of timestamp(tz) columns in Glue Catalog#87733
Merged
scanhex12 merged 4 commits intoClickHouse:masterfrom Oct 1, 2025
Merged
Fix handling of timestamp(tz) columns in Glue Catalog#87733scanhex12 merged 4 commits intoClickHouse:masterfrom
timestamp(tz) columns in Glue Catalog#87733scanhex12 merged 4 commits intoClickHouse:masterfrom
Conversation
timestamp(tz) columns in Gluetimestamp(tz) columns in Glue
Contributor
Author
|
@scanhex12 maybe you could take a look (as you are the author of the original code) ? |
timestamp(tz) columns in Gluetimestamp(tz) columns in Glue Catalog
Contributor
|
Workflow [PR], commit [1d0dc77] Summary: ❌
|
scanhex12
approved these changes
Sep 27, 2025
Member
|
@zvonand Thanks for the fix |
3e16432 to
2b6a02b
Compare
2b6a02b to
9674ed5
Compare
Contributor
Author
|
None of the fails seem to be related:
|
Contributor
Author
|
@scanhex12 could you please take a look / approve once again? |
Contributor
Author
|
@scanhex12 gentle ping |
13 tasks
Merged
via the queue into
ClickHouse:master
with commit Oct 1, 2025
95c1985
119 of 123 checks passed
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #87609
Test introduced in #83132 was green, but it does not work with "real" AWS (as stated in the issue above)
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix handling of
timestamp/timestamptzcolumns in Glue