iyupeng commented on a change in pull request #17344: URL: https://github.com/apache/flink/pull/17344#discussion_r735219201
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/schema/TableSourceTable.scala ########## @@ -131,4 +130,23 @@ class TableSourceTable( flinkContext, abilitySpecs ++ newAbilitySpecs) } + + /** + * Creates a copy of this table, changing the rowType + * + * @param newRowType new row type + * @return New TableSourceTable instance with new row type + */ + def copy(newRowType: RelDataType): TableSourceTable = { Review comment: changed this `copy` with `FlinkStatistic` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org