Thomas Rebele created HIVE-29514:
------------------------------------
Summary: Optimize UDFUnhex
Key: HIVE-29514
URL: https://issues.apache.org/jira/browse/HIVE-29514
Project: Hive
Issue Type: Task
Reporter: Thomas Rebele
The performance of UDFUnhex could be improved:
* avoid adding a "0" as prefix
* operate on the Text bytes directly instead of converting it to a string
* avoid Integer.parseInt, to avoid the need to catch a NumberFormatException
--
This message was sent by Atlassian Jira
(v8.20.10#820010)