You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2018/05/03 00:31:00 UTC

[jira] [Created] (HIVE-19390) Useless error messages logged for dummy table stats

Ashutosh Chauhan created HIVE-19390:
---------------------------------------

             Summary: Useless error messages logged for dummy table stats
                 Key: HIVE-19390
                 URL: https://issues.apache.org/jira/browse/HIVE-19390
             Project: Hive
          Issue Type: Improvement
          Components: Statistics
            Reporter: Ashutosh Chauhan
            Assignee: Ashutosh Chauhan


Queries like INSERT INTO t1 VALUES (20); gets rewritten into insert into t1 select 20 from default_db.default_tblname which later throws as compiler tries to get stats



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