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: ask for help about exmples of Data Types the document shows

2016-09-27 Thread Jeff Jirsa
o: user Subject: Re: Re: ask for help about exmples of Data Types the document shows 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

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

2016-09-27 Thread zha...@easemob.com
b.com From: Ben Slater Date: 2016-09-28 12:50 To: user Subject: Re: Re: ask for help about exmples of Data Types the document shows My best guess it that you need to remove the quotes from around the zip values (ie change if to zip: 20500 rather than zip: ‘20500’ ) as zip is defined as an int. Cheer

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

2016-09-27 Thread Ben Slater
gt; zip int, phones map> ); > cqlsh:counterks> CREATE TABLE user ( > ... name text PRIMARY KEY, > ... addresses map> > ... ); > > > > -- > zha...@easemob.com > > > *From:* Ben Slat

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

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

2016-09-27 Thread Ben Slater
Hi, I think you are right about the typo in (1). For (2), I think you’re missing a comma between } and ‘work’ so the JSON is invalid. I think reading this JIRA https://issues.apache.org/jira/browse/CASSANDRA-7423 that the change requiring a UDT as part of a collection to be explicitly marked as

ask for help about exmples of Data Types the document shows

2016-09-27 Thread zha...@easemob.com
hi, everyone, I'm learning Cassandra now , and have some problems about the document of "Data Types" . I don't know where to report or ask for help, so I'm very sorry if this mail bother you. In the chapter The Cassandra Query Language (CQL)/Data Types (http://cassandra.apache.org/doc/latest/c