[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5758 ---

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-06 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r179715295 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java --- @@ -29,38 +30,47 @@ /**

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-06 Thread suez1224
Github user suez1224 commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r179686465 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java --- @@ -29,38 +30,47 @@ /**

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-06 Thread suez1224
Github user suez1224 commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r179686471 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/TableDescriptor.scala --- @@ -0,0 +1,75 @@ +/* + * Licensed

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-04 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r179182994 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/TableDescriptor.scala --- @@ -0,0 +1,75 @@ +/* + * Licensed

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-04 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r179178156 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/TableDescriptor.scala --- @@ -0,0 +1,75 @@ +/* + * License

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-04 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r179149794 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java --- @@ -29,38 +30,47 @@ /**

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-04 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r179150731 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/TableDescriptor.scala --- @@ -0,0 +1,75 @@ +/* + * Licensed

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-03 Thread suez1224
GitHub user suez1224 reopened a pull request: https://github.com/apache/flink/pull/5758 [FLINK-9059][Table API & SQL] add table type attribute; replace "sources" with "tables" in environm… ## What is the purpose of the change Add support for unified table source and sink

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-04-03 Thread suez1224
Github user suez1224 closed the pull request at: https://github.com/apache/flink/pull/5758 ---

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-30 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r178334028 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java --- @@ -29,38 +30,47 @@ /**

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-30 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r178334057 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/TableDescriptor.scala --- @@ -0,0 +1,75 @@ +/* + * License

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-30 Thread suez1224
Github user suez1224 commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r178330131 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/TableDescriptor.scala --- @@ -0,0 +1,75 @@ +/* + * Licensed

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-30 Thread suez1224
Github user suez1224 commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r178244750 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java --- @@ -102,10 +112,10 @@ public static Envi

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-30 Thread suez1224
Github user suez1224 commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r178244473 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java --- @@ -29,38 +30,47 @@ /**

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-28 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r177830071 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java --- @@ -102,10 +112,10 @@ public static Env

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-28 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r177828794 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java --- @@ -29,38 +30,47 @@ /**

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-28 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5758#discussion_r177836030 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/TableDescriptor.scala --- @@ -0,0 +1,75 @@ +/* + * License

[GitHub] flink pull request #5758: [FLINK-9059][Table API & SQL] add table type attri...

2018-03-23 Thread suez1224
GitHub user suez1224 opened a pull request: https://github.com/apache/flink/pull/5758 [FLINK-9059][Table API & SQL] add table type attribute; replace "sources" with "tables" in environm… ## What is the purpose of the change Add support for unified table source and sink de