jbonofre commented on code in PR #11432:
URL: https://github.com/apache/iceberg/pull/11432#discussion_r1823065455
##########
core/src/main/java/org/apache/iceberg/rest/responses/LoadViewResponse.java:
##########
@@ -34,11 +31,6 @@ public interface LoadViewResponse extends RESTResponse {
Map<String, String> config();
- @Value.Default
Review Comment:
As the `credentials()` method didn't exist in previous releases (it has been
introduced recently), and as it can be problematic for "secure views", I think
it makes sense to remove it before 1.7 release.
--
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]