[ https://issues.apache.org/jira/browse/HIVE-21099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746365#comment-16746365 ]
Peter Vary commented on HIVE-21099: ----------------------------------- +1 > Do Not Print StackTraces to STDERR in ConditionalResolverMergeFiles > ------------------------------------------------------------------- > > Key: HIVE-21099 > URL: https://issues.apache.org/jira/browse/HIVE-21099 > Project: Hive > Issue Type: Improvement > Components: Query Planning > Affects Versions: 3.0.0, 4.0.0 > Reporter: Mani M > Assignee: Mani M > Priority: Minor > Labels: logging, newbie, noob > Attachments: HIVE.21099.02.patch, HIVE.21099.03.patch, > HIVE.21099.04.PATCH, HIVE.21099.04.PATCH, HIVE.21099.patch > > > [https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/plan/ConditionalResolverMergeFiles.java]#L193 > > {code:java} > } catch (IOException e){ > e.printStackTrace(); > } > {code} > This is inline with the HIVE-20159 to print the error using the SLF4J. in > Method getTasks > -- This message was sent by Atlassian JIRA (v7.6.3#76005)