ssvenkatesh opened a new issue, #47254: URL: https://github.com/apache/arrow/issues/47254
### Describe the usage question you have. Please include as many useful details as possible. I am trying to write encrypted parquet file with teh above code in c++ with arrow and tryign to decrypt the parquet in duckdb using Dbeaver with the below query. But i am getting the error "SQL Error: Java.sql.SQLException: Invalid Input Error: COmputed AES tag differs from read AES tag, are you using the right key?" Plesae find the sample c++ code and SQL used in Dbeaver in the attached file. [sample_code.txt](https://github.com/user-attachments/files/21571617/sample_code.txt) Duckdb supports only AES_GCM_V1 and I have used the same. Is there issue in encryption in my code? ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org