RE: [FLINK-4704 ] Move Table API to org.apache.flink.table

2016-12-05 Thread Anton Mushin
To: dev@flink.apache.org Subject: Re: [FLINK-4704 ] Move Table API to org.apache.flink.table Hi Anton, thanks for bringing up this discussion and volunteering. Yes we should do that before the 1.2 release. You can assign the issue to you if you like. However, we should first get most of the pull

Re: [FLINK-4704 ] Move Table API to org.apache.flink.table

2016-12-05 Thread Timo Walther
Hi Anton, thanks for bringing up this discussion and volunteering. Yes we should do that before the 1.2 release. You can assign the issue to you if you like. However, we should first get most of the pull requests in (esp. the large PRs). The next release is still some weeks away so it make

Re: [FLINK-4704 ] Move Table API to org.apache.flink.table

2016-12-05 Thread Jark Wu
+1 I would like to move these classes into `org.apache.flink.table.api` , and move Java `BatchTableEnvironment.scala` into `org.apache.flink.table.api.java`, and Scala `BatchTableEnvironment.scala` into `org.apache.flink.table.api.scala`. - Jark Wu > 在 2016年12月4日,上午3:18,Anton Mushin

[FLINK-4704 ] Move Table API to org.apache.flink.table

2016-12-03 Thread Anton Mushin
Hi devs, I would to do FLINK-4704 [1] In this time the special classes like as `BatchTableEnvironment.scala`, `Row.scala` and all expressions, codogen classes etc is in `org.apache.flink.api.table` package of scala table api module. Where do

[jira] [Created] (FLINK-4704) Move Table API to org.apache.flink.table

2016-09-28 Thread Timo Walther (JIRA)
Timo Walther created FLINK-4704: --- Summary: Move Table API to org.apache.flink.table Key: FLINK-4704 URL: https://issues.apache.org/jira/browse/FLINK-4704 Project: Flink Issue Type: Improvement