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

ASF GitHub Bot commented on DRILL-7603:
---------------------------------------

paul-rogers commented on issue #1996: DRILL-7603 Allow default schema to be set 
for HTTP queries
URL: https://github.com/apache/drill/pull/1996#issuecomment-591224845
 
 
   Looks like the Java 13 build failed for real bugs:
   
   ```
   [ERROR] Errors: 
   [ERROR]   
TestQueryWrapper.testShowSchemas:90->run:65->runWithDefaultSchema:85 » 
NullPointer
   [ERROR]   
TestQueryWrapper.testSpecifyDefaultSchema:99->runWithDefaultSchema:85 » 
NullPointer
   ```
   
   Not sure why Java 8 failed:
   
   ```
   ##[error]The operation was canceled.
   ```
   
   Who would cancel the operation? I've had tests fail due to running too 
slowly. @vvysotskyi, any suggestions?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Cannot set default schema using REST API / Web UI
> -------------------------------------------------
>
>                 Key: DRILL-7603
>                 URL: https://issues.apache.org/jira/browse/DRILL-7603
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Web Server
>            Reporter: Dobes Vandermeer
>            Assignee: Dobes Vandermeer
>            Priority: Minor
>
> Currently, to set the default schema you must run the `USE <schema>` command. 
>  However, the Web UI and REST API do not keep a session open so the `USE` 
> command does not affect the next query sent to the API.
> To support a default schema for REST API & Web UI I propose a parameter to 
> the API "defaultSchema" which sets the default schema for that query.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to