lcspinter commented on a change in pull request #2230: URL: https://github.com/apache/hive/pull/2230#discussion_r622157966
########## File path: standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaHook.java ########## @@ -48,6 +48,9 @@ public List<String> allowedAlterTypes = ImmutableList.of("ADDPROPS", "DROPPROPS"); String ALTERLOCATION = "ALTERLOCATION"; String ALLOW_PARTITION_KEY_CHANGE = "allow_partition_key_change"; + String SET_PROPERTIES = "set_properties"; + String UNSET_PROPERTIES = "unset_properties"; + String PROPERTIES_SEPARATOR = "\n"; Review comment: I like that. Adding `'` to the property key, even if it's escaped, will result in an exception during query parsing. -- 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. 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