dongjoon-hyun commented on a change in pull request #476:
URL: https://github.com/apache/orc/pull/476#discussion_r577898333



##########
File path: c++/src/ColumnReader.cc
##########
@@ -1553,6 +1558,8 @@ namespace orc {
     ColumnReader::seekToRowGroup(positions);
     valueStream->seek(positions.at(columnId));
     scaleDecoder->seek(positions.at(columnId));
+    buffer = nullptr;
+    bufferEnd = nullptr;

Review comment:
       Just a question: The changes in this file look general instead of 
specific to this PPD. Previously, we don't need these?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to