pithecuse527 commented on code in PR #5645: URL: https://github.com/apache/gravitino/pull/5645#discussion_r1861966665
########## core/src/main/java/org/apache/gravitino/Configs.java: ########## @@ -168,17 +148,6 @@ private Configs() {} .stringConf() .createWithDefault(DEFAULT_RELATIONAL_JDBC_BACKEND_PATH); - public static final ConfigEntry<String> ENTITY_KV_ROCKSDB_BACKEND_PATH = - new ConfigBuilder(ENTITY_KV_ROCKSDB_BACKEND_PATH_KEY) - .doc( - "The storage path for RocksDB storage implementation. It supports both absolute and" - + " relative path, if the value is a relative path, the final path is " - + "`${GRAVITINO_HOME}/${PATH_YOU_HAVA_SET}`, default value is " - + "`${GRAVITINO_HOME}/data/rocksdb`") - .version(ConfigConstants.VERSION_0_1_0) - .stringConf() - .createWithDefault(DEFAULT_KV_ROCKSDB_BACKEND_PATH); - public static final ConfigEntry<String> ENTITY_SERDE = Review Comment: Removed the ENTITY_SERDE. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org