GitHub user traflm opened a pull request:
https://github.com/apache/trafodion/pull/1657
[TRAFODION-3147] support sys_guid function
Support Oracle sys_guid function as described:
https://docs.oracle.com/cd/B12037_01/server.101/b10759/functions153.htm
This is required by some users
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/traflm/trafodion TRAFODION-3147
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1657.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 #1657
----
commit 6ad70a36245a6dacedda0d8740c7d84cff5bf707
Author: Liu Ming <ovis_poly@...>
Date: 2018-07-21T15:03:49Z
[TRAFODION-3147] support sys_guid function
commit a748fbb91c131d9c257886aba59d8042d9f7215c
Author: Liu Ming <ovis_poly@...>
Date: 2018-07-21T15:33:19Z
add regress test for sys_guid
----
---