yaooqinn opened a new pull request, #5296: URL: https://github.com/apache/hive/pull/5296
### What changes were proposed in this pull request? Fix a typo in the example output of UDFHex ### Why are the changes needed? doc fix ### Does this PR introduce _any_ user-facing change? no ### Is the change a dependency upgrade? no ### How was this patch tested? I test this with 4.0.0 ``` docker exec -it hiveserver2 beeline -u 'jdbc:hive2://localhost:10000/' -e "select hex(17)" +------+ | _c0 | +------+ | 11 | +------+ ``` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org