Mani M created HIVE-21099: ----------------------------- Summary: 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
[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)