GitHub user buptljy opened a pull request:
https://github.com/apache/flink/pull/6381
[FLINK-7205] [table&sql]Add UUID supported in SQL and TableApi
## What is the purpose of the change
* Add UUID supported in SQL and TableApi.
## Brief change log
* Add UUID function.
## Verifying this change
* Unit tests.
## Documentation
* add in table.md and sql.md
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/buptljy/flink FLINK-7205
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6381.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 #6381
----
commit 5cde30f8feb2feb49dc1381af3d1d288c39122f0
Author: wind <bupt_ljy@...>
Date: 2018-07-21T15:20:21Z
add uuid table&sql function
commit 8829de68bee64c6709d55efd17c09beabdb7a8be
Author: wind <bupt_ljy@...>
Date: 2018-07-21T15:32:42Z
add docs for uuid
----
---