Skip to content

Conversation

@wangyum
Copy link
Member

@wangyum wangyum commented Apr 30, 2019

What changes were proposed in this pull request?

stream-lib 2.9.6 include several improvements:
image

How was this patch tested?

N/A

1. Improve HyperLogLogPlus.merge and HyperLogLogPlus.mergeEstimators by using native arrays instead of ArrayLists to avoid boxing and unboxing of integers.
2. Improve HyperLogLogPlus.sortEncodedSet by using Arrays.sort on appropriately transformed encoded values, in this way boxing and unboxing of integers is avoided.
@SparkQA
Copy link

SparkQA commented Apr 30, 2019

Test build #105017 has finished for PR 24492 at commit 1ae8592.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented May 2, 2019

Merged to master

@srowen srowen closed this in 3ecafb0 May 2, 2019
@wangyum wangyum deleted the SPARK-27601 branch May 3, 2019 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants