slim bouguerra created HIVE-21989:
-------------------------------------
Summary: Query must fail in case we have no explicit cast for
cases like reader schema is int32 and file schema is int64.
Key: HIVE-21989
URL: https://issues.apache.org/jira/browse/HIVE-21989
Project: Hive
Issue Type: Bug
Reporter: slim bouguerra
In Some cases the table definition can be different from the orc file schema.
Take an example, Orc files has a column of int64 (bigint) while the table
schema definition is int32 (int) then the query must fail in absence of
explicit cast from the user.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)