deniskuzZ commented on code in PR #10666:
URL: https://github.com/apache/iceberg/pull/10666#discussion_r1671985411


##########
mr/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java:
##########
@@ -335,7 +373,13 @@ private CloseableIterable<T> open(FileScanTask 
currentTask, Schema readSchema) {
         case HIVE:
           return openTask(currentTask, readSchema);
         case GENERIC:
-          DeleteFilter deletes = new GenericDeleteFilter(io, currentTask, 
tableSchema, readSchema);
+          DeleteFilter deletes =

Review Comment:
   Vectorization support is not present in the upstream iceberg (only upstream 
Hive), we could raise PR for that if we find someone who can help with review 
and commit, but based on this discussion 
https://lists.apache.org/thread/dy391h0xtnqol0fs3rxpz769446tqbrk it looks like 
a lost cause.
   @pvary, do you have any insight on Hive connector's future :)?
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to