This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a change to branch
cherry-pick-branch-1.0-07a7c3b8a0eb6930a085cd401f02712b4de25a2b
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from ec247309ba [#8935] fix(python): Fix the wrong url for credential in
python (#8938)
add 7fc878e59c [#8937] fix(core): Fix flaky test in
testPolicyAndTagCacheWeigher (#8956)
add 15aef291c6 [#8627] feat(client-python): add metadata objects (#8966)
add 5120ec3bfc Merge branch 'branch-1.0' into
cherry-pick-branch-1.0-07a7c3b8a0eb6930a085cd401f02712b4de25a2b
No new revisions were added by this update.
Summary of changes:
.../client-python/gravitino/api/metadata_object.py | 76 +++++-
.../gravitino/api/metadata_objects.py | 221 ++++++++++++++++++
.../gravitino/client/base_schema_catalog.py | 8 +-
.../gravitino/client/generic_fileset.py | 10 +-
.../tests/unittests/test_metadata_objects.py | 260 +++++++++++++++++++++
.../apache/gravitino/cache/TestCacheConfig.java | 16 +-
6 files changed, 566 insertions(+), 25 deletions(-)
create mode 100644 clients/client-python/gravitino/api/metadata_objects.py
create mode 100644
clients/client-python/tests/unittests/test_metadata_objects.py