Re: [PR] [SPARK-47355][SQL] Use wildcard imports in CollationTypeCasts [spark]

2024-04-26 Thread via GitHub
HyukjinKwon closed pull request #46230: [SPARK-47355][SQL] Use wildcard imports in CollationTypeCasts URL: https://github.com/apache/spark/pull/46230 -- 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

Re: [PR] [SPARK-47355][SQL] Use wildcard imports in CollationTypeCasts [spark]

2024-04-26 Thread via GitHub
HyukjinKwon commented on PR #46230: URL: https://github.com/apache/spark/pull/46230#issuecomment-2078891802 Merged to master. -- 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

[PR] [SPARK-47355][SQL] Use wildcard imports in CollationTypeCasts [spark]

2024-04-25 Thread via GitHub
uros-db opened a new pull request, #46230: URL: https://github.com/apache/spark/pull/46230 ### What changes were proposed in this pull request? Use wildcard imports in `CollationTypeCasts.scala` instead of listing individual expressions. ### Why are the changes needed?