You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/12/02 05:36:17 UTC

[GitHub] [drill] paul-rogers opened a new pull request #1914: DRILL-7458: Base framework for storage plugins

paul-rogers opened a new pull request #1914: DRILL-7458: Base framework for storage plugins
URL: https://github.com/apache/drill/pull/1914
 
 
   Drill has an increasing number of storage plugins.
   It turns out, many have the same boilerplate code
   copy and pasted into each new plugin. This patch
   provides a generic framework to allow easier creation
   of storage plugins by abstracting out the
   boilerplate.
   
   Many storage plugins provide filter push-down,
   again by copying a large amount of boilerplate
   code from earlier plugins. This patch provides a
   generic filter push-down framework that abstracts out
   the common Drill/Calcite work, allowing the plugin
   to implement just the functionality unique to that
   plugin.
   
   A "dummy" plugin shows how to use both frameworks and
   acts as a "test mule" for the filter push-down framework.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services