cloud-fan opened a new pull request, #53798: URL: https://github.com/apache/spark/pull/53798
### What changes were proposed in this pull request? This PR: 1. Removes dead code introduced in #53643. The variable `collationNameParts` was assigned but never used in `DataTypeAstBuilder.scala`. 2. Fixes a typo in `ApplyDefaultCollation.scala`: "schema collation or catalog" -> "schema or catalog collation". ### Why are the changes needed? Code cleanup and typo fix. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing tests should pass as this is just dead code removal and typo fix with no behavioral change. ### Was this patch authored or co-authored using generative AI tooling? cursor 2.3.35 -- 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]
