paul-rogers opened a new 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] With regards, Apache Git Services
