yuqi1129 commented on code in PR #10366:
URL: https://github.com/apache/gravitino/pull/10366#discussion_r2918480358


##########
catalogs-contrib/catalog-jdbc-hologres/src/main/java/org/apache/gravitino/catalog/hologres/operation/HologresTableOperations.java:
##########
@@ -78,6 +78,10 @@ public class HologresTableOperations extends 
JdbcTableOperations
   private static final String HOLOGRES_NOT_SUPPORT_NESTED_COLUMN_MSG =
       "Hologres does not support nested column names.";
 
+  /** GUC parameter to enable DROP COLUMN functionality in Hologres. */

Review Comment:
   What's the meaning of `GUC`?



-- 
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