Copilot commented on code in PR #4817:
URL: https://github.com/apache/polaris/pull/4817#discussion_r3432749984


##########
persistence/nosql/realms/store-nosql/src/main/java/org/apache/polaris/persistence/nosql/realms/store/RealmObj.java:
##########
@@ -51,6 +51,7 @@ default ObjType type() {
   Map<String, String> properties();
 
   static ImmutableRealmObj.Builder builder() {
+    // any trivial change like a blank line at the end
     return ImmutableRealmObj.builder();
   }

Review Comment:
   The added comment doesn’t document behavior or constraints and reads like a 
meta note about making a trivial change. It should be removed to avoid 
confusing future readers.



-- 
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]

Reply via email to