Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/1237#discussion_r43541130 --- Diff: flink-staging/flink-table/src/main/scala/org/apache/flink/api/java/table/JavaBatchTranslator.scala --- @@ -39,7 +40,7 @@ import org.apache.flink.api.table.{ExpressionException, Row, Table} * [[PlanTranslator]] for creating [[Table]]s from Java [[org.apache.flink.api.java.DataSet]]s and * translating them back to Java [[org.apache.flink.api.java.DataSet]]s. */ -class JavaBatchTranslator extends PlanTranslator { +class JavaBatchTranslator(env: ExecutionEnvironment = null) extends PlanTranslator { --- End diff -- You are right. Sorry, Scala beginner's mistake. I will correct that.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---