[
https://issues.apache.org/jira/browse/PHOENIX-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-656.
----------------------------------
Resolution: Fixed
Bulk resolve of closed issues imported from GitHub. This status was reached by
first re-opening all closed imported issues and then resolving them in bulk.
> use phoenix ,when SQL command executed finish, there is no prompt about the
> result of success or failure.
> ---------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-656
> URL: https://issues.apache.org/jira/browse/PHOENIX-656
> Project: Phoenix
> Issue Type: Task
> Reporter: zhangbingxiang
>
> [version]
> phoenix-2.0.1.tar.gz
> [detail]
> 0: jdbc:phoenix:10.18.40.69,10.18.40.130> CREATE TABLE my_schema.my_table (
> id BIGINT not null primary key, name char(50) not null,brithday DATE not
> null);
> 0: jdbc:phoenix:10.18.40.69,10.18.40.130> CREATE TABLE my_schema.newtable (
> id BIGINT not null primary key, name char(50) not null,brithday DATE not
> null);
> 0: jdbc:phoenix:10.18.40.69,10.18.40.130> select * from my_schema.my_table;
> +----------+------------------------------------------+---------------------+
> | ID | NAME | BRITHDAY |
> +----------+------------------------------------------+---------------------+
> +----------+------------------------------------------+---------------------+
> 0: jdbc:phoenix:10.18.40.69,10.18.40.130>
> [suggestion]
> when SQL command executed finish, print the prompt about the result of
> success or failure.
--
This message was sent by Atlassian JIRA
(v6.2#6252)