Re:

2016-03-16 Thread Rami Badran
.com'}}}) ; On Tue, Mar 15, 2016 at 4:38 PM, Rami Badran wrote: > Hi > > i have the following cassandra schema structure: > > CREATE TABLE users ( > uid TEXT, > loginIds map>, > primary key (uid) > ); > > CREATE TYPE loginId ( > emails set, > unveri

Re:

2016-03-15 Thread Rami Badran
t; > On Tue, Mar 15, 2016 at 11:52 AM, Jack Krupansky > wrote: > >> In any case, please post any diagnostic message/exception that you may be >> getting. >> >> -- Jack Krupansky >> >> On Tue, Mar 15, 2016 at 11:13 AM, Rami Badran >> wrote: &g

Re:

2016-03-15 Thread Rami Badran
Tue, Mar 15, 2016 at 5:01 PM, Jack Krupansky wrote: > No quotes around the UDT key names. (Or use double quotes.) > > -- Jack Krupansky > > On Tue, Mar 15, 2016 at 10:56 AM, Rami Badran > wrote: > >> here is the CQL >> >> insert into users (uid,loginIds)

Re:

2016-03-15 Thread Rami Badran
7;, 'c...@gmail.com'} }'); On Tue, Mar 15, 2016 at 5:01 PM, Jack Krupansky wrote: > No quotes around the UDT key names. (Or use double quotes.) > > -- Jack Krupansky > > On Tue, Mar 15, 2016 at 10:56 AM, Rami Badran > wrote: > >> here is the CQL >

Re:

2016-03-15 Thread Rami Badran
cer Brown wrote: > Should be loginIds map>, with s at the end of the > loginId in the map definition. > > On Tue, Mar 15, 2016 at 10:38 AM, Rami Badran > wrote: > >> Hi >> >> i have the following cassandra schema structure: >> >> CREATE TABLE users (

[no subject]

2016-03-15 Thread Rami Badran
w i can insert record -- Regards Rami Badran