lasdf1234 commented on code in PR #12581:
URL: https://github.com/apache/gravitino/pull/12581#discussion_r3860776167
##########
core/src/main/java/org/apache/gravitino/catalog/OperationDispatcher.java:
##########
@@ -277,6 +277,14 @@ private <T> Map<String, String> getPropertiesForSet(T...
t) {
} else if (item instanceof ViewChange.SetProperty) {
ViewChange.SetProperty setProperty = (ViewChange.SetProperty) item;
properties.put(setProperty.getProperty(), setProperty.getValue());
+ } else if (item instanceof
org.apache.gravitino.model.ModelChange.SetProperty) {
Review Comment:
Thank you very much. I have already used 'short name'.
--
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]