StephanEwen commented on issue #8914: [FLINK-12929] Pass TypeInformation in addSource URL: https://github.com/apache/flink/pull/8914#issuecomment-507595118 @aljoscha What is the overall contract in the Scala API for which type information is used: Consider this case: ```scala env.addSource[StringTypeInfo.INSTANCE](sourceThatImplementsResultTypeQueryable); ``` Which info will be used / should be used in the end? Is this well defined?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
