abstractdog opened a new pull request #1945: URL: https://github.com/apache/hive/pull/1945
### What changes were proposed in this pull request? Addressing a performance optimization in HiveCharWritable::getStrippedValue: ``` - // A lot of these methods could be done more efficiently by operating on the Text value - // directly, rather than converting to HiveChar. - return new Text(getHiveChar().getStrippedValue()); ``` ### Why are the changes needed? Performance. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? New unit tests are included. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
