You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2019/04/30 00:08:00 UTC

[jira] [Created] (HIVE-21666) Bad behavior with 'insert_only' property on non-transactional table

Todd Lipcon created HIVE-21666:
----------------------------------

             Summary: Bad behavior with 'insert_only' property on non-transactional table
                 Key: HIVE-21666
                 URL: https://issues.apache.org/jira/browse/HIVE-21666
             Project: Hive
          Issue Type: Bug
          Components: Transactions
            Reporter: Todd Lipcon


I created a table with 'transactional_properties'='insert_only' but didn't specify 'transactional'='TRUE'. I was able to insert into this table, but when I tried to query it, I got a NumberFormatException since it appears the insert path used a non-transactional layout while the read path expected one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)