I have a simple question for PySpark hash function.
I have checked that in Scala, Spark uses murmur3hash based on Hash function in spark.
I want to know what algorithm is exactly used for hash function in PySpark (https://spark.apache.org/docs/latest/api/python/_modules/pyspark/sql/functions.html#hash).
Could anyone answer this question? I also want to know the code that says the algorithm used in PySpark hash function.