Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3791#discussion_r114198865
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/scala/package.scala
---
@@ -90,4 +91,7 @@ package object scala extends
ImplicitExpressionConversions {
tableEnv.toDataStream[Row](table)
}
+ implicit def tableFunctionCall2Table[T](tf: TableFunction[T]):
TableFunctionConversions[T] = {
--- End diff --
We should also add tests to validate that these cases are properly handled.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---