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-49670][SQL]Enable trim collation for all passthrough expressions #48739

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jovanpavl-db
Copy link
Contributor

@jovanpavl-db jovanpavl-db commented Nov 1, 2024

What changes were proposed in this pull request?

Enabling usage of passthrough expressions for trim collation.

NOTE: it looks like a tons of changes but only changes are:
for each expression set supportsTrimCollation=true and add tests.

Why are the changes needed?

So that all expressions could be used with trim collation

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Add tests to CollationSqlExpressionsSuite

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the SQL label Nov 1, 2024
@@ -2760,6 +3076,7 @@ class CollationSQLExpressionsSuite
}
}

// TODO: fix
Copy link
Contributor

Choose a reason for hiding this comment

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

leftover TODO?

@@ -2887,6 +3204,7 @@ class CollationSQLExpressionsSuite
}
}

// TODO: fix
Copy link
Contributor

Choose a reason for hiding this comment

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

leftover TODO?

@@ -1270,6 +1442,7 @@ class CollationSQLExpressionsSuite
)
}

// TODO: fix
Copy link
Contributor

Choose a reason for hiding this comment

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

leftover TODO?

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.

2 participants