[
https://issues.apache.org/jira/browse/ARROW-17498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raúl Cumplido closed ARROW-17498.
---------------------------------
Resolution: Cannot Reproduce
The issue is not reproducible anymore as the commit that caused the problem has
been reverted upstream on spark master:
[https://github.com/apache/spark/commit/b6192126351ea2ae658e2f0cfd8c57baf3f1d900]
Closing the issue with Cannot Reproduce as it is not failing anymore.
> [CI] Nightly build failure on integration tests with spark master job
> ---------------------------------------------------------------------
>
> Key: ARROW-17498
> URL: https://issues.apache.org/jira/browse/ARROW-17498
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration
> Reporter: Raúl Cumplido
> Assignee: Raúl Cumplido
> Priority: Major
> Labels: Nightly, pull-request-available
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> The nightly integration test with spark job is failing:
> [test-conda-python-3.9-spark-master|https://github.com/ursacomputing/crossbow/runs/7942893732?check_suite_focus=true]
> with the following error:
> {code:java}
> Testing Spark:
> org.apache.spark.sql.execution.arrow
> org.apache.spark.sql.execution.vectorized.ColumnarBatchSuite
> org.apache.spark.sql.execution.vectorized.ArrowColumnVectorSuite
> Using `mvn` from path: /spark/build/apache-maven-3.8.6/bin/mvn
> [WARNING] format.skipSources set, ignoring main directories
> [WARNING] format.skipTestSources set, ignoring validateOnly directories
> [WARNING] No sources specified, skipping formatting
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (test) on
> project spark-parent_2.12: No tests matching pattern "none" were executed!
> (Set -Dsurefire.failIfNoSpecifiedTests=false to ignore this error.) -> [Help
> 1]{code}
> I can reproduce locally with:
> {code:java}
> $ PYTHON=3.9 SPARK=master docker-compose build conda-python-spark
> $ PYTHON=3.9 SPARK=master docker-compose run --rm -e
> SETUPTOOLS_SCM_PRETEND_VERSION=9.0.0.dev620 conda-python-spark {code}
> The issue seems to be triggered by this commit on spark master
> [https://github.com/apache/spark/commit/3ed382f391911ec4a79fb204f4986728017dfa4a]
> which updates the version of maven-surefire-plugin to 3.0.0-M7
--
This message was sent by Atlassian Jira
(v8.20.10#820010)