.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
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
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)
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
>
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 (
w i can insert record
--
Regards
Rami Badran