You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chetan Bhat (JIRA)" <ji...@apache.org> on 2015/09/25 11:24:04 UTC

[jira] [Created] (HIVE-11961) Create table displays Result inappropriately in beeline.

Chetan Bhat created HIVE-11961:
----------------------------------

             Summary: Create table displays Result inappropriately in beeline.
                 Key: HIVE-11961
                 URL: https://issues.apache.org/jira/browse/HIVE-11961
             Project: Hive
          Issue Type: Bug
          Components: Beeline
    Affects Versions: 0.13.0
         Environment: SUSE
            Reporter: Chetan Bhat
            Priority: Minor


In beeline User tries to create a table using the create table DDL query.
create table test(
  id                int,
  dtDontQuery       string,
  name              string
)
partitioned by (date string);

Actual Result :
The result field is displayed inappropriately instead of confirmation message.
+---------+
| Result  |
+---------+
+---------+

Expected Result :
Confirmation message needs to be displayed instead of result field.



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