Jefffrey commented on code in PR #9375:
URL: https://github.com/apache/arrow-rs/pull/9375#discussion_r2796402980
##########
parquet/src/arrow/schema/extension.rs:
##########
@@ -18,16 +18,21 @@
//! Arrow Extension Type Support for Parquet
//!
//! This module contains mapping code to map Parquet [`LogicalType`]s to/from
+//! Arrow [`arrow_schema::extension::ExtensionType`]s.
Review Comment:
This seems to be doubled up now
##########
parquet/tests/arrow_reader/io/mod.rs:
##########
@@ -572,6 +578,8 @@ impl OperationLog {
/// accessed by the specified range
///
/// It behaves the same as [`add_entry_for_range`] but for multiple ranges.
+ // TODO: this is unused; consider removing it.
Review Comment:
I'm just concerned it may forever be left as a TODO item buried here 😅
--
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]