ramitg254 commented on code in PR #5973: URL: https://github.com/apache/hive/pull/5973#discussion_r2239022784
########## ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java: ########## @@ -479,15 +460,13 @@ public class SemanticAnalyzer extends BaseSemanticAnalyzer { private static final CommonToken DOT_TOKEN = new ImmutableCommonToken(HiveParser.DOT, "."); - private static final String[] UPDATED_TBL_PROPS = { - hive_metastoreConstants.TABLE_IS_TRANSACTIONAL, - hive_metastoreConstants.TABLE_TRANSACTIONAL_PROPERTIES, - hive_metastoreConstants.TABLE_BUCKETING_VERSION - }; - private int subQueryExpressionAliasCounter = 0; private static final ObjectMapper JSON_OBJECT_MAPPER = new ObjectMapper(); - static class Phase1Ctx { + + protected static ObjectMapper getJsonObjectMapper(){ + return JSON_OBJECT_MAPPER; + } Review Comment: Done -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org