[ https://issues.apache.org/jira/browse/HIVE-27331?focusedWorklogId=861483&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861483 ]
ASF GitHub Bot logged work on HIVE-27331: ----------------------------------------- Author: ASF GitHub Bot Created on: 11/May/23 09:54 Start Date: 11/May/23 09:54 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #4312: URL: https://github.com/apache/hive/pull/4312#discussion_r1190928327 ########## ql/src/java/org/apache/hadoop/hive/ql/parse/UpdateDeleteSemanticAnalyzer.java: ########## @@ -62,6 +63,8 @@ protected void analyze(ASTNode tree, Table table, ASTNode tabNameNode) throws Se switch (tree.getToken().getType()) { case HiveParser.TOK_DELETE_FROM: operation = Context.Operation.DELETE; + HiveCustomStorageHandlerUtils.setFileScanOperationType(ctx.getConf(), table.getFullTableName().toString(), Review Comment: how about MergeSemanticAnalyzer? Issue Time Tracking ------------------- Worklog Id: (was: 861483) Time Spent: 40m (was: 0.5h) > Iceberg: Rows are not deleted from table when execution mode is vectorized > llap > ------------------------------------------------------------------------------- > > Key: HIVE-27331 > URL: https://issues.apache.org/jira/browse/HIVE-27331 > Project: Hive > Issue Type: Bug > Reporter: Ayush Saxena > Assignee: Ayush Saxena > Priority: Major > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > Rows aren't getting deleted in case the iceberg table is of ORC format and > using vectorisation & llapĀ -- This message was sent by Atlassian Jira (v8.20.10#820010)