[
https://issues.apache.org/jira/browse/DRILL-7985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397694#comment-17397694
]
ASF GitHub Bot commented on DRILL-7985:
---------------------------------------
julianhyde commented on pull request #2289:
URL: https://github.com/apache/drill/pull/2289#issuecomment-897230616
Note that Calcite's "adapter" abstraction isn't as strong as Drill's. It's
just a bunch of rules (and often a calling convention). So maybe you can just
pull in the rules you need.
--
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)