Antalya 26.4: Support for 'time' type in Iceberg#1892
Open
zvonand wants to merge 2 commits into
Open
Conversation
…next commit) --- Original cherry-pick message follows: Merge pull request #1761 from Altinity/bugfix/antalya-26.3/1535_time_type_write_support Support for 'time' type in Iceberg # Conflicts: # tests/integration/test_database_iceberg/test.py
The conflict in `tests/integration/test_database_iceberg/test.py` arose because `antalya-26.4` ends the file with `test_invalid_auth_header_format` while the source PR's merge commit bundled the tail of `test_cluster_joins` (not in PR #1761's diff) immediately before the two new test functions. Kept "ours" (the end of `test_invalid_auth_header_format`) and added the two new functions from the source PR — `test_partitioning_by_time` and `test_partitioning_by_string` — after it. Dropped the `test_cluster_joins` tail from "theirs" as it was noise from the merge commit, not part of PR #1761's diff.
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.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Support for 'time' type in Iceberg, read and write (#1761 by @ianton-ru).
CI/CD Options
Exclude tests:
Regression jobs to run:
Cherry-picked from #1761.
Documentation entry for user-facing changes
Solved #1535
This changes time format,.
Was - seconds from midnight:
Now - time with microseconds