zhongyujiang opened a new issue #4065: URL: https://github.com/apache/iceberg/issues/4065
I ran [ORC data benchmark](https://github.com/zhongyujiang/iceberg/actions/runs/1812237626) (master & spark3.2) and got this error: > Caused by: org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 0.0 failed 1 times, most recent failure: Lost task 0.0 in stage 0.0 (TID 0) (localhost executor driver): java.lang.NoSuchMethodError: 'org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch org.apache.orc.TypeDescription.createRowBatch(int)' Seems like class conflict, cause iceberg-orc uses orc-core-nohive and Spark uses orc-core. -- 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]
