helkhalfi closed pull request #23410: Use consistant hash
URL: https://github.com/apache/spark/pull/23410
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/python/setup.py b/python/setup.py
index 7da67a4109ed1..595cd9be25783 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -105,6 +105,9 @@ def _supports_symlinks():
_minimum_pandas_version = "0.19.2"
_minimum_pyarrow_version = "0.8.0"
+# used to provided consistent hash accros python interpreter
+_minimum_mmh3_version = "2.5.1"
+
try:
# We copy the shell script to be under pyspark/python/pyspark so that the
launcher scripts
# find it where expected. The rest of the files aren't copied because they
are accessed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]