Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/2978#discussion_r91718067
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/plan/nodes/dataset/DataSetCorrelate.scala
---
@@ -34,7 +34,7 @@ import
org.apache.flink.api.table.plan.nodes.FlinkCorrelate
import org.apache.flink.api.table.typeutils.TypeConverter._
/**
- * Flink RelNode which matches along with cross apply a user defined
table function.
+ * Flink RelNode which matches along with join a user defined table
function.
--- End diff --
`with a join on a user defined table function`
---
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.
---