flyrain commented on a change in pull request #2520:
URL: https://github.com/apache/iceberg/pull/2520#discussion_r643569231
##########
File path: core/src/main/java/org/apache/iceberg/StaticTableOperations.java
##########
@@ -32,25 +34,36 @@
private TableMetadata staticMetadata;
private final String metadataFileLocation;
private final FileIO io;
+ private final EncryptionManager encryption;
private final LocationProvider locationProvider;
/**
- * Creates a StaticTableOperations tied to a specific static version of the
TableMetadata
+ * @deprecated please use {@link #StaticTableOperations(String, FileIO,
EncryptionManager)}
Review comment:
Do we need to deprecate it? To provide a method with a plainText
EncryptionManager looks harmless.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]