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

test #9

Closed
wants to merge 3 commits into from
Closed

test #9

wants to merge 3 commits into from

Conversation

xunliu
Copy link
Owner

@xunliu xunliu commented Jul 31, 2024

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.)

mchades and others added 3 commits July 31, 2024 21:02
### What changes were proposed in this pull request?

 - add static method `fromString` for `Catalog.Type` and `Namespace`
 - make `GravitinoEnv` extensional
 - make GravitinoServer use passed in `GravitinoEnv`
 - support custom rest api

### Why are the changes needed?

Fix: apache#4259 

### Does this PR introduce _any_ user-facing change?

yes, users now can use custom REST API packages

### How was this patch tested?

test locally
…dispatcher (apache#4239)

### What changes were proposed in this pull request?
Supports the post-hook for the managers or dispatcher.
For example, after we create a securable object, we should set an owner
for it. We can add a specific post hook to support it.
This pull request uses Java dynamic proxy mechanism to support this
feature. We only support post-hook now, we can support pre-hook in the
future.

### Why are the changes needed?

Fix: apache#4236 

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Add a new ut.
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.

3 participants