GitHub user buptljy opened a pull request:
https://github.com/apache/flink/pull/5638
[FLINK-6924][table]ADD LOG(X) supported in TableAPI
## What is the purpose of the change
* Add LOG(X) function in TableAPI.
## Brief change log
* Add LOG(X) function in TableAPI.
* Modify LOG(X) unit tests from "testSqlApi" to "testAllApis".
## Verifying this change
* This can be tested by unit testing.
## Does this pull request potentially affect one of the following parts:
* No
## Documentation
*
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/buptljy/flink log
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5638.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 #5638
----
commit 376cee8a6bc25afdf8df50b65c3fa8f35a5e4b7c
Author: Liao Jiayi <liaojiayi@...>
Date: 2018-03-04T09:15:10Z
add log table function
commit 9ab7a07c0b614cb7af0fee7e69f6d58bf5004b28
Author: Liao Jiayi <liaojiayi@...>
Date: 2018-03-04T09:15:23Z
Merge branch 'master' of github.com:apache/flink into log
----
---