dejankrak-db opened a new pull request, #49772: URL: https://github.com/apache/spark/pull/49772
### What changes were proposed in this pull request? This PR is just a revert of the original PR https://github.com/apache/spark/pull/48962 that introduced session-level collations and its resolution. The decision has since been made not to ship this functionality for now, so removing the code that is not used and reverting back to the original code. ### Why are the changes needed? Object level collations support was added as part of a separate PR, so the plan is to add collation resolution for DML queries as part of a follow up change once this PR (revert) is merged. That change should be smaller and more scoped. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing tests. Also, the change reverts the code back to the previous state. ### Was this patch authored or co-authored using generative AI tooling? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
