Ted-Jiang commented on code in PR #2237:
URL: https://github.com/apache/arrow-rs/pull/2237#discussion_r933966267
##########
parquet/src/arrow/array_reader/mod.rs:
##########
@@ -115,7 +125,7 @@ impl RowGroupCollection for Arc<dyn FileReader> {
///
/// Returns the number of records read, which can be less than `batch_size` if
/// pages is exhausted.
-fn read_records<V, CV>(
+fn read_records_inner<V, CV>(
Review Comment:
i think there two `read_records `, one in "ArrayReader", another in
"array_reader" mod, just to want distinct them😂, I will get it back.
--
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]