diqiu50 commented on code in PR #10829:
URL: https://github.com/apache/gravitino/pull/10829#discussion_r3152240620


##########
catalogs/catalog-glue/src/main/java/org/apache/gravitino/catalog/glue/GlueTable.java:
##########
@@ -58,12 +62,44 @@
 @ToString
 public class GlueTable extends BaseTable {
 
+  /** Glue client injected after construction to support partition operations. 
*/
+  private GlueClient glueClient;

Review Comment:
   The GlueTableOperations will use it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to