Github user aarondav commented on a diff in the pull request:
https://github.com/apache/spark/pull/207#discussion_r10865737
--- Diff: dev/run-tests ---
@@ -44,3 +44,10 @@ if [ -z "$PYSPARK_PYTHON" ]; then
export PYSPARK_PYTHON=/usr/local/bin/python2.7
fi
./python/run-tests
+
+echo
"========================================================================="
+echo "Detecting binary incompatibilites with MiMa"
+echo
"========================================================================="
+./bin/spark-class org.apache.spark.tools.GenerateMIMAIgnore
--- End diff --
Out of curiosity, about how long does it take to run this? I'm just
wondering if it will lengthen our test time significantly.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---