[ https://issues.apache.org/jira/browse/PIG-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Koji Noguchi updated PIG-5451: ------------------------------ Attachment: pig-9-5451-v01.patch {quote} This was caused by conflict of orc.version. ./build/ivy/lib/Pig/orc-core-1.5.6.jar ./lib/h3/orc-core-1.5.6.jar and spark/jars/orc-core-1.6.14.jar {quote} After upgrading Spark to 3.4.3 in PIG-5456, conflict changes a bit. When downloading spark-core 3.4.3 through ivy, no orc-core dependency. But, when downloading spark-3.4.3-bin-without-hadoop.tgz from Apache, it contains orc-core-1.8.7-shaded-protobuf.jar and orc-mapreduce-1.8.7-shaded-protobuf.jar. In order to make them consistent, adding extra pulls and adding steps to skip orc-1.5.6 jars (just like we do with reload4j jars in PIG-5456) for Spark3. (pig-9-5451-v01.patch) > Pig-on-Spark3 E2E Orc_Pushdown_5 failing > ----------------------------------------- > > Key: PIG-5451 > URL: https://issues.apache.org/jira/browse/PIG-5451 > Project: Pig > Issue Type: Bug > Reporter: Koji Noguchi > Assignee: Koji Noguchi > Priority: Minor > Attachments: pig-9-5451-v01.patch > > > Test failing with > "java.lang.IllegalAccessError: class org.threeten.extra.chrono.HybridDate > cannot access its superclass org.threeten.extra.chrono.AbstractDate" -- This message was sent by Atlassian Jira (v8.20.10#820010)