[jira] [Commented] (FLINK-5314) Add tpch query explain test

2016-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15741063#comment-15741063 ] ASF GitHub Bot commented on FLINK-5314: --- GitHub user KurtYoung opened a pull request:

[GitHub] flink pull request #2989: [FLINK-5314] [table] add tpch functionality test

2016-12-11 Thread KurtYoung
GitHub user KurtYoung opened a pull request: https://github.com/apache/flink/pull/2989 [FLINK-5314] [table] add tpch functionality test All the cases not marked with "@Ignore" are supported by now. In the future, if more queries are supported and we should open the corresponding

[jira] [Created] (FLINK-5315) Support distinct aggregations in table api

2016-12-11 Thread Kurt Young (JIRA)
Kurt Young created FLINK-5315: - Summary: Support distinct aggregations in table api Key: FLINK-5315 URL: https://issues.apache.org/jira/browse/FLINK-5315 Project: Flink Issue Type: New Feature

[jira] [Commented] (FLINK-5266) Eagerly project unused fields when selecting aggregation fields

2016-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15741041#comment-15741041 ] ASF GitHub Bot commented on FLINK-5266: --- Github user KurtYoung commented on a diff in the pull

[GitHub] flink pull request #2961: [FLINK-5266] [table] eagerly project unused fields...

2016-12-11 Thread KurtYoung
Github user KurtYoung commented on a diff in the pull request: https://github.com/apache/flink/pull/2961#discussion_r91885381 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/table.scala --- @@ -881,24 +883,21 @@ class GroupWindowedTable( *

[jira] [Created] (FLINK-5314) Add tpch query explain test

2016-12-11 Thread Kurt Young (JIRA)
Kurt Young created FLINK-5314: - Summary: Add tpch query explain test Key: FLINK-5314 URL: https://issues.apache.org/jira/browse/FLINK-5314 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-5313) Supporting all tpch queries

2016-12-11 Thread Kurt Young (JIRA)
Kurt Young created FLINK-5313: - Summary: Supporting all tpch queries Key: FLINK-5313 URL: https://issues.apache.org/jira/browse/FLINK-5313 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-4647) Implement BipartiteGraph reader

2016-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15740682#comment-15740682 ] ASF GitHub Bot commented on FLINK-4647: --- Github user greghogan commented on the issue:

[GitHub] flink issue #2987: [FLINK-4647] Read bipartite graph

2016-12-11 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2987 There are some refactorings in #2832 which overlap with updates here. --- 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

[jira] [Updated] (FLINK-4848) keystoreFilePath should be checked against null in SSLUtils#createSSLServerContext

2016-12-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-4848: -- Description: {code} String keystoreFilePath = sslConfig.getString(

[jira] [Commented] (FLINK-5280) Extend TableSource to support nested data

2016-12-11 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15740517#comment-15740517 ] Ivan Mushketyk commented on FLINK-5280: --- Thank you [~fhueske]. The general idea seems feasible, but

[jira] [Commented] (FLINK-4649) Implement bipartite graph metrics

2016-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15740111#comment-15740111 ] ASF GitHub Bot commented on FLINK-4649: --- GitHub user mushketyk opened a pull request:

[GitHub] flink pull request #2988: [FLINK-4649] Implement bipartite graph metrics

2016-12-11 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2988 [FLINK-4649] Implement bipartite graph metrics Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your

[jira] [Commented] (FLINK-4647) Implement BipartiteGraph reader

2016-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15740045#comment-15740045 ] ASF GitHub Bot commented on FLINK-4647: --- GitHub user mushketyk opened a pull request:

[GitHub] flink pull request #2987: [FLINK-4647] Read bipartite graph

2016-12-11 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2987 [FLINK-4647] Read bipartite graph Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your changes take all

[jira] [Commented] (FLINK-5104) Implement BipartiteGraph validator

2016-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15739414#comment-15739414 ] ASF GitHub Bot commented on FLINK-5104: --- Github user mushketyk commented on the issue:

[GitHub] flink issue #2985: [FLINK-5104] Bipartite graph validation

2016-12-11 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2985 I noticed that `Graph` has the following implementation of the `validate` method: ```java public Boolean validate(GraphValidator validator) throws Exception {

[GitHub] flink pull request #2986: [FLINK-4648] Implement BipartiteGraph generator

2016-12-11 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2986 [FLINK-4648] Implement BipartiteGraph generator Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your

[jira] [Commented] (FLINK-4648) Implement bipartite graph generators

2016-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15739407#comment-15739407 ] ASF GitHub Bot commented on FLINK-4648: --- GitHub user mushketyk opened a pull request: