This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch
dependabot/pip/clients/client-python/cachetools-6.2.1
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from de28654f3d build(deps): bump cachetools in /clients/client-python
add fa4e1095c4 [#8979][FOLLOWUP] Fix the index names of statistic and job
name in the upgrade script (#9067)
add 33e410eb13 [#8796] feat(client-python): add partition name list
response (#9024)
add dd733bc4bb Merge branch 'main' into
dependabot/pip/clients/client-python/cachetools-6.2.1
No new revisions were added by this update.
Summary of changes:
...response.py => partition_name_list_response.py} | 25 +++--
clients/client-python/gravitino/exceptions/base.py | 12 +++
...error_handler.py => partition_error_handler.py} | 55 +++++-----
.../tests/unittests/test_error_handler.py | 113 ++++++++++++++++++---
.../tests/unittests/test_responses.py | 18 ++++
.../upgrade-0.9.0-to-1.0.0-postgresql.sql | 8 +-
6 files changed, 176 insertions(+), 55 deletions(-)
copy
clients/client-python/gravitino/dto/responses/{model_version_uri_response.py =>
partition_name_list_response.py} (64%)
copy
clients/client-python/gravitino/exceptions/handlers/{model_error_handler.py =>
partition_error_handler.py} (59%)