mchades commented on code in PR #9460:
URL: https://github.com/apache/gravitino/pull/9460#discussion_r2612844404
##########
catalogs/catalog-hive/src/main/java/org/apache/gravitino/catalog/hive/HiveTablePropertiesMetadata.java:
##########
@@ -31,19 +43,6 @@
import org.apache.gravitino.connector.PropertyEntry;
public class HiveTablePropertiesMetadata extends BasePropertiesMetadata {
- public static final String COMMENT = HiveConstants.COMMENT;
- public static final String NUM_FILES = HiveConstants.NUM_FILES;
- public static final String TOTAL_SIZE = HiveConstants.TOTAL_SIZE;
- public static final String EXTERNAL = HiveConstants.EXTERNAL;
- public static final String LOCATION = HiveConstants.LOCATION;
- public static final String FORMAT = HiveConstants.FORMAT;
- public static final String TABLE_TYPE = HiveConstants.TABLE_TYPE;
- public static final String INPUT_FORMAT = HiveConstants.INPUT_FORMAT;
- public static final String OUTPUT_FORMAT = HiveConstants.OUTPUT_FORMAT;
- public static final String SERDE_NAME = HiveConstants.SERDE_NAME;
- public static final String SERDE_LIB = HiveConstants.SERDE_LIB;
- public static final String SERDE_PARAMETER_PREFIX =
HiveConstants.SERDE_PARAMETER_PREFIX;
- public static final String TRANSIENT_LAST_DDL_TIME =
HiveConstants.TRANSIENT_LAST_DDL_TIME;
Review Comment:
unnecessary changes?
--
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]