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

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

paul-rogers commented on pull request #2062: DRILL-7711: Add data path, 
parameter filter pushdown to HTTP plugin
URL: https://github.com/apache/drill/pull/2062
 
 
   # [DRILL-7711](https://issues.apache.org/jira/browse/DRILL-7711): Add data 
path, parameter filter pushdown to HTTP plugin
   
   ## Description
   
   Adds an option to specify the path to data so the plugin will ignore REST 
message "overhead" except the actual data.
   
   Allows specifying HTTP URL parameters as filter push-downs from SQL.
   
   Includes improvements to the JSON structure parser to handle a few more 
conditions. Also includes a generic filter push-down framework for the case 
where filters are translated to expressions as here. (The framework is not 
applicable to cases where expressions are interpreted, as in partition pruning.)
   
   ## Documentation
   
   Please see the 
[README.md](https://github.com/paul-rogers/drill/blob/a4226a06361bc136427797f542c401e05d608c5f/contrib/storage-http/README.md)
 file for full details.
   
   ## Testing
   
   Added unit tests for new functionality. Reran all existing tests.
   
 
----------------------------------------------------------------
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]


> Add data path, parameter filter pushdown to HTTP plugin
> -------------------------------------------------------
>
>                 Key: DRILL-7711
>                 URL: https://issues.apache.org/jira/browse/DRILL-7711
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.18.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Major
>             Fix For: 1.18.0
>
>
> Add to the new HTTP plugin two new features:
>  * The ability to express a path to the data to avoid having to work with 
> complex message objects in SQL.
>  * The ability to specify HTTP parameters using filter push-downs from SQL.



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

Reply via email to