forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 18
Fixed iceberg alter table modify rename #1841
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
Open
subkanthi
wants to merge
27
commits into
antalya-26.3
Choose a base branch
from
antalya_26_3_fix_alter_table_iceberg_new
base: antalya-26.3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
e045fa2
Fixed iceberg alter table modify rename
subkanthi ae62718
Resolved merge conflicts
subkanthi 067b3f7
Fixed iceberg test_alter_orphan_metadata_cleanup_on_catalog_failure test
subkanthi 5be2aba
Fix ai audit defects
subkanthi 8270a09
Fixed alter drop test and resolved merge conflicts
subkanthi bcbbf5e
Changed modify column test to include Int32
subkanthi 2e7a9e7
Merge branch 'antalya-26.3' into antalya_26_3_fix_alter_table_iceberg…
subkanthi 38d8f13
Merge branch 'antalya-26.3' into antalya_26_3_fix_alter_table_iceberg…
subkanthi f6e082a
Fixed failing tests
subkanthi 889ec3f
Merge branch 'antalya-26.3' into antalya_26_3_fix_alter_table_iceberg…
subkanthi 3d2c287
Resolved merge conflicts
subkanthi c6a6fec
Fixed bug with set-current-schema introduced by merge conflict
subkanthi fc533cd
Merge branch 'antalya-26.3' into antalya_26_3_fix_alter_table_iceberg…
subkanthi 81c311d
Fix metadata not initialized error
subkanthi 01c9fa6
Merge branch 'antalya_26_3_fix_alter_table_iceberg_new' of https://gi…
subkanthi 6324578
Set current schema-id to -1 before performing an update
subkanthi 4dc8f90
Added test for modify column
subkanthi 90cf057
Merge branch 'antalya-26.3' into antalya_26_3_fix_alter_table_iceberg…
subkanthi 810890a
Merge branch 'antalya_26_3_fix_alter_table_iceberg_new' of https://gi…
subkanthi f6e2c07
Add isDatalakeCatalog to IDatabase
subkanthi 20cfc23
Fixed integration tests
subkanthi e1f3006
Rollback change to fix failing tests in Utils.cpp
subkanthi 0ef5ae8
Fixed update unit test
subkanthi cee5096
Fixed path of s3 in create table test
subkanthi 8d29dd5
Merge branch 'antalya-26.3' into antalya_26_3_fix_alter_table_iceberg…
subkanthi f43581c
Revert back changes to test_database_iceberg/test.py
subkanthi 5102206
Merge branch 'antalya_26_3_fix_alter_table_iceberg_new' of https://gi…
subkanthi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
existing code moved to a separate function.