-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Aggregation pushdown for SQL Server #5196
Aggregation pushdown for SQL Server #5196
Conversation
# Conflicts: # presto-sqlserver/pom.xml
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to [email protected]. For more information, see https://github.com/prestosql/cla. |
Can you please squash & rebase? There is a conflict which prevents CI from running on your PR. |
Can you please add the relevant user facing documentation similar to e.g. https://prestosql.io/docs/current/connector/postgresql.html#pushdown |
yes. will do shortly. |
yes. will do shortly.
yes. will do. this is my first contribution... there must be a .md file to update for this release right? |
Doc file to update it https://github.com/prestosql/presto/blob/master/presto-docs/src/main/sphinx/connector/sqlserver.rst And with regards to release notes.. that is assembled later. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
# Conflicts: # presto-sqlserver/src/main/java/io/prestosql/plugin/sqlserver/SqlServerClient.java
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.
LGTM
Optional.empty()); | ||
|
||
// count() FILTER (WHERE ...) | ||
|
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.
Can you remove this empty line?
merged as 5bdd1c1, thanks! |
Resolve #4139