tustvold commented on code in PR #4850:
URL: https://github.com/apache/arrow-rs/pull/4850#discussion_r1335026252


##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -273,7 +273,7 @@ impl ChunkReader for ArrowColumnChunk {
 }
 
 /// A [`Read`] for an iterator of [`Bytes`]
-struct ChainReader(Peekable<IntoIter<Bytes>>);
+pub struct ChainReader(Peekable<IntoIter<Bytes>>);

Review Comment:
   I think we probably want to rename this to ArrowColumnChunkReader or 
something, as it will now be public



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