zicat commented on pull request #16163: URL: https://github.com/apache/flink/pull/16163#issuecomment-874486894
> Hi @zicat What do you think about the `copy` method? Override copy method is the simplest way for this issue. Exactly It's dangerous when Copy the field of resultType because that maybe cause this.dataType.getLogicalType != super.resultType, So I reinforce the copy method. Copy the other fields is safe I think. Looking forward to your reply. -- 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]
