You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "slim bouguerra (JIRA)" <ji...@apache.org> on 2019/07/11 21:42:00 UTC

[jira] [Created] (HIVE-21989) Query must fail in case we have no explicit cast for cases like reader schema is int32 and file schema is int64.

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)