[
https://issues.apache.org/jira/browse/HIVE-17316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Barna Zsombor Klara updated HIVE-17316:
---------------------------------------
Attachment: HIVE-17316.02.patch
Made some small change. Instead of checking String.contains I would use
String.startsWith to reduce the number of accidental parameter restrictions.
Also fixed failing unit and q tests.
> Use String.contains for the hidden configuration variables
> ----------------------------------------------------------
>
> Key: HIVE-17316
> URL: https://issues.apache.org/jira/browse/HIVE-17316
> Project: Hive
> Issue Type: Sub-task
> Reporter: Barna Zsombor Klara
> Assignee: Barna Zsombor Klara
> Attachments: HIVE-17316.01.patch, HIVE-17316.02.patch
>
>
> Currently HiveConf variables which should not be displayed to the user need
> to be enumerated. We should enhance this to be able to hide configuration
> variables by substring not just full equality.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)