Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flink 4599] - Add 'explain()' also to StreamTableEnvironment #2485

Closed
wants to merge 4 commits into from

Conversation

chobeat
Copy link
Contributor

@chobeat chobeat commented Sep 9, 2016

No description provided.

@twalthr
Copy link
Contributor

twalthr commented Sep 9, 2016

Could you rebase your PR on the current master and then do a force push? There are a lot of commits that should not appear here.

@chobeat
Copy link
Contributor Author

chobeat commented Sep 9, 2016

Done, sorry.

val table2 = env.fromElements((1, "hello")).toTable(tEnv, 'count, 'word)
val table = table1.unionAll(table2)

val explanation:String = tEnv.explain(table)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put space before String

@twalthr
Copy link
Contributor

twalthr commented Sep 15, 2016

Thanks @chobeat. I fixed minor formatting issues and extended the documentation a little bit. Will merge...

@asfgit asfgit closed this in 545b72b Sep 15, 2016
liuyuzhong pushed a commit to liuyuzhong/flink that referenced this pull request Dec 5, 2016
hequn8128 pushed a commit to hequn8128/flink that referenced this pull request Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants