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


##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java:
##########
@@ -424,6 +426,12 @@ private CloseableIterable<T> openGeneric(FileScanTask 
task, Schema readSchema) {
           iterable = newOrcIterable(inputFile, task, readSchema);
           break;
         case PARQUET:
+          if (inputFile instanceof HadoopInputFile) {

Review Comment:
   ohh shit, was something else running internally & it got added accidentally 
in this, I will remove in the next iter



-- 
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-unsubscr...@hive.apache.org

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


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

Reply via email to