Should be loginIds map<text, frozen <loginIds>>, with s at the end of the
loginId in the map definition.

On Tue, Mar 15, 2016 at 10:38 AM, Rami Badran <ramibadran...@gmail.com>
wrote:

> Hi
>
> i have the following cassandra schema structure:
>
> CREATE TABLE users (
> uid TEXT,
> loginIds map<text, frozen <loginId>>,
> primary key (uid)
> );
>
> CREATE TYPE loginId (
> emails set<text>,
> unverifiedEmails set<text>,
>  );
>
> and i tried to insert record to my table,but i have problem with loginIds
> attribute,
> could you please advice how i can insert record
>
> --
>
> Regards
> Rami Badran
>
  • [no subject] Rami Badran
    • Re: Rakesh Kumar
    • Re: Spencer Brown
      • Re: Rami Badran
        • Re: Jack Krupansky
          • Re: Rami Badran
          • Re: Carlos Alonso
          • Re: Rami Badran
            • Re: Jack Krupansky
              • Re: Jack Krupansky
                • Re: Rami Badran
                • Re: Jack Krupansky
    • Re: Rami Badran

Reply via email to