Aggarwal-Raghav commented on code in PR #6701:
URL: https://github.com/apache/hive/pull/6701#discussion_r3893557933


##########
ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java:
##########
@@ -640,6 +641,7 @@ protected void initializeOp(Configuration hconf) throws 
HiveException {
 
       jc = new JobConf(hconf);
       setWriteOperation(jc, getConf().getTableInfo().getTableName(), 
getConf().getWriteOperation());
+      setIsMergeStatement(jc, getConf().getTableInfo().getTableName(), 
getConf().isMergeStatement());

Review Comment:
   Thanks a lot for review @deniskuzZ . Addressed in 
fc5b28afee26ebcdefcd09e3fad48c0ab77ab436



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to