mapleFU commented on code in PR #35368:
URL: https://github.com/apache/arrow/pull/35368#discussion_r1184739103


##########
cpp/src/parquet/column_reader.cc:
##########
@@ -275,6 +275,9 @@ class SerializedPageReader : public PageReader {
   }
 
   // Implement the PageReader interface
+  //
+  // SerializedPageReader reuse same decryption buffer and decompression 
buffer,

Review Comment:
   Seems that `decryption_buffer_` and `decompression_buffer_` is not conflict, 
and finally returned value might be one of them



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