GitHub user mayyamus opened a pull request: https://github.com/apache/flink/pull/5818
sql() is deprecated. ## Brief change log - Replace the deprecatd method(sql()method) with sqlQuery() ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mayyamus/flink fix_table_docs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5818.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5818 ---- commit a80733769591f4f87fdf38794771604583c4d49b Author: mayyamus <chillon_m@...> Date: 2018-04-05T01:54:11Z sql() is deprecated. ---- ---