alamb commented on a change in pull request #8525:
URL: https://github.com/apache/arrow/pull/8525#discussion_r513319156
##########
File path: rust/parquet/src/file/reader.rs
##########
@@ -32,6 +32,22 @@ use crate::basic::Type;
use crate::column::reader::ColumnReaderImpl;
+/// Parquet files must be read from end for the footer then from start for
columns
+pub enum ChunkMode {
Review comment:
I think`ReadChunkFrom` is reasonable. Or maybe `ChunkFrom` ?
----------------------------------------------------------------
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:
[email protected]