tustvold commented on code in PR #4146:
URL: https://github.com/apache/arrow-rs/pull/4146#discussion_r1179445356
##########
parquet/src/file/page_index/index.rs:
##########
@@ -118,11 +116,10 @@ pub struct NativeIndex<T: ParquetValueType> {
}
impl<T: ParquetValueType> NativeIndex<T> {
+ pub const PHYSICAL_TYPE: Type = T::PHYSICAL_TYPE;
Review Comment:
This is necessary because `ParquetValueType` is technically an experimental
API
--
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]