RussellSpitzer commented on issue #12802:
URL: https://github.com/apache/iceberg/issues/12802#issuecomment-2807014451

   Looks like Databricks is custom loading their own reader in there. Not much 
we can do about it from the OSS Side.
   
   ```
        at 
org.apache.hadoop.fs.FSDataInputStream.read(FSDataInputStream.java:160)
        at 
com.databricks.spark.metrics.FSInputStreamWithMetrics.$anonfun$read$1(FileSystemWithMetrics.scala:77)
        at 
com.databricks.spark.metrics.FSInputStreamWithMetrics.withTimeAndBytesReadMetric(FileSystemWithMetrics.scala:67)
        at 
com.databricks.spark.metrics.FSInputStreamWithMetrics.read(FileSystemWithMetrics.scala:77)
        at 
org.apache.hadoop.fs.FSDataInputStream.read(FSDataInputStream.java:156)```
   ```
   
   My gut tells me this is some sort of Hadoop Version Mismatch going on 
   
   You may be able to work around this by using a non-hadoop FileIO instead of 
HadoopFileIO.


-- 
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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to