deniskuzZ commented on code in PR #4392:
URL: https://github.com/apache/hive/pull/4392#discussion_r1226527969


##########
ql/src/java/org/apache/hadoop/hive/ql/exec/MoveTask.java:
##########
@@ -348,6 +348,17 @@ public TaskInformation(Task task, String path) {
 
   @Override
   public int execute() {
+    if (work != null && work.getLoadTableWork() != null && 
work.getLoadTableWork().isUseAppendForLoad()) {

Review Comment:
   is this the right place to insert this logic, maybe 
`checkAndCommitNatively`? I can see below log trace for MoveTask start + 
'explain analyze' logic check.
   Do we have q test for `explain analyze LOAD DATA ...`



-- 
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