daniel-adam-tfs commented on issue #566: URL: https://github.com/apache/arrow-go/issues/566#issuecomment-3783484451
@zeroshade What do you think about the cross platform encryption/decryption tests with PyArrow? Maybe something like this: 1. Run a python script that generates encrypted files to some folder 2. Run go test with a build tag or environmental variable that decrypts the files and checks the contents 3. The go test should also run the generates encrypted files (with the KMS-style metadata, so PyArrow can decrypt the data) 4. Run some python unit tests that tries to decrypt the Go generated encrypted files All of this would be an integration test suite written in python (makes most sense to me), that can be run from CI or in a docker container. -- 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]
