[
https://issues.apache.org/jira/browse/HIVE-23912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Panagiotis Garefalakis updated HIVE-23912:
------------------------------------------
Description:
Currently Struct IN() Vectorization does not support all writable type.
As a result Operators using such conditions fail to vectorize: for example we
support String type but not Char or Varchar
Issue sample:
{code:java}
notVectorizedReason: FILTER operator:
org.apache.hadoop.hive.ql.metadata.HiveException: Unexpected constant String
type HiveCharWritable
{code}
was:
Currently Struct IN() Vectorization does not support all writable type.
As a result Operators using such conditions fail to vectorize: for example we
support String type but not Char or Varchar
> Extend vectorization support for Struct IN() clause
> ---------------------------------------------------
>
> Key: HIVE-23912
> URL: https://issues.apache.org/jira/browse/HIVE-23912
> Project: Hive
> Issue Type: Improvement
> Reporter: Panagiotis Garefalakis
> Assignee: Panagiotis Garefalakis
> Priority: Critical
>
> Currently Struct IN() Vectorization does not support all writable type.
> As a result Operators using such conditions fail to vectorize: for example we
> support String type but not Char or Varchar
> Issue sample:
> {code:java}
> notVectorizedReason: FILTER operator:
> org.apache.hadoop.hive.ql.metadata.HiveException: Unexpected constant String
> type HiveCharWritable
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)