wgtmac commented on code in PR #44990: URL: https://github.com/apache/arrow/pull/44990#discussion_r1880340344
########## cpp/src/parquet/encryption/encryption_internal.h: ########## @@ -44,6 +44,8 @@ constexpr int8_t kOffsetIndex = 7; constexpr int8_t kBloomFilterHeader = 8; constexpr int8_t kBloomFilterBitset = 9; +class AesEncryptionContext; Review Comment: Is this required here? If yes, perhaps moving it to `cpp/src/parquet/encryption/type_fwd.h`? -- 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]
