snuyanzin commented on code in PR #27264:
URL: https://github.com/apache/flink/pull/27264#discussion_r2559981557
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/converters/AbstractAlterMaterializedTableConverter.java:
##########
@@ -37,7 +37,7 @@
public abstract class AbstractAlterMaterializedTableConverter<T extends
SqlNode>
implements SqlNodeConverter<T> {
- protected ObjectIdentifier resolveIdentifier(
+ protected ObjectIdentifier getIdentifier(
Review Comment:
Makes sense, I renamed it to match same for tables, the will rename as well
`getIdentifier` from tables to `resolveIdentifier`
--
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]