smaheshwar-pltr commented on code in PR #17404:
URL: https://github.com/apache/iceberg/pull/17404#discussion_r3670144413
##########
core/src/test/java/org/apache/iceberg/TestRowDelta.java:
##########
@@ -2654,17 +2670,20 @@ private DeleteFile writeDV(
}
private TestTables.TestTable createEncryptedTable() {
- EncryptionManager encryptionManager =
EncryptionTestHelpers.createEncryptionManager();
String tableName = "encrypted-" + branch;
java.io.File encryptedTableDir = temp.resolve(tableName).toFile();
TestTables.TestTableOperations ops =
- new TestTables.TestTableOperations(
- tableName,
- encryptedTableDir,
- EncryptingFileIO.combine(new TestTables.LocalFileIO(),
encryptionManager)) {
+ new TestTables.TestTableOperations(tableName, encryptedTableDir) {
@Override
public EncryptionManager encryption() {
- return encryptionManager;
+ // Metadata-sourced: keys live in metadata, persisted by
SnapshotProducer at commit.
Review Comment:
remove
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]