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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to