Namit Jain created HIVE-3293:
--------------------------------

             Summary: Load file into a table does not update table statistics
                 Key: HIVE-3293
                 URL: https://issues.apache.org/jira/browse/HIVE-3293
             Project: Hive
          Issue Type: Bug
            Reporter: Namit Jain


create table smb_bucket_1(key int, value string);

load data local inpath '../data/files/smbbucket_1.rc' overwrite into table 
smb_bucket_1;
load data local inpath '../data/files/smbbucket_2.rc' overwrite into table 
smb_bucket_2;


does not update the stats for smb_bucket_1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to