raulcd commented on PR #13942: URL: https://github.com/apache/arrow/pull/13942#issuecomment-1224092047
Thanks! Giving a little bit of context for the reviewers. Our nightly builds for spark master started failing when [this commit](https://github.com/apache/spark/commit/3ed382f391911ec4a79fb204f4986728017dfa4a) was merged on spark, with the following error: ``` 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] ``` Here the link to the CI failure [test-conda-python-3.9-spark-master](https://github.com/ursacomputing/crossbow/runs/7942893732?check_suite_focus=true) This change fixes the issue as prompted on the error message. I have validated that the same amount of tests are executed as previous nightly builds that were successful. -- 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]
