Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5867#discussion_r184098177
--- Diff:
flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java
---
@@ -91,6 +92,22 @@ public Deployment getDeployment() {
return deployment;
}
+ public String explain() {
--- End diff --
I will just use the `toString` method instead.---
