[
https://issues.apache.org/jira/browse/HIVE-18742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eugene Koifman updated HIVE-18742:
----------------------------------
Affects Version/s: 2.0.0
> Vectorization acid/inputformat check should allow
> NullRowsInputFormat/OneNullRowInputFormat
> -------------------------------------------------------------------------------------------
>
> Key: HIVE-18742
> URL: https://issues.apache.org/jira/browse/HIVE-18742
> Project: Hive
> Issue Type: Bug
> Components: Transactions, Vectorization
> Affects Versions: 2.0.0
> Reporter: Jason Dere
> Assignee: Jason Dere
> Priority: Major
> Attachments: HIVE-18742.1.patch, HIVE-18742.2.patch
>
>
> Vectorizer.verifyAndSetVectorPartDesc() has a Preconditions check to ensure
> the InputFormat is ORC only. However there can be metadataonly or empty
> result optimizations on Acid tables, which change the input format to
> NullRows/OneNullRowInputFormat, which gets tripped up on this check.
> Relaxing this check to allow nullrows and onenullrow input formats.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)