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


##########
c++/src/RleDecoderV2.cc:
##########
@@ -18,11 +18,35 @@
 
 #include "Adaptor.hh"
 #include "Compression.hh"
+#include "DetectPlatform.hh"
 #include "RLEV2Util.hh"
 #include "RLEv2.hh"
 #include "Utils.hh"
+#include "VectorDecoder.hh"
 
 namespace orc {
+  void RleDecoderV2::resetBufferStart(uint64_t len, bool resetBuf, uint32_t 
backupByteLen) {
+    uint64_t restLen = bufferEnd - bufferStart;

Review Comment:
   OK, done.



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