[ https://issues.apache.org/jira/browse/HIVE-19800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16583113#comment-16583113 ]
Alexander Kolbasov commented on HIVE-19800: ------------------------------------------- [~ekoifman] [~alangates] [~vihangk1] In {{UpgradeTool.processConversion}} there is the following code: {code} private static void processConversion(Table t, List<String> convertToAcid, List<String> convertToMM, IMetaStoreClient hms, Hive db, boolean execute, PrintWriter pw) throws TException, HiveException, IOException { if(isFullAcidTable(t)) { return; } if(!TableType.MANAGED_TABLE.name().equalsIgnoreCase(t.getTableType())) { return; } ... {code} What is the expected behavior for tables that have EXTERNAL parameter set? > Create separate submodules for pre and post upgrade and add rename file logic > ----------------------------------------------------------------------------- > > Key: HIVE-19800 > URL: https://issues.apache.org/jira/browse/HIVE-19800 > Project: Hive > Issue Type: Sub-task > Components: Transactions > Affects Versions: 3.0.0 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Priority: Blocker > Fix For: 4.0.0 > > Attachments: HIVE-19800.01.patch, HIVE-19800.02.patch, > HIVE-19800.03.patch, HIVE-19800.04.patch, HIVE-19800.05.patch, > HIVE-19800.06.patch, HIVE-19800.07.patch, HIVE-19800.08.patch > > > this is a followup to HIVE-19751 which includes HIVE-19751 since it hasn't > landed yet > this includes file rename logic and HIVE-19750 since it hasn't landed yet > either > > cc [~jdere] -- This message was sent by Atlassian JIRA (v7.6.3#76005)