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


    from ba0daddb60 fix(catalog-glue): address yuqi1129 review comments
     add 9d623bdffd [#9535] doc(security): add function privilege design 
(#10735)
     add 50252d7abb [MINOR] build: Add license headers (#10797)
     add ff70639877 [#10588] doc(view): add design doc for view management 
(#10724)
     add 94404c8714 [#10570] improvement(iceberg): lazy initialize catalog 
resources in wrapper (#10787)
     add 477ec7aca4 [MINOR] fix: Add license header (#10824)
     add 296fe18d63 [#10570][followup] feat(iceberg): Skip the authorization 
for the remote REST catalog (#10704)
     add f14657d998 [#9535] feat(api): introduce FUNCTION metadata object type 
and function privileges (#10811)
     add ea660dfaad [#10780] feat(catalog-glue): Add GlueSchema and GlueTable 
model classes with tests (#10781)
     add 624cdc3764 feat(catalog-glue): add GlueSchema and GlueTable model 
classes with tests
     add f4e24e2013 fix(catalog-glue): address PR review comments for 
GlueSchema and GlueTable
     add 3f6fa67915 fix(catalog-glue): restore GlueTypeConverter complex type 
support lost during rebase
     add df74740c75 fix(catalog-glue): restore skipITs integration test 
exclusion in build.gradle.kts
     add c0db5407e9 fix(catalog-glue): rename test classes to 
TestGlueCatalogSchema and TestGlueCatalogTable
     add d9a3652a8b fix(catalog-glue): address yuqi1129 review comments on 
partition and table operations

No new revisions were added by this update.

Summary of changes:
 .../catalog/glue/GlueCatalogOperations.java        | 12 ++++++-
 .../apache/gravitino/catalog/glue/GlueTable.java   | 41 ++--------------------
 .../catalog/glue/GlueTableOperations.java          |  6 +++-
 .../gravitino/catalog/glue/TestAwsGlueSchema.java  |  8 ++---
 .../gravitino/catalog/glue/TestAwsGlueTable.java   |  8 ++---
 ...gOperations.java => TestGlueCatalogSchema.java} |  2 +-
 6 files changed, 28 insertions(+), 49 deletions(-)
 rename 
catalogs/catalog-glue/src/test/java/org/apache/gravitino/catalog/glue/{TestGlueCatalogOperations.java
 => TestGlueCatalogSchema.java} (99%)

Reply via email to