HyukjinKwon opened a new pull request, #36389: URL: https://github.com/apache/spark/pull/36389
### What changes were proposed in this pull request? This is sort of a followup of https://github.com/apache/spark/commit/54fcaafb094e299f21c18370fddb4a727c88d875. `Literal.create` should also support `Char` too. ### Why are the changes needed? To make the support of external type `Char` same as `Literla.apply`. ### Does this PR introduce _any_ user-facing change? No, this isn't exposed to users. `Literal.create(Char)` isn't also used in the current codebase internally. This PR is just for completeness. ### How was this patch tested? Unittests were added. -- 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]
