-
Notifications
You must be signed in to change notification settings - Fork 55
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
selective pushdown #66
Comments
Hi Aleks - that's an interesting feature request. Why would you want to only pushdown part of a query shape? Our pushdown system is designed to return the same results with/without pushdown and in every situation we are aware of the pushdown query is faster. Is there a specific query shape for which this is not true? |
Hi Carl, There are actually a few reasons for this:
Thanks, |
Hi Aleks, Sorry for the long reply. Is this solution sufficient for your case? |
Hi, Thanks for reply! Thanks, |
Hi,
Is there a way we can do a selective pushdown ?
For example, can we specify the list of potential query types that can be considered for pushdown logic ?
in some cases we want to pushdown only filtering and do the joins , or rank functions on spark side.
Thanks,
Aleks
The text was updated successfully, but these errors were encountered: