[hbase] Shell digests garbage without complaint
-----------------------------------------------
Key: HADOOP-2629
URL: https://issues.apache.org/jira/browse/HADOOP-2629
Project: Hadoop
Issue Type: Bug
Reporter: stack
See below where I first create a table and then enter arbitrary characters w/o
complaint:
{code}
hql > create table 'x' ('x:');
Creating table... Please wait.
Table created successfully.
hql > cr
--> ;
hql > cr;
hql > aad;
hql > dsfsfsd;
hql > aaha;
hql > sdfsfsdlsakdfjsdafj;
{code}
This was on recent TRUNK
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.