jerqi commented on code in PR #6853:
URL: https://github.com/apache/gravitino/pull/6853#discussion_r2032330763
##########
core/src/main/java/org/apache/gravitino/catalog/EntityCombinedModel.java:
##########
@@ -40,6 +40,14 @@ private EntityCombinedModel(Model model, ModelEntity
modelEntity) {
this.modelEntity = modelEntity;
}
+ public ModelEntity getModelEntity() {
Review Comment:
The style is weird. We don't use getter. It's better to use `entity()` or
`modelEntity()`.
--
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]