[
https://issues.apache.org/jira/browse/TRAFODION-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Atanu Mishra closed TRAFODION-197.
----------------------------------
Resolution: Fixed
Assignee: (was: Suresh Subbiah)
Fix Version/s: 1.0 (pre-incubation)
> LP Bug: 1293816 - Hive: Rows do not show up after inserting into a hive table
> -----------------------------------------------------------------------------
>
> Key: TRAFODION-197
> URL: https://issues.apache.org/jira/browse/TRAFODION-197
> Project: Apache Trafodion
> Issue Type: Bug
> Components: sql-exe
> Reporter: Weishiun Tsai
> Priority: Critical
> Fix For: 1.0 (pre-incubation)
>
>
> From sqlci, the rows inserted into a hive table wouldn’t show up if the user
> continue to use the same sqlci section. Right now, the user would need to
> quit sqlci and start a new one to see these new rows:
> >>set schema hive.hive;
> --- SQL operation complete.
> >>invoke hivetest;
> -- Definition of hive table HIVETEST
> -- Definition current Mon Mar 17 15:06:33 2014
> (
> A INT
> )
> --- SQL operation complete.
> >>select * from hivetest;
> --- 0 row(s) selected.
> >>insert into hivetest values (1),(2),(3);
> --- 3 row(s) inserted.
> >>select * from hivetest;
> --- 0 row(s) selected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)