yigal-rozenberg commented on PR #1594: URL: https://github.com/apache/iceberg-python/pull/1594#issuecomment-2628339405
The purpose of the proposed change, is to allow iceberg to identify encrypted data items stored in a column as such, and allow the application to decipher. the current implementation is based on a binary data and requires the application to identify the internal format that might include a header with metadata. Preferably the format of an encrypted data should be properly defined, so any application can identify the metadata required to decipher. The metadata stored in the header should include at minimum the Key ID and the original data type which would be required to decode the binary deciphered buffer to the original data type and format. -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org