Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-12222] [Core] Deserialize RoaringBitmap using Kryo serializer throw Buffer underflow exception #10253

Closed
wants to merge 1 commit into from

Conversation

adrian-wang
Copy link
Contributor

Since we only need to implement def skipBytes(n: Int),
code in #10213 could be simplified.
@davies @scwf

@scwf
Copy link
Contributor

scwf commented Dec 10, 2015

LGTM

@SparkQA
Copy link

SparkQA commented Dec 10, 2015

Test build #47498 has started for PR 10253 at commit 90c3152.

@adrian-wang
Copy link
Contributor Author

retest this please.

@SparkQA
Copy link

SparkQA commented Dec 11, 2015

Test build #47564 has finished for PR 10253 at commit 90c3152.

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

@sarutak
Copy link
Member

sarutak commented Dec 28, 2015

LGTM. Merging this into master and branch-1.6.

asfgit pushed a commit that referenced this pull request Dec 28, 2015
…hrow Buffer underflow exception

Since we only need to implement `def skipBytes(n: Int)`,
code in #10213 could be simplified.
davies scwf

Author: Daoyuan Wang <[email protected]>

Closes #10253 from adrian-wang/kryo.

(cherry picked from commit a6d3853)
Signed-off-by: Kousuke Saruta <[email protected]>
@asfgit asfgit closed this in a6d3853 Dec 28, 2015
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.

4 participants