You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/06/28 06:09:53 UTC

[GitHub] [spark] panbingkun opened a new pull request, #37012: [SPARK-39626][Build] Upgrade RoaringBitmap from 0.9.28 to 0.9.30 for fix bug

panbingkun opened a new pull request, #37012:
URL: https://github.com/apache/spark/pull/37012

   
   ### What changes were proposed in this pull request?
   This pr aims upgrade RoaringBitmap from 0.9.28 to 0.9.30 for fix bug.
   
   
   ### Why are the changes needed?
   This version contain bug fix: [fix previousValue value smaller than first value](https://github.com/RoaringBitmap/RoaringBitmap/commit/ad116feb97edd76b86cce6927bbab94f431bc7a4)
   
   The changes between 0.9.28 and 0.9.30 as follows:
   - https://github.com/RoaringBitmap/RoaringBitmap/compare/0.9.28...0.9.30
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Pass GA.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] srowen commented on pull request #37012: [SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30

Posted by GitBox <gi...@apache.org>.
srowen commented on PR #37012:
URL: https://github.com/apache/spark/pull/37012#issuecomment-1169081546

   Merged to master


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] LuciferYang commented on pull request #37012: [SPARK-39626][Build] Upgrade RoaringBitmap from 0.9.28 to 0.9.30 for fix bug

Posted by GitBox <gi...@apache.org>.
LuciferYang commented on PR #37012:
URL: https://github.com/apache/spark/pull/37012#issuecomment-1168292226

   @panbingkun Could you run `MapStatusesSerDeserBenchmark` like https://github.com/apache/spark/pull/36719


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] srowen closed pull request #37012: [SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30

Posted by GitBox <gi...@apache.org>.
srowen closed pull request #37012: [SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30
URL: https://github.com/apache/spark/pull/37012


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] panbingkun commented on pull request #37012: [SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30

Posted by GitBox <gi...@apache.org>.
panbingkun commented on PR #37012:
URL: https://github.com/apache/spark/pull/37012#issuecomment-1169435176

   Thank @LuciferYang & @srowen for review!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] LuciferYang commented on pull request #37012: [SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30

Posted by GitBox <gi...@apache.org>.
LuciferYang commented on PR #37012:
URL: https://github.com/apache/spark/pull/37012#issuecomment-1168801085

   cc @dongjoon-hyun


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] LuciferYang commented on pull request #37012: [SPARK-39626][Build] Upgrade RoaringBitmap from 0.9.28 to 0.9.30 for fix bug

Posted by GitBox <gi...@apache.org>.
LuciferYang commented on PR #37012:
URL: https://github.com/apache/spark/pull/37012#issuecomment-1168485927

   Pr title should be `[SPARK-39626][BUILD] Upgrade ...`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] panbingkun commented on pull request #37012: [SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30

Posted by GitBox <gi...@apache.org>.
panbingkun commented on PR #37012:
URL: https://github.com/apache/spark/pull/37012#issuecomment-1168560314

   > Pr title should be `[SPARK-39626][BUILD] Upgrade ...`
   
   Updated


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #37012: [SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on PR #37012:
URL: https://github.com/apache/spark/pull/37012#issuecomment-1169106648

   Can one of the admins verify this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] panbingkun commented on pull request #37012: [SPARK-39626][Build] Upgrade RoaringBitmap from 0.9.28 to 0.9.30 for fix bug

Posted by GitBox <gi...@apache.org>.
panbingkun commented on PR #37012:
URL: https://github.com/apache/spark/pull/37012#issuecomment-1168299221

   > @panbingkun Could you run `MapStatusesSerDeserBenchmark` like #36719
   
   ok!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org