gaborkaszab commented on code in PR #18150:
URL: https://github.com/apache/iceberg/pull/18150#discussion_r4035463647
##########
core/src/test/java/org/apache/iceberg/TestManifestListEncryption.java:
##########
@@ -375,7 +372,11 @@ private ManifestFile
writeAndReadEncryptedManifestList(EncryptionManager em) thr
io,
EncryptionTestHelpers.createEncryptionManager(
List.of(encryptionKeys.keyEncryptionKey(),
encryptionKeys.fileKey())))) {
- List<ManifestFile> manifests =
ManifestLists.read(readingIO.newInputFile(manifestListFile));
+ List<ManifestFile> manifests =
+ ManifestLists.read(
+ readingIO.newInputFile(
+ new BaseManifestListFile(
Review Comment:
Note, https://github.com/apache/iceberg/pull/17545 will get rid of
`BaseManifestListFile` and use a more general version of `newInputFile`
--
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]