You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/23 03:55:06 UTC

[GitHub] [arrow] liyafan82 commented on pull request #8210: ARROW-10031: [CI][Java] Support Java benchmark in Ursabot

liyafan82 commented on pull request #8210:
URL: https://github.com/apache/arrow/pull/8210#issuecomment-697118857


   @kiszk Thank you for doing this. 
   Please note that when running the benchmarks, some flags should be configured properly.
   They can be set through environmental variables:
   
   ARROW_ENABLE_UNSAFE_MEMORY_ACCESS = true
   ARROW_ENABLE_NULL_CHECK_FOR_GET = false
   
   or through system properties:
   
   arrow.enable_unsafe_memory_access = true
   arrow.enable_null_check_for_get = false
   


----------------------------------------------------------------
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.

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