Ayush Saxena created HIVE-25742:
-----------------------------------
Summary: Fix WriteOutput in Utils for Replication
Key: HIVE-25742
URL: https://issues.apache.org/jira/browse/HIVE-25742
Project: Hive
Issue Type: Bug
Reporter: Ayush Saxena
Assignee: Ayush Saxena
The present implementation uses {{IOUtils.closeStream(outStream);}} which eats
up any exception while closing the file, hence falsely conveying the file has
been successfully written in case there are any failures during flushing of
data during close or any other exception while concluding the file.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)