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

[SPARK-39162][SQL][3.3] Jdbc dialect should decide which function could be pushed down #36556

Closed
wants to merge 1 commit into from

Conversation

beliefer
Copy link
Contributor

What changes were proposed in this pull request?

This PR used to back port #36521 to 3.3

Why are the changes needed?

Let function push-down more flexible.

Does this PR introduce any user-facing change?

'No'.
New feature.

How was this patch tested?

Exists tests.

@github-actions github-actions bot added the SQL label May 16, 2022
* @param funcName Upper-cased function name
* @return True if the database supports function.
*/
@Since("3.3.0")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's hope this can still make RC2.

@cloud-fan
Copy link
Contributor

thanks, merging to 3.3!

cloud-fan pushed a commit that referenced this pull request May 18, 2022
…ld be pushed down

### What changes were proposed in this pull request?
This PR used to back port #36521 to 3.3

### Why are the changes needed?
Let function push-down more flexible.

### Does this PR introduce _any_ user-facing change?
'No'.
New feature.

### How was this patch tested?
Exists tests.

Closes #36556 from beliefer/SPARK-39162_3.3.

Authored-by: Jiaan Geng <beliefer@163.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
@cloud-fan cloud-fan closed this May 18, 2022
@beliefer
Copy link
Contributor Author

@cloud-fan @huaxingao Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants