This is an automated email from the ASF dual-hosted git repository.
diqiu50 pushed a change to branch glue-pr04
in repository https://gitbox.apache.org/repos/asf/gravitino.git
omit d9a3652a8b fix(catalog-glue): address yuqi1129 review comments on
partition and table operations
omit c0db5407e9 fix(catalog-glue): rename test classes to
TestGlueCatalogSchema and TestGlueCatalogTable
omit df74740c75 fix(catalog-glue): restore skipITs integration test
exclusion in build.gradle.kts
omit 3f6fa67915 fix(catalog-glue): restore GlueTypeConverter complex type
support lost during rebase
omit f4e24e2013 fix(catalog-glue): address PR review comments for
GlueSchema and GlueTable
omit 624cdc3764 feat(catalog-glue): add GlueSchema and GlueTable model
classes with tests
omit ea660dfaad [#10780] feat(catalog-glue): Add GlueSchema and GlueTable
model classes with tests (#10781)
omit f14657d998 [#9535] feat(api): introduce FUNCTION metadata object type
and function privileges (#10811)
omit 296fe18d63 [#10570][followup] feat(iceberg): Skip the authorization
for the remote REST catalog (#10704)
omit 477ec7aca4 [MINOR] fix: Add license header (#10824)
omit 94404c8714 [#10570] improvement(iceberg): lazy initialize catalog
resources in wrapper (#10787)
omit ff70639877 [#10588] doc(view): add design doc for view management
(#10724)
omit 50252d7abb [MINOR] build: Add license headers (#10797)
omit 9d623bdffd [#9535] doc(security): add function privilege design
(#10735)
add 124d8dc802 fix(catalog-glue): address yuqi1129 review comments on
partition and table operations
add 13f689a5c0 fix(catalog-glue): rename test classes to
TestGlueCatalogSchema and TestGlueCatalogTable
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d9a3652a8b)
\
N -- N -- N refs/heads/glue-pr04 (13f689a5c0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../apache/gravitino/catalog/glue/GlueTable.java | 41 ++++++++++++++++++++--
.../gravitino/catalog/glue/TestAwsGlueSchema.java | 8 ++---
.../gravitino/catalog/glue/TestAwsGlueTable.java | 8 ++---
3 files changed, 46 insertions(+), 11 deletions(-)