etseidl commented on code in PR #6068:
URL: https://github.com/apache/arrow-rs/pull/6068#discussion_r1681797354


##########
parquet/src/file/metadata/mod.rs:
##########
@@ -179,6 +184,16 @@ impl ParquetMetaData {
         self.offset_index.as_ref()
     }
 
+    /// Returns `unencoded_byte_array_data_bytes` from the offset indexes in 
this file, if loaded

Review Comment:
   `unencoded_byte_array_data_bytes` made GPU based decoding so much easier, 
because exact sizes are needed up front to avoid extra copies. I thought arrow 
would benefit knowing this up front as well.



-- 
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]

Reply via email to