[
https://issues.apache.org/jira/browse/HIVE-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
caofangkun updated HIVE-2722:
-
Attachment: HIVE-2722.patch
use CharBuffer
> GenericUDFUtils.findText use CharBuffer othe
[
https://issues.apache.org/jira/browse/HIVE-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
caofangkun updated HIVE-2722:
-
Attachment: udf_instr_1.q
> GenericUDFUtils.findText use CharBuffer other than ByteBuffer will be bett
[
https://issues.apache.org/jira/browse/HIVE-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
caofangkun updated HIVE-2722:
-
Release Note: change ByteBuffer to CharBuffer in GenericUDFUtil.findText
Hadoop Flags: Reviewed
[
https://issues.apache.org/jira/browse/HIVE-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
caofangkun updated HIVE-2722:
-
Resolution: Fixed
Status: Resolved (was: Patch Available)
> GenericUDFUtils.findText use Char
[
https://issues.apache.org/jira/browse/HIVE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
caofangkun updated HIVE-2723:
-
Description:
This Bug can be Repeated as following :
create table test(key string, value string);
create