rdblue commented on code in PR #8678:
URL: https://github.com/apache/iceberg/pull/8678#discussion_r1367544626
##########
core/src/test/java/org/apache/iceberg/view/TestViewMetadataParser.java:
##########
@@ -335,7 +335,7 @@ public void metadataCompression(String fileName) throws
IOException {
.schemaId(0)
.versionId(1)
.timestampMillis(23L)
- .putSummary("operation", "create")
+ .putSummary("user", "some-user")
Review Comment:
It's probably best to use a fake property here rather than making someone
think that `user` is a defined property or would matter. This is very minor
though.
--
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]