Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
HiveConf.java has -
static final String [] sqlStdAuthSafeVarNameRegexes = new String [] { ... "hive\\.exec\\..*\\.dynamic\\.partitions\\..*",
The regex doesn't work for hive.exec.max.dynamic.partitions as there is a "." at the end.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-14073 update config whiltelist for sql std authorization
- Closed