etseidl commented on issue #8472: URL: https://github.com/apache/arrow-rs/issues/8472#issuecomment-3387734756
So I've tried running down this rabbit hole, and hit two roadblocks. One is https://github.com/apache/arrow-rs/blob/209eafa75ad94ad8b6eda953153c590bd9b9a8a5/parquet/src/encryption/ciphers.rs#L37-L39 I have no idea how to handle the `LessSafeKey`. Similarly https://github.com/apache/arrow-rs/blob/209eafa75ad94ad8b6eda953153c590bd9b9a8a5/parquet/src/encryption/decrypt.rs#L275-L278 How to get the size of something a user might pass in. `HeapSize` is private, so we can't add it to the bounds on `KeyRetriever`, and it seems weird to add `heap_size` to the trait. @rok or @adamreeve any ideas? -- 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]
