mapleFU commented on issue #43221:
URL: https://github.com/apache/arrow/issues/43221#issuecomment-2222806053
```
static AesEncryptor* Make(ParquetCipher::type alg_id, int key_len, bool
metadata,
std::vector<AesEncryptor*>* all_encryptors);
static AesEncryptor* Make(ParquetCipher::type alg_id, int key_len, bool
metadata,
bool write_length,
std::vector<AesEncryptor*>* all_encryptors);
```
I agree this interface is a bit weird...We'd better change that, especially
`std::vector<AesEncryptor*> all_encryptors` making it looks more weird...
--
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]