This is an automated email from the ASF dual-hosted git repository.
jerryshao pushed a change to branch cherry-pick-33808f64-to-branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from ed044d8ac7 [MINOR] Split the metalake, partition, model, statistics,
job, and view pages (#12328)
add 6550504638 [Cherry-pick to branch-1.3] [#12270] fix(glue): Ignore
blank AWS static credentials (#12271) (#12361)
add f01a0512f1 [Cherry-pick to branch-1.3] [MINOR] Add object concept
pages and reduce the manage-* pages to the API (#12327) (#12373)
add c0ad388409 Merge branch 'branch-1.3' into
cherry-pick-33808f64-to-branch-1.3
No new revisions were added by this update.
Summary of changes:
.../gravitino/catalog/glue/GlueClientProvider.java | 26 +-
.../catalog/glue/GlueIcebergTableHelper.java | 25 +-
.../catalog/glue/TestGlueIcebergTableHelper.java | 101 ++
docs/catalogs-and-schemas.md | 125 ++
docs/filesets.md | 107 ++
docs/functions.md | 93 ++
docs/jobs.md | 77 ++
docs/manage-catalogs-and-schemas.md | 414 +++++++
docs/manage-fileset-metadata-using-gravitino.md | 917 ++-------------
docs/manage-messaging-metadata-using-gravitino.md | 265 +----
docs/manage-relational-metadata-using-gravitino.md | 1240 +++-----------------
...manage-user-defined-function-using-gravitino.md | 659 +++--------
docs/statistics.md | 72 ++
docs/tables-and-views.md | 108 ++
docs/topics.md | 90 ++
15 files changed, 1651 insertions(+), 2668 deletions(-)
create mode 100644 docs/catalogs-and-schemas.md
create mode 100644 docs/filesets.md
create mode 100644 docs/functions.md
create mode 100644 docs/jobs.md
create mode 100644 docs/manage-catalogs-and-schemas.md
mode change 100644 => 100755 docs/manage-fileset-metadata-using-gravitino.md
mode change 100644 => 100755 docs/manage-messaging-metadata-using-gravitino.md
mode change 100644 => 100755
docs/manage-user-defined-function-using-gravitino.md
create mode 100644 docs/statistics.md
create mode 100644 docs/tables-and-views.md
create mode 100644 docs/topics.md