ShashidharM0118 opened a new pull request, #19586: URL: https://github.com/apache/datafusion/pull/19586
## Which issue does this PR close? - Part of #19569 ## Rationale for this change Completes the hex encoding optimization work from #19568 by replacing `write!` format strings with lookup tables in the remaining instances (`hex` and `sha1` functions in spark module). ## What changes are included in this PR? Avoid using `write!` with a format string and use a more efficient approach ## Are these changes tested? Yes ## Are there any user-facing changes? 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]
