rdblue commented on code in PR #7428:
URL: https://github.com/apache/iceberg/pull/7428#discussion_r1199815048
##########
api/src/main/java/org/apache/iceberg/view/ViewVersion.java:
##########
@@ -65,8 +66,14 @@ public interface ViewVersion {
*
* @return the string operation which produced the view version
*/
- @Value.Derived
+ @Value.Lazy
Review Comment:
@nastra, why does this matter? All that would happen is that this is set to
`null` and then the check method throws an exception.
--
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]