Thejas M Nair created HIVE-14900: ------------------------------------ Summary: fix entry for hive.exec.max.dynamic.partitions in config whitelist for sql std auth Key: HIVE-14900 URL: https://issues.apache.org/jira/browse/HIVE-14900 Project: Hive Issue Type: Bug Reporter: Thejas M Nair Assignee: Thejas M Nair
HiveConf.java has - {code} static final String [] sqlStdAuthSafeVarNameRegexes = new String [] { ... "hive\\.exec\\..*\\.dynamic\\.partitions\\..*", {code} The regex doesn't work for hive.exec.max.dynamic.partitions as there is a "." at the end. -- This message was sent by Atlassian JIRA (v6.3.4#6332)