wpleonardo commented on code in PR #1375:
URL: https://github.com/apache/orc/pull/1375#discussion_r1090335348


##########
c++/src/RleDecoderV2.cc:
##########
@@ -67,6 +91,147 @@ namespace orc {
   }
 
   void RleDecoderV2::readLongs(int64_t* data, uint64_t offset, uint64_t len, 
uint64_t fbs) {
+    uint64_t startBit = 0;
+#if ENABLE_AVX512

Review Comment:
   Do you mean to create a new option in ORC config file to check the option 
"on" or "off" at the runtime? If yes, may I have a question that where is the 
ORC config file?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to