Skip to content
Snippets Groups Projects
  • Andre Schumacher's avatar
    c84946fe
    Fixing SPARK-602: PythonPartitioner · c84946fe
    Andre Schumacher authored
    Currently PythonPartitioner determines partition ID by hashing a
    byte-array representation of PySpark's key. This PR lets
    PythonPartitioner use the actual partition ID, which is required e.g.
    for sorting via PySpark.
    c84946fe
    History
    Fixing SPARK-602: PythonPartitioner
    Andre Schumacher authored
    Currently PythonPartitioner determines partition ID by hashing a
    byte-array representation of PySpark's key. This PR lets
    PythonPartitioner use the actual partition ID, which is required e.g.
    for sorting via PySpark.