forked from apache/gravitino
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#5830] fix(clients): add error handling for no tag in cli. #5
Closed
Conversation
This file contains 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
8b0384a
to
facb169
Compare
… a metalake when the required parameter is missing. (apache#5851) ### What changes were proposed in this pull request? Currently, when a metalake is created without specifying the metalake argument, the message "Cannot parse a null or empty identifier" is displayed. This message is unclear and lacks helpful guidance for the user. Update the message to: "! metalake is not defined" to make it more user-friendly and informative. ### Why are the changes needed? Fix: apache#5825 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? <img width="282" alt="image" src="https://github.com/user-attachments/assets/cb59089f-e60f-4c12-a781-0a79e449c472" />
…che#5801) ### What changes were proposed in this pull request? Support config STS Endpoint for S3 in Rest Catalog ### Why are the changes needed? Support for On-premise S3 Deployment such as MinIO Fixe: apache#5839 ### Does this PR introduce _any_ user-facing change? 1. Addition of property keys `s3-token-service-endpoint` for iceberg catalog. ### How was this patch tested? Tested locally.
…DDL and table DML for GravitinoPaimonCatalog in paimon spark connector (apache#5722) ### What changes were proposed in this pull request? support schema and table DDL and table DML for GravitinoPaimonCatalog in paimon spark connector. ### Why are the changes needed? Fix: apache#4722 apache#4717 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? new Its and UTs. --------- Co-authored-by: caican <[email protected]>
…he#5761) ### What changes were proposed in this pull request? before drop the catalog, check all schemas are avaliable ### Why are the changes needed? some schemas are dropped externally, but still exist in the entity store, those schemas are invalid Fix: apache#5760 Fix: apache#5780 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? CI pass
…fs.gvfs.filesystem.providers` from GVFS client. (apache#5634) ### What changes were proposed in this pull request? Configuration `fs.gvfs.filesystem.providers` is redundant, so we'd better remove this configuation. ### Why are the changes needed? This configuration is redundant. Fix: apache#5582 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Existing tests.
…apache#5759) ### What changes were proposed in this pull request? Support table format output for ListCatalogs command. ### Why are the changes needed? Issue: apache#5745 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? ``` gcli catalog list -m <metalake_name> gcli catalog list -m <metalake_name> --output plain gcli catalog list -m <metalake_name> --output table ```
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.
What changes were proposed in this pull request?
(Please outline the changes and how this PR fixes the issue.)
Why are the changes needed?
(Please clarify why the changes are needed. For instance,
Fix: # (issue)
Does this PR introduce any user-facing change?
(Please list the user-facing changes introduced by your change, including
How was this patch tested?
(Please test your changes, and provide instructions on how to test it: