-
Notifications
You must be signed in to change notification settings - Fork 345
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
[Subtask] Update Python client to align with the Java client API #3732
Labels
Comments
shaofengshi
added
good first issue
Good for newcomers
subtask
Subtasks of umbrella issue
labels
Jun 3, 2024
This was referenced Jun 3, 2024
@LanceHsun Lance, would you like to take this? |
Hi Shaofeng, yes, I have already assigned it to me. Thank you! |
Reopen this as there are other on-going tasks being made by Lance and Tim. |
shaofengshi
pushed a commit
that referenced
this issue
Jul 3, 2024
…he Java client API (#4046) ### What changes were proposed in this pull request? After the refactoring work in Java client is done (#3626), the Python client should also get updated to align with the Java API. * Update all the catalog, schema and their implementation to align with `client-java` * Remove redundant methods in `Namespace` and `NameIdentifier` * Add some missing tests and modify existing tests to conform with new API ### Why are the changes needed? Fix: #3732 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? UT added and test with `./gradlew clients:client-python:test` --------- Co-authored-by: TimWang <tim.wang@pranaq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
After the refactoring work in Java client is done (#3626), the Python client should also get updated to align with the Java API.
Parent issue
#3626
The text was updated successfully, but these errors were encountered: