Moved catalog unity, glue and iceberg to beta#85848
Merged
Conversation
kssenii
reviewed
Aug 19, 2025
Comment on lines
+65
to
+67
| {"allow_database_iceberg", false, false, "Added an alias for setting `allow_experimental_database_iceberg`"}, | ||
| {"allow_database_unity_catalog", false, false, "Added an alias for setting `allow_experimental_database_unity_catalog`"}, | ||
| {"allow_database_glue_catalog", false, false, "Added an alias for setting `allow_experimental_database_glue_catalog`"}, |
Member
There was a problem hiding this comment.
Suggested change
| {"allow_database_iceberg", false, false, "Added an alias for setting `allow_experimental_database_iceberg`"}, | |
| {"allow_database_unity_catalog", false, false, "Added an alias for setting `allow_experimental_database_unity_catalog`"}, | |
| {"allow_database_glue_catalog", false, false, "Added an alias for setting `allow_experimental_database_glue_catalog`"}, | |
| {"allow_database_iceberg", true, true, "Added an alias for setting `allow_experimental_database_iceberg`"}, | |
| {"allow_database_unity_catalog", true, true, "Added an alias for setting `allow_experimental_database_unity_catalog`"}, | |
| {"allow_database_glue_catalog", true, true, "Added an alias for setting `allow_experimental_database_glue_catalog`"}, |
Member
There was a problem hiding this comment.
(this will affect the default value for services with compatiblity setting)
| node1.query( | ||
| f"create database unity_test_{test_uuid} engine DataLakeCatalog('http://localhost:8080/api/2.1/unity-catalog') settings warehouse = 'unity', catalog_type='unity', vended_credentials=false, allow_experimental_delta_kernel_rs={use_delta_kernel}", | ||
| settings={"allow_experimental_database_unity_catalog": "1"}, | ||
| settings={"allow_database_unity_catalog": "1"}, |
Member
There was a problem hiding this comment.
Let's leave the old setting allow_experimental_database_unity_catalog in some of the tests to make sure it still works along with the new one.
Member
Author
There was a problem hiding this comment.
I also changed it for glue and Iceberg rest
kssenii
approved these changes
Aug 19, 2025
Contributor
|
Workflow [PR], commit [8a44b5a] Summary: ❌
|
kssenii
approved these changes
Aug 22, 2025
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 into CHANGELOG.md):
Moved catalog to beta
Documentation entry for user-facing changes