jerryshao commented on code in PR #4122:
URL: https://github.com/apache/gravitino/pull/4122#discussion_r1672211309
##########
catalogs/bundled-catalog/src/main/java/com/datastrato/gravitino/catalog/property/PropertyConverter.java:
##########
@@ -40,13 +38,6 @@ public abstract class PropertyConverter {
*/
public abstract Map<String, String> engineToGravitinoMapping();
- /**
- * Get the property metadata for the catalog. for more please see {@link
- * HiveTablePropertiesMetadata#propertyEntries()} or {@link
- *
com.datastrato.gravitino.catalog.lakehouse.iceberg.IcebergTablePropertiesMetadata#propertyEntries()}
- */
- public abstract Map<String, PropertyEntry<?>> gravitinoPropertyMeta();
-
Map<String, String> revsereMap(Map<String, String> map) {
Review Comment:
@FANNG1 can you please fix this typo "reverse".
--
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]