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

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

cgivre opened a new pull request #2109:
URL: https://github.com/apache/drill/pull/2109


   # [DRILL-7799](https://issues.apache.org/jira/browse/DRILL-7799): REST 
Queries Fail if Caching is Enabled
   
   ## Description
   This PR fixes a minor bug in the HTTP REST storage plugin where the plugin 
would attempt to create the cache directory twice, causing queries to fail. 
This was easily fixed by disabling the cache, but now the caching works 
properly. 
   
   Additionally this PR addresses 
[DRILL-7800](https://issues.apache.org/jira/browse/DRILL-7800) which adds a 
limit pushdown to the storage plugin. 
   
   
   ## Documentation
   No user visible changes.
   
   ## Testing
   Tested caching manually.  Added unit test for limit pushdown.
   


----------------------------------------------------------------
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]


> REST Queries Fail If Caching is enabled
> ---------------------------------------
>
>                 Key: DRILL-7799
>                 URL: https://issues.apache.org/jira/browse/DRILL-7799
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Other
>    Affects Versions: 1.17.0
>            Reporter: Charles Givre
>            Assignee: Charles Givre
>            Priority: Major
>             Fix For: 1.19.0
>
>
> When caching is enabled, queries will fail if the cache directory already 
> exists.  This PR checks to see if the cache directory already exists and if 
> so does not attempt to create it.
> Additionally, this query adds a limit pushdown to the storage plugin.



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

Reply via email to