[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1862 --- 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 enab

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-11 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1862#issuecomment-208272375 Thanks, I will make the change and merge. --- 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 d

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-11 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1862#issuecomment-208266838 +1 to merge after resolving one last minor comment. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-11 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1862#discussion_r59181718 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/plan/TranslationContext.scala --- @@ -53,21 +55,26 @@ object TranslationConte

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-09 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1862#issuecomment-207761336 Thanks for the review @fhueske. I've addressed your comments :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-08 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1862#issuecomment-207438727 Thanks for the PR. I had a few minor comments but otherwise it looks really good. There are a few follow up issues, IMO: - Check if we somehow can get aroun

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1862#discussion_r59025508 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/api/scala/sql/test/JoinITCase.scala --- @@ -0,0 +1,239 @@ +/* + * Licensed to t

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1862#discussion_r59025219 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/api/scala/sql/test/AggregationsITCase.scala --- @@ -0,0 +1,264 @@ +/* + * Licen

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1862#discussion_r59007631 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/AbstractTableEnvironment.scala --- @@ -83,4 +84,17 @@ class AbstractTableEnvi

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1862#discussion_r59007483 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/AbstractTableEnvironment.scala --- @@ -83,4 +84,17 @@ class AbstractTableEnvi

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-07 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1862#issuecomment-206986445 Awesome! Really cool to see that coming to Flink. I played a bit around with it and it seems to work ;) ```java Table table = tableEnv.fromDataSet(input)

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-07 Thread vasia
GitHub user vasia opened a pull request: https://github.com/apache/flink/pull/1862 [FLINK-3640] Add support for SQL in DataSet programs This PR adds basic support for batch SQL queries embedded in Table API programs. In order to run a SQL query, a `DataSet` or `Table` needs to b