Skip to content
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
wants to merge 9 commits into from

Conversation

LindaSummer
Copy link
Owner

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,

  1. If you propose a new API, clarify the use case for a new API.
  2. If you fix a bug, describe the bug.)

Fix: # (issue)

Does this PR introduce any user-facing change?

(Please list the user-facing changes introduced by your change, including

  1. Change in user-facing APIs.
  2. Addition or removal of property keys.)

How was this patch tested?

(Please test your changes, and provide instructions on how to test it:

  1. If you add a feature or fix a bug, add a test to cover your changes.
  2. If you fix a flaky test, repeat it for many times to prove it works.)

@LindaSummer LindaSummer force-pushed the bugfix/missing-tag-in-cli branch from 8b0384a to facb169 Compare December 15, 2024 10:50
Abyss-lord and others added 8 commits December 16, 2024 13:28
… 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants