lincoln-lil commented on code in PR #20791:
URL: https://github.com/apache/flink/pull/20791#discussion_r970397264
##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/agg/batch/AggCodeGenHelper.scala:
##########
@@ -93,6 +93,8 @@ object AggCodeGenHelper {
.asInstanceOf[Map[AggregateFunction[_, _], String]]
}
+ /** @deprecated Use [[RowTypeUtils#projectRowType]] instead. */
+ @deprecated
def projectRowType(rowType: RowType, mapping: Array[Int]): RowType = {
Review Comment:
Ok, I'll remove it directly.
--
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]