liukun4515 commented on code in PR #2044:
URL: https://github.com/apache/arrow-rs/pull/2044#discussion_r920875720
##########
parquet/src/file/serialized_reader.rs:
##########
@@ -37,6 +38,7 @@ use crate::util::{io::TryClone, memory::ByteBufferPtr};
// export `SliceableCursor` and `FileSource` publically so clients can
// re-use the logic in their own ParquetFileWriter wrappers
+use crate::util::page_util::{calculate_row_count, get_pages_readable_slices};
Review Comment:
change the position of the import
--
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]