Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/4269#discussion_r32804526
--- Diff: python/run-tests ---
@@ -17,6 +17,65 @@
# limitations under the License.
#
+# Run test suites and indivisual test suite.
+#
+# Usage: run-tests [-v python version] [core|sql|mllib|ml|streaming]
+#
+# When you select none, all test suites are run. You can also select
+# multiple test suites.
+
+function usage() {
+ echo "Usage: run-tests [-v python version]
[core|sql|mllib|ml|streaming]"
+}
+
+SUPPORT_PYTHON_VERSIONS="2.6 3.4 pypy"
--- End diff --
This is supposed to be an array I guess but this doesn't look like the
typical Bash syntax for arrays?
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]