yuqi1129 commented on code in PR #4122:
URL: https://github.com/apache/gravitino/pull/4122#discussion_r1672360578
##########
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:
Why do we remove this method from `HiveSchemaPropertyConverter`?
--
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]