Re: Re: ask for help about exmples of Data Types the document shows

2016-09-27 Thread zha...@easemob.com
Jeff and Jon, thanks for your outstanding work, and expect for the two update. ^^ zha...@easemob.com From: Jeff Jirsa Date: 2016-09-28 13:01 To: user@cassandra.apache.org Subject: Re: ask for help about exmples of Data Types the document shows Jon Haddad opened a ticket (presumably based

Re: Re: ask for help about exmples of Data Types the document shows

2016-09-27 Thread zha...@easemob.com
hi, Ben, you are right, I copy the statement from document but not check it carefully. It's very helpful and thank a lot ! By the way, is there any way to report to the document author and update the document? I think it may be confused for a green hand just like me. zha...@easemo

Re: Re: ask for help about exmples of Data Types the document shows

2016-09-27 Thread zha...@easemob.com
}} is not of type frozen" my create statements about table and type are: cqlsh:counterks> CREATE TYPE phone ( country_code int, number text, ); cqlsh:counterks> CREATE TYPE address ( street text, city text, zip int, phones map> ); cqlsh:counterks> CREATE TABLE us

ask for help about exmples of Data Types the document shows

2016-09-27 Thread zha...@easemob.com
ry_code: 1, number: '202 456-' }, 'landline' : { country_code: 1, number: '...' } } } 'work' : { street: '1600 Pennsylvania Ave NW', city: 'Washington', zip: '20500', phones: { 'fax' : { country_code: 1, number: '...' } } } }) error: SyntaxException: Is the any suggestion about the problem 2? Best wishes for everyone, thank you for your watching ! zha...@easemob.com