XiangpengHao commented on code in PR #6921:
URL: https://github.com/apache/arrow-rs/pull/6921#discussion_r1900429482


##########
parquet/src/file/serialized_reader.rs:
##########
@@ -650,7 +702,7 @@ impl<R: ChunkReader> PageReader for SerializedPageReader<R> 
{
                     let bytes = buffer.slice(offset..);
                     decode_page(
                         header,
-                        bytes,
+                        bytes.to_vec(),

Review Comment:
   yes, they are actually unnecessary changes (made while I was trying hard to 
dig performance issues), now reverted!



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