[ 
https://issues.apache.org/jira/browse/HIVE-18911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391914#comment-16391914
 ] 

Sergey Shelukhin commented on HIVE-18911:
-----------------------------------------

cc [~ekoifman] [~steveyeom2017]

> LOAD.. code for MM has some suspect/dead code
> ---------------------------------------------
>
>                 Key: HIVE-18911
>                 URL: https://issues.apache.org/jira/browse/HIVE-18911
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Priority: Major
>
> Discovered in HIVE-18571 and added TODO-s that need to be addressed.
> E.g. {noformat}
> if (isMmTableWrite) {
>            // We will load into MM directory, and delete from the parent if 
> needed.
>           // TODO: this looks invalid after ACID integration. What about base 
> dirs?
>            destPath = new Path(destPath, AcidUtils.deltaSubdir(writeId, 
> writeId, stmtId));
> ...
>          // TODO: loadFileType for MM table will no longer be REPLACE_ALL
>            filter = (loadFileType == LoadFileType.REPLACE_ALL)
> {noformat}
> 2 places like that
> Also replaceFiles has isMmTableWrite flag that should no longer be needed 
> (since for a transactional table we should never replace files). Either 
> there's some invalid code path that relies on it (load table?), or it is just 
> unused and needs to be removed.
> Also used in 2 places, "TODO: this should never run for MM tables anymore. 
> Remove the flag, and maybe the filter?"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to