[
https://issues.apache.org/jira/browse/HIVE-16756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243457#comment-16243457
]
Vihang Karajgaonkar edited comment on HIVE-16756 at 11/8/17 6:52 AM:
---------------------------------------------------------------------
Hi [~mmccline] are you actively working on this JIRA? If not, I can help take a
look at this as well. We are also seeing this issue on Hive 2.x. Simple steps
to reproduce are as follows:
{noformat}
set hive.fetch.task.conversion=none;
set hive.vectorized.execution.enabled=true;
create table test (t1 tinyint) stored as orc;
insert into test values (1), (2), (3), (0), (-1);
select t1%t1 from test;
{noformat}
When you disable vectorization, the fourth row shows NULL in the above query
was (Author: vihangk1):
Hi [~mmccline] are you actively working on this JIRA? If not, I can help take a
look at this as well. We are also seeing this issue on Hive 2.x. Simple steps
to reproduce are as follows:
{noformat}
set hive.fetch.task.conversion=none;
set hive.vectorized.execution.enabled=true;
create table test (t1 tinyint) stored as orc;
insert into test values (1), (2), (3), (0), (-1);
select t1%t1 from test;
{noformat}
> Vectorization: LongColModuloLongColumn throws "java.lang.ArithmeticException:
> / by zero"
> ----------------------------------------------------------------------------------------
>
> Key: HIVE-16756
> URL: https://issues.apache.org/jira/browse/HIVE-16756
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Reporter: Matt McCline
> Assignee: Matt McCline
> Priority: Critical
>
> vectorization_div0.q needs to test the long data type testing.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)