raulcd opened a new issue, #41571: URL: https://github.com/apache/arrow/issues/41571
### Describe the bug, including details regarding any error messages, version, and platform. The spark jobs: [test-conda-python-3.10-spark-v3.5.0](https://github.com/ursacomputing/crossbow/actions/runs/8977656814/job/24656792706) [test-conda-python-3.11-spark-master](https://github.com/ursacomputing/crossbow/actions/runs/8977656047/job/24656788373) [test-conda-python-3.8-spark-v3.5.0](https://github.com/ursacomputing/crossbow/actions/runs/8977656662/job/24656791775) Are currently failing with: ``` Error: ] /spark/sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowConverters.scala:26: object flatbuf is not a member of package org.apache.arrow Error: ] /spark/sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowConverters.scala:456: Class org.apache.arrow.flatbuf.Message not found - continuing with a stub. Error: [ERROR] two errors found Error: Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.8.0:compile (scala-compile-first) on project spark-sql_2.12: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:4.8.0:compile failed: org.apache.commons.exec.ExecuteException: Process exited with an error: 255 (Exit value: 255) -> [Help 1] Error: Error: To see the full stack trace of the errors, re-run Maven with the -e switch. Error: Re-run Maven using the -X switch to enable full debug logging. Error: Error: For more information about the errors and possible solutions, please read the following articles: Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException Error: Error: After correcting the problems, you can resume the build with the command Error: mvn <args> -rf :spark-sql_2.12 ``` ### Component(s) Continuous Integration, Integration -- 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]
