You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Panagiotis Garefalakis (Jira)" <ji...@apache.org> on 2019/11/16 03:45:00 UTC

[jira] [Updated] (HIVE-22505) ClassCastException caused by wrong Vectorized operator selection

     [ https://issues.apache.org/jira/browse/HIVE-22505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Panagiotis Garefalakis updated HIVE-22505:
------------------------------------------
    Attachment: vectorized_join.q

> ClassCastException caused by wrong Vectorized operator selection
> ----------------------------------------------------------------
>
>                 Key: HIVE-22505
>                 URL: https://issues.apache.org/jira/browse/HIVE-22505
>             Project: Hive
>          Issue Type: Bug
>          Components: Vectorization
>            Reporter: Panagiotis Garefalakis
>            Assignee: Panagiotis Garefalakis
>            Priority: Critical
>         Attachments: query_error.out, query_vector_explain.out
>
>
> VectorMapJoinOuterFilteredOperator does not currently support full outer joins but using the current Vectorizer logic it can be selected when a there is a filter involved. This can make queries fail with ClassCastException when their data and metadata in the VectorMapJoinOuterFilteredOperator do not match.
> The query attached demonstrates the issue and the log attached shows the java.lang.ClassCastException



--
This message was sent by Atlassian Jira
(v8.3.4#803005)