[SPIKE][DO NOT MERGE] Multi-backend providers for Iceberg catalogs (POC)#10893
Open
markhoerth wants to merge 3 commits intoapache:mainfrom
Open
[SPIKE][DO NOT MERGE] Multi-backend providers for Iceberg catalogs (POC)#10893markhoerth wants to merge 3 commits intoapache:mainfrom
markhoerth wants to merge 3 commits intoapache:mainfrom
Conversation
Adds MultiSchemeFileIO for server-side FileIO dispatch by URI scheme, complementing existing client-side credential dispatch. Validates GCS + S3 cross-cloud queries from a single Gravitino IRC catalog via Trino and Spark. POC only. Not for merge. See PRD for design details.
Contributor
|
Thanks for your draft code. Could I refactor code and continue the work? |
Contributor
|
I drafted a new PR. If io-impl is unset, we can infer the impl from the location. #10904 |
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.
POC for multi-backend Iceberg catalog support. Not for merge.
Validates GCS + S3 cross-cloud queries from a single Gravitino IRC
catalog via Trino and Spark (transcript in PRD appendix).
Three changes:
when GCS credentials are configured
(Gravitino-internal class; must not leak to clients)
Opening as draft for @roryqi review per Slack thread.