mapleFU commented on issue #43221: URL: https://github.com/apache/arrow/issues/43221#issuecomment-2222909632
```c++ static std::unique_ptr<AesEncryptor> Make(ParquetCipher::type alg_id, int key_len, bool metadata); static std::unique_ptr<AesEncryptor> Make(ParquetCipher::type alg_id, int key_len, bool metadata, bool write_length); ``` The api above seems to be better 🤔 -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org