[
https://issues.apache.org/jira/browse/HIVE-25338?focusedWorklogId=625467&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-625467
]
ASF GitHub Bot logged work on HIVE-25338:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Jul/21 12:13
Start Date: 20/Jul/21 12:13
Worklog Time Spent: 10m
Work Description: maheshk114 commented on pull request #2485:
URL: https://github.com/apache/hive/pull/2485#issuecomment-882475619
the changes looks good to me. +1.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 625467)
Time Spent: 40m (was: 0.5h)
> AIOBE in conv UDF if input is empty
> -----------------------------------
>
> Key: HIVE-25338
> URL: https://issues.apache.org/jira/browse/HIVE-25338
> Project: Hive
> Issue Type: Bug
> Reporter: Naresh P R
> Assignee: Naresh P R
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Repro
> {code:java}
> create table test (a string);
> insert into test values ("");
> select conv(a,16,10) from test;{code}
> Exception trace:
> {code:java}
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
> at org.apache.hadoop.hive.ql.udf.UDFConv.evaluate(UDFConv.java:160){code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)