[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3118 --- 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 #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3118#discussion_r97277366 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/TableFunctionCollector.scala --- @@ -0,0 +1,81 @@ +/* + * License

[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3118#discussion_r97281289 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/CorrelateFlatMapRunner.scala --- @@ -0,0 +1,65 @@ +/* + * License

[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3118#discussion_r97280842 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/CorrelateFlatMapRunner.scala --- @@ -0,0 +1,65 @@ +/* + * License

[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3118#discussion_r97098892 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/TableFunction.scala --- @@ -99,27 +98,26 @@ abstract class TableFunctio

[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3118#discussion_r97277454 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/TableFunctionCollector.scala --- @@ -0,0 +1,81 @@ +/* + * License

[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3118#discussion_r97279529 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/TableFunctionCollector.scala --- @@ -0,0 +1,81 @@ +/* + * License

[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3118#discussion_r97095042 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/CodeGenerator.scala --- @@ -160,6 +165,19 @@ class CodeGenerator(

[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3118#discussion_r97284915 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/CodeGenerator.scala --- @@ -326,6 +346,52 @@ class CodeGenerator(

[GitHub] flink pull request #3118: [FLINK-5224] [table] Improve UDTF: emit rows direc...

2017-01-13 Thread wuchong
GitHub user wuchong opened a pull request: https://github.com/apache/flink/pull/3118 [FLINK-5224] [table] Improve UDTF: emit rows directly instead of buffering them Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into