You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "ayushtkn (via GitHub)" <gi...@apache.org> on 2023/05/11 17:10:53 UTC

[GitHub] [hive] ayushtkn commented on a diff in pull request #4312: HIVE-27331: Iceberg: Rows are not deleted from table when execution mode is vectorized llap.

ayushtkn commented on code in PR #4312:
URL: https://github.com/apache/hive/pull/4312#discussion_r1191474658


##########
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 conf used is different, that is used by FileSink, If I play with that the projectSchema will consume it and leads to different world.
   So, created a different for FileScan.



-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org