[
https://issues.apache.org/jira/browse/HIVE-11961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14972465#comment-14972465
]
Chetna Chaudhari commented on HIVE-11961:
-----------------------------------------
[~chetdb] it shows 'No rows affected (0.62 seconds)'. I guess thats the
behaviour across beeline cli as compared to hive-cli which returns OK on table
creation.
> 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
> Original Estimate: 2,520h
> Remaining Estimate: 2,520h
>
> 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)