[ https://issues.apache.org/jira/browse/HIVE-20386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16580342#comment-16580342 ]
ASF GitHub Bot commented on HIVE-20386: --------------------------------------- GitHub user beltran opened a pull request: https://github.com/apache/hive/pull/417 HIVE-20386: Allow not to strip hidden fields from Hiveconf You can merge this pull request into a Git repository by running: $ git pull https://github.com/beltran/hive HIVE-20386 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/417.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #417 ---- commit 5dc08b1886edbbad63aa5d6d95c5784499ae3ac7 Author: Jaume Marhuenda <jaumemarhuenda@...> Date: 2018-08-13T23:41:21Z HIVE-20386: Allow not to strip hidden fields from Hiveconf ---- > Allow not to strip hidden fields from Hiveconf > ---------------------------------------------- > > Key: HIVE-20386 > URL: https://issues.apache.org/jira/browse/HIVE-20386 > Project: Hive > Issue Type: Improvement > Components: Configuration > Affects Versions: 3.1.0 > Reporter: Jaume M > Assignee: Jaume M > Priority: Major > Labels: pull-request-available > > Currently some sensitive fields from the HiveConf are [being > stripped|https://github.com/apache/hive/blob/93779cb1010dc357ae3eb9dab77b35b4a444a33c/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java#L5713] > in different places and this may result in bugs like > https://issues.apache.org/jira/browse/HIVE-14848. It'd be nice to have a flag > to allow to control this and not strip them if the particular configuration > requires those fields. -- This message was sent by Atlassian JIRA (v7.6.3#76005)