-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Elastic search plugin support for pushdown TopN and Aggregation #16919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elastic search plugin support for pushdown TopN and Aggregation #16919
Conversation
da648d1
to
4f39507
Compare
Following for updates. Elastic is a widely used data store and it has very poor sql support. |
7cc30df
to
eeadd1f
Compare
d6085f6
to
f8c1a67
Compare
f8c1a67
to
eeadd1f
Compare
eeadd1f
to
e1dc146
Compare
@mosabua now the tests are running without any failures can you help me to get the changes at the earliest. |
Can you please squash the commits and ensure the build actually passes. Currently CI is still failing. |
a4e5ae3
to
8370b83
Compare
@mosabua Thank you for the information. I have squashed the commits and the pipeline has passed all checks. |
8370b83
to
c6e1df2
Compare
@mosabua can you help to prioritize the code review for this PR before we lose traction? |
c6e1df2
to
51e52b7
Compare
Looking forward to this feature! |
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
51e52b7
to
dcdd765
Compare
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
Closing this pull request, as it has been stale for six weeks. Feel free to re-open at any time. |
I have resolved the merge conflicts, and now everything looks good. All the tests have passed successfully. |
@bitsondatadev @colebow @mosabua is there a way can we open is merge request instead of creaing new one ? |
You should be able to reopen the PR. If not just close it and create a new one and link to this one for completeness of info |
Description
Additional context and related issues
This PR provides the support pushing down TopN and Aggregation function to elasticsearch.
( ) This is not user-visible or docs only and no release notes are required.
( x) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:
# Fixes