Skip to content

Conversation

@chenzhx
Copy link
Contributor

@chenzhx chenzhx commented Apr 22, 2022

What changes were proposed in this pull request?

Currently, Spark have some string functions of ANSI standard. Please refer

spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala

These functions show below:
SUBSTRING,
UPPER,
LOWER,
TRANSLATE,
TRIM,
OVERLAY
DS V2 should supports push down these string functions.

Why are the changes needed?

DS V2 supports push down string functions

Does this PR introduce any user-facing change?

'No'.
New feature.

How was this patch tested?

New tests.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@NeverLanded
Copy link

why this commit don't need any review from committer?

@chenzhx
Copy link
Contributor Author

chenzhx commented May 23, 2022

why this commit don't need any review from committer?

There is a same commit in this pr #36330.
So I closed this commit.

@NeverLanded
Copy link

why this commit don't need any review from committer?

There is a same commit in this pr #36330. So I closed this commit.

got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants