[ 
https://issues.apache.org/jira/browse/DRILL-5243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857845#comment-15857845
 ] 

Arina Ielchiieva commented on DRILL-5243:
-----------------------------------------

Merged with commit id 478de241dd28b41bcb4487fe67937dca33522dc7

> Fix TestContextFunctions.sessionIdUDFWithinSameSession unit test
> ----------------------------------------------------------------
>
>                 Key: DRILL-5243
>                 URL: https://issues.apache.org/jira/browse/DRILL-5243
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.10.0
>            Reporter: Arina Ielchiieva
>            Assignee: Arina Ielchiieva
>              Labels: ready-to-commit
>             Fix For: 1.10.0
>
>
> After DRILL-5043 was merged into master, it introduced unit test 
> TestContextFunctions.sessionIdUDFWithinSameSession which is currently failing 
> with the following error:
> {noformat}
> java.lang.Exception: org.apache.drill.common.exceptions.UserRemoteException: 
> PARSE ERROR: Encountered ";" at line 1, column 48.
> {noformat}
> Fix:
> remove semicolon in the end of the query
> {noformat}
> final String sessionIdQuery = "select session_id as sessionId from 
> (values(1));"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to