nastra commented on code in PR #7428:
URL: https://github.com/apache/iceberg/pull/7428#discussion_r1176134847
##########
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:
`@Value.Derived` is eagerly computing the value before `check()` is
executed, so we're switching to `@Value.Lazy`
--
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]