[
https://issues.apache.org/jira/browse/DRILL-5043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732207#comment-15732207
]
ASF GitHub Bot commented on DRILL-5043:
---------------------------------------
GitHub user nagarajanchinnasamy opened a pull request:
https://github.com/apache/drill/pull/685
Drill 5043: Function that returns a unique id per session/connection
similar to MySQL's CONNECTION_ID()
Please check [DRILL-5043](https://issues.apache.org/jira/browse/DRILL-5043)
for the details on changes made and other details.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nagarajanchinnasamy/drill DRILL-5043
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/685.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 #685
----
commit a579e1beaa5ea65c30a08f55abe41a689d8d6ead
Author: Nagarajan Chinnasamy <[email protected]>
Date: 2016-11-19T15:23:34Z
[DRILL-5043] Added session_id() to ContextFunctions - Initial changes
commit a29269b7368de022eb7360b22315cf9471bf8f62
Author: Nagarajan Chinnasamy <[email protected]>
Date: 2016-11-19T15:38:46Z
Merge https://github.com/apache/drill
----
> Function that returns a unique id per session/connection similar to MySQL's
> CONNECTION_ID()
> -------------------------------------------------------------------------------------------
>
> Key: DRILL-5043
> URL: https://issues.apache.org/jira/browse/DRILL-5043
> Project: Apache Drill
> Issue Type: Improvement
> Components: Functions - Drill
> Affects Versions: 1.8.0
> Reporter: Nagarajan Chinnasamy
> Priority: Minor
> Labels: CONNECTION_ID, SESSION, UDF
> Attachments: 01_session_id_sqlline.png,
> 02_session_id_webconsole_query.png, 03_session_id_webconsole_result.png
>
>
> Design and implement a function that returns a unique id per
> session/connection similar to MySQL's CONNECTION_ID().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)