[jira] [Commented] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-09 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15477004#comment-15477004 ] Fabian Hueske commented on FLINK-4599: -- Definitely. Would be great if you could add this to the docs.

[jira] [Commented] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-09 Thread Simone Robutti (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15477000#comment-15477000 ] Simone Robutti commented on FLINK-4599: --- I'd rather go for the second choice. I've opened the PR.

[jira] [Commented] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-09 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15476495#comment-15476495 ] Fabian Hueske commented on FLINK-4599: -- I would leave that up to you. If you come up with a good

[jira] [Commented] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-09 Thread Simone Robutti (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15476433#comment-15476433 ] Simone Robutti commented on FLINK-4599: --- The AST output is already working because it's all up to

[jira] [Commented] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-09 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15476423#comment-15476423 ] Fabian Hueske commented on FLINK-4599: -- In principle it could be done. The translation from the

[jira] [Commented] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-09 Thread Simone Robutti (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15476401#comment-15476401 ] Simone Robutti commented on FLINK-4599: --- Ok, I'm working on it. I'm trying to reconcile the

[jira] [Commented] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-09 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15476313#comment-15476313 ] Fabian Hueske commented on FLINK-4599: -- The batch explain is using the JSON output of the DataSet

[jira] [Commented] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-09 Thread Simone Robutti (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15476310#comment-15476310 ] Simone Robutti commented on FLINK-4599: --- I began working on this. It seems to work by simply