You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Andrew Sears (JIRA)" <ji...@apache.org> on 2016/03/07 20:37:40 UTC

[jira] [Created] (HIVE-13219) Beeline does not print second rows affected (0.00 seconds) message for 2 queries

Andrew Sears created HIVE-13219:
-----------------------------------

             Summary: Beeline does not print second rows affected (0.00 seconds) message for 2 queries
                 Key: HIVE-13219
                 URL: https://issues.apache.org/jira/browse/HIVE-13219
             Project: Hive
          Issue Type: Bug
          Components: Beeline
    Affects Versions: 1.2.1
            Reporter: Andrew Sears
            Priority: Trivial


When running the following query, 1st line emits "no rows affected (0.50 seconds) message, actual query does not emit rows affected.

set tez.queue.name=hive;
select bus_dte,  sum(CALC_TOT_MKT_VAL_PC), sum(CALC_TOT_MKT_VAL_QC)
from mytable
group by bus_dte order by bus_dte desc;




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)