[
https://issues.apache.org/jira/browse/HIVE-22505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979885#comment-16979885
]
Panagiotis Garefalakis commented on HIVE-22505:
-----------------------------------------------
Hey [~jcamachorodriguez] [~bslim] [~rzhappy]
Could you please take a look at the patch? I think you are all familiar with
the issue – tests are (flaky) but passing and note that the whole Vectorizer
class has style warnings so I wanted to avoid refactoring the whole file.
> 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: HIVE-22505.2.patch, HIVE-22505.3.patch,
> HIVE-22505.4.patch, HIVE-22505.5.patch, HIVE-22505.6.patch,
> HIVE-22505.7.patch, HIVE-22505.patch, query_error.out,
> query_vector_explain.out, vectorized_join.q
>
>
> 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)