[GitHub] flink pull request #3529: [FLINK-6039] [core] Row of TableFunction should su...

2017-03-14 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3529#discussion_r105862926 --- Diff: flink-core/src/main/java/org/apache/flink/types/Row.java --- @@ -66,10 +66,11 @@ public int getArity() { * Gets the field at the specified

[GitHub] flink pull request #3529: [FLINK-6039] [core] Row of TableFunction should su...

2017-03-14 Thread clarkyzl
Github user clarkyzl commented on a diff in the pull request: https://github.com/apache/flink/pull/3529#discussion_r105861507 --- Diff: flink-core/src/main/java/org/apache/flink/types/Row.java --- @@ -66,10 +66,11 @@ public int getArity() { * Gets the field at the

[GitHub] flink pull request #3529: [FLINK-6039] [core] Row of TableFunction should su...

2017-03-14 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3529#discussion_r105856276 --- Diff: flink-core/src/main/java/org/apache/flink/types/Row.java --- @@ -66,10 +66,11 @@ public int getArity() { * Gets the field at the specified

[GitHub] flink pull request #3529: [FLINK-6039] [core] Row of TableFunction should su...

2017-03-14 Thread clarkyzl
GitHub user clarkyzl opened a pull request: https://github.com/apache/flink/pull/3529 [FLINK-6039] [core] Row of TableFunction should support flexible number of fields Type: Improvement Priority: Major Components: core, table, udtf Problem Definition: Row of