Hello

I'm trying to add values using supercolumns but I get this error

ERROR: supercolumn parameter is not optional for super CF Anonimos

This is my code

// **********
 ColumnPath new_col;
    new_col.__isset.column     = true; /* this is required! */
    new_col.column_family.assign("Anonimos");
    new_col.super_column.assign("Tag");

    client.insert("SocialAds",
                  "1",
                  new_col,
                  "200",
                  123456789,
                  ONE);

// **********

What I'm doing wrong?

Thanks

Juan

Reply via email to