[MINOR](fe) remove unused member in (#30664)

This commit is contained in:
DuRipeng
2024-02-01 08:17:52 +08:00
committed by yiguolei
parent e1d9071bc8
commit 4bfb4c134c

View File

@ -91,8 +91,6 @@ public class HMSExternalTable extends ExternalTable implements MTMVRelatedTableI
public static final Set<String> SUPPORTED_HUDI_FILE_FORMATS;
private static final Map<StatsType, String> MAP_SPARK_STATS_TO_DORIS;
private static final String TBL_PROP_TXN_PROPERTIES = "transactional_properties";
private static final String TBL_PROP_INSERT_ONLY = "insert_only";
private static final String TBL_PROP_TRANSIENT_LAST_DDL_TIME = "transient_lastDdlTime";