FANNG1 commented on code in PR #4122:
URL: https://github.com/apache/gravitino/pull/4122#discussion_r1677260500


##########
trino-connector/src/main/java/com/datastrato/gravitino/trino/connector/catalog/hive/HiveSchemaPropertyConverter.java:
##########
@@ -44,9 +38,4 @@ public class HiveSchemaPropertyConverter extends 
PropertyConverter {
   public TreeBidiMap<String, String> engineToGravitinoMapping() {
     return TRINO_KEY_TO_GRAVITINO_KEY;
   }
-
-  @Override
-  public Map<String, PropertyEntry<?>> gravitinoPropertyMeta() {

Review Comment:
   `gravitinoPropertyMeta` is a abstract method, it is removed by Iceberg 
catalog, which will affect other catalogs.



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