You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/04/27 16:46:16 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #4146: Remove Type from NativeIndex

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org