fhueske commented on issue #6666: [FLINK-10290] [table] Fix conversion error in StreamScan and BatchScan URL: https://github.com/apache/flink/pull/6666#issuecomment-421915102 As I said before, we cannot change `RowTypeInfo.equals()` because it would break backwards compatibility. The `Row` type is used in many places. Changing the behavior of the type info, can easily break working programs because field names are often not important when comparing types.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
