snuyanzin commented on code in PR #27347:
URL: https://github.com/apache/flink/pull/27347#discussion_r2622382111
##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/catalog/SqlAlterCatalogOptions.java:
##########
@@ -55,13 +54,7 @@ public SqlNodeList getPropertyList() {
}
public Map<String, String> getProperties() {
- return propertyList.stream()
- .map(p -> (SqlTableOption) p)
- .collect(
- Collectors.toMap(
- SqlTableOption::getKeyString,
- SqlTableOption::getValueString,
- (option1, option2) -> option2));
Review Comment:
probably one missing piece from prev refactoring
--
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]