[ 
https://issues.apache.org/jira/browse/HBASE-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569016#action_12569016
 ] 

Bryan Duxbury commented on HBASE-441:
-------------------------------------

I'm not terribly familiar with the hql grammar, but could we do something like 
require quotes (single or double) around column family identifiers in the 
create statement? This would make sure the tokens aren't perceived as CREATE, 
COUNT, etc. 

> Can not create table with the column family "count"
> ---------------------------------------------------
>
>                 Key: HBASE-441
>                 URL: https://issues.apache.org/jira/browse/HBASE-441
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: hql
>            Reporter: Billy Pearson
>            Assignee: Bryan Duxbury
>            Priority: Minor
>             Fix For: 0.2.0
>
>
> this does not create a table
> {code}
> create table tablex (count max_versions=1 compression=block IN_MEMORY);
> {code}
> I found its the "count" column causing the problem

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to