dawidwys commented on pull request #12232: URL: https://github.com/apache/flink/pull/12232#issuecomment-630787753
@wuchong My take is that it is inevitable at some point. With the current structure there are three issues: 1. users of the unified `TableEnvironment` have to depend on a bridging module for the expressionDsl 2. if users import `org.apache.flink.table.api._` they have to prefix all classes from `java` & `scala` with `_root_` 3. moreover in point 2. it breaks `TypeInformation` extraction for all such classes. Therefore the question is rather if we do it now or in a next release... ---------------------------------------------------------------- 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]
