[ https://issues.apache.org/jira/browse/HIVE-27331?focusedWorklogId=861488&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861488 ]
ASF GitHub Bot logged work on HIVE-27331: ----------------------------------------- Author: ASF GitHub Bot Created on: 11/May/23 10:08 Start Date: 11/May/23 10:08 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #4312: URL: https://github.com/apache/hive/pull/4312#discussion_r1190929783 ########## ql/src/java/org/apache/hadoop/hive/ql/security/authorization/HiveCustomStorageHandlerUtils.java: ########## @@ -71,4 +73,26 @@ public static void setWriteOperation(Configuration conf, String tableName, Conte conf.set(WRITE_OPERATION_CONFIG_PREFIX + tableName, operation.name()); } + + public static boolean isWriteOperation(Configuration conf, String tableName) { Review Comment: the same thing is done here: ```` HiveCustomStorageHandlerUtils.getWriteOperation(configuration, tableName) return DELETE == operation || UPDATE ==operation ```` Issue Time Tracking ------------------- Worklog Id: (was: 861488) Time Spent: 1h 20m (was: 1h 10m) > 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: 1h 20m > 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)