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

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

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


   Hi @julianhyde, part of this pull request introduces an API for adding 
support of pushdowns to the storage plugins, and it is something similar to 
what Calcite adapters do. Do you think it makes sense to move it to the 
Calcite, rewrite adapters to use this common approach, and make them more 
extensible, so we will be able to customize them in Drill and query using the 
Drill execution engine?


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