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

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

vvysotskyi commented on pull request #2289:
URL: https://github.com/apache/drill/pull/2289#issuecomment-897397211


   Calcite rules for adapters in most of the cases have parts of the logic 
related to the storage itself. My idea was to move out this logic from rules to 
"implementor", so we will have simple rules that could be reused, and adapters 
will provide only the "implementor" that will be responsible for checking 
whether the specific pushdown can be done and handling it.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Support Mongo aggregate, union, project, limit, sort pushdowns
> --------------------------------------------------------------
>
>                 Key: DRILL-7985
>                 URL: https://issues.apache.org/jira/browse/DRILL-7985
>             Project: Apache Drill
>          Issue Type: New Feature
>    Affects Versions: 1.20.0
>            Reporter: Vova Vysotskyi
>            Assignee: Vova Vysotskyi
>            Priority: Major
>             Fix For: 1.20.0
>
>
> Add support for more mongo pushdowns:
> - aggregate
> - project (including expressions)
> - limit (including offset)
> - union / union all
> - sort



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

Reply via email to