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

[jira] [Created] (HIVE-21448) Insert Overwrite of a full ACID table when the select returns no data is not creating an empty base dir.

Abhishek Somani created HIVE-21448:
--------------------------------------

             Summary: Insert Overwrite of a full ACID table when the select returns no data is not creating an empty base dir.
                 Key: HIVE-21448
                 URL: https://issues.apache.org/jira/browse/HIVE-21448
             Project: Hive
          Issue Type: Bug
          Components: Transactions
            Reporter: Abhishek Somani


{code:java}
insert overwrite table dest_acid select * from src;
{code}
If src has no data, we should still create an empty base directory in dest_acid so that readers get no data to read. This is not happening right now as we do not create such an empty base dir.

Is my understanding correct [~ekoifman] [~gopalv] [~vgumashta] ?

 

 



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