jerryshao commented on code in PR #7010:
URL: https://github.com/apache/gravitino/pull/7010#discussion_r2051907622
##########
api/src/test/java/org/apache/gravitino/model/TestModelVersionChange.java:
##########
@@ -155,4 +155,57 @@ void testRemovePropertyChangeEquals() {
Assertions.assertNotEquals(modelVersionChange1.hashCode(),
modelVersionChange3.hashCode());
Assertions.assertNotEquals(modelVersionChange2.hashCode(),
modelVersionChange3.hashCode());
}
+
+ @Test
+ void testUpdateUriChangeUseStaticMethod() {}
+
+ @Test
+ void testUpdateUriChangeUseConstructor() {}
+
+ @Test
+ void testUpdateUriChangeEquals() {}
Review Comment:
What is purpose of add these 3 empty methods?
--
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]