ahmb84 commented on issue #14940: URL: https://github.com/apache/arrow/issues/14940#issuecomment-1356893505
Hello @zeroshade, sorry for the delay. I've been able to test your PR and it's working well. Thank you! I have a question related to it. Is it possible to read a parquet file and selectively choose which column to decrypt while having a usable parquet file? It seems that the parquet spec does not mention if it's supported, but I assume that the ability to encrypt some columns selectively implies that it should be possible to decrypt some selectively. With the current reader in the go library force to either decrypts the file entirely if a column is not specified in the decryption policy, it panics. If my assumption is correct, would it be possible to add the support for decrypting selectively some column and keeping other encrypted? Thank you! -- 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]
