[ 
https://issues.apache.org/jira/browse/BLUR-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672515#comment-13672515
 ] 

Aaron McCurry edited comment on BLUR-110 at 6/2/13 2:03 PM:
------------------------------------------------------------

A regex is a good way to go, but it shouldn't be user defined.  This is to 
provide guards for the system so that only legitimate names are used throughout 
out the system.  That way if we need to use the names of the tables or columns 
somewhere as nodes in ZooKeeper or files in HDFS we can anticipate the values 
that we will have to handle.

1. Yes
2. Yes
3. Yes

Thanks!
                
      was (Author: amccurry):
    A regex is a good way to go, but it shouldn't be user defined.  This is to 
provide guards for the system so that only legitimate names are used throughout 
out the system.  That way if we need to use the names of the tables or columns 
somewhere as nodes in ZooKeeper or files in HDFS we can anticipate the values 
that we will have to handle.

1. Yes
2. Yes
3. Yes

                  
> Check all names of table, column names, etc. in the thrift service as well as 
> the map reduce api
> ------------------------------------------------------------------------------------------------
>
>                 Key: BLUR-110
>                 URL: https://issues.apache.org/jira/browse/BLUR-110
>             Project: Apache Blur
>          Issue Type: Bug
>    Affects Versions: 0.1.5
>            Reporter: Aaron McCurry
>             Fix For: 0.1.5
>
>
> I think that we should allow [A-Za-z0-9_-] in the names of things in Blur.  
> Any other letters at this point?  I would be ok with UTF-8 letters just not 
> special characters, but it's kind of hard to know what is not a special in 
> other character sets.  So I was thinking we can start with the simplest check.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to