marton-bod commented on a change in pull request #2963:
URL: https://github.com/apache/hive/pull/2963#discussion_r790158140



##########
File path: 
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java
##########
@@ -380,7 +380,8 @@ public void close() throws IOException {
         case PIG:
         case HIVE:
           // TODO implement value readers for Pig and Hive
-          throw new UnsupportedOperationException("Avro support not yet 
supported for Pig and Hive");
+          throw new UnsupportedOperationException("Vectorized execution is not 
yet supported for Iceberg avro " +

Review comment:
       Opened a new PR for this: https://github.com/apache/hive/pull/2965




-- 
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