deniskuzZ commented on code in PR #3823: URL: https://github.com/apache/hive/pull/3823#discussion_r1043048431
########## standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java: ########## @@ -73,7 +73,7 @@ public static final java.lang.String JDBC_CONFIG_PREFIX = "hive.sql."; - public static final java.lang.String TABLE_IS_CTAS = "created_with_ctas"; + public static final java.lang.String TABLE_IS_CTAS_OR_CMV = "created_with_ctas"; Review Comment: what would happen if we regenerate from thrift? we should either keep it as it was or create a new const for MV -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
