-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add pushdown docs for Snowflake #21214
Conversation
Update.. I looked a bit at the code and I think the aggregate pushdown list is better now .. still not sure about other stuff |
```{include} pushdown-correctness-behavior.fragment | ||
``` | ||
|
||
```{include} join-pushdown-enabled-true.fragment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed this since I am pretty sure cost based join pushdown is not supported
dfcf6db
to
e478c92
Compare
Added topn and limit back to the docs since a recent PR added topn and another activated limit testing.. so is join pushdown supported? |
Thanks @ebyhr |
Description
Currently I just copied the section from PostgreSQL connector to start a discussion what is actually implemented. Only one I know of is avg for bigint since that was implemented in the linked PR. Are there others already there that are just not yet documented @dprophet @yuuteng @ebyhr
Another PR merged and added topn, and one activated limit testing. So I added those. Anyone if join pushdown is supported?
Additional context and related issues
avg
aggregation pushdown onbigint
type in Snowflake #21148Release notes
(x) This is not user-visible or is docs only, and no release notes are required.