Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-29124

Use MurmurHash3 `bytesHash(data, seed)` instead of `bytesHash(data)`

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Spark Core
    • None

    Description

      This issue changes `bytesHash(data)` API invocation with the underlaying `byteHash(data, arraySeed)` invocation because they are identical.

      def bytesHash(data: Array[Byte]): Int = bytesHash(data, arraySeed)
      

      The `byteHash(data)` API is changed between Scala versions by the following commit.

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: