Skip to content
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

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

mosabua
Copy link
Member

@mosabua mosabua commented Mar 22, 2024

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

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@mosabua mosabua requested review from dprophet, ebyhr and yuuteng March 22, 2024 20:53
@cla-bot cla-bot bot added the cla-signed label Mar 22, 2024
@github-actions github-actions bot added the docs label Mar 22, 2024
@mosabua
Copy link
Member Author

mosabua commented Mar 22, 2024

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
Copy link
Member Author

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

@mosabua mosabua force-pushed the snowpush branch 2 times, most recently from dfcf6db to e478c92 Compare March 22, 2024 21:07
@mosabua
Copy link
Member Author

mosabua commented Mar 25, 2024

Added topn and limit back to the docs since a recent PR added topn and another activated limit testing.. so is join pushdown supported?

@mosabua
Copy link
Member Author

mosabua commented Mar 25, 2024

Thanks @ebyhr

@mosabua mosabua merged commit d2201c3 into trinodb:master Mar 25, 2024
9 checks passed
@mosabua mosabua deleted the snowpush branch March 25, 2024 23:11
@github-actions github-actions bot added this to the 444 milestone Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants