Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.0
-
None
Description
After DRILL-5043 was merged into master, it introduced unit test TestContextFunctions.sessionIdUDFWithinSameSession which is currently failing with the following error:
java.lang.Exception: org.apache.drill.common.exceptions.UserRemoteException: PARSE ERROR: Encountered ";" at line 1, column 48.
Fix:
remove semicolon in the end of the query
final String sessionIdQuery = "select session_id as sessionId from (values(1));"
Attachments
Issue Links
- links to