>From client side, you can specify any column you want to write. If the column happens to exist for the row, new value would be written.
For the code snippet, there is getTable() and Put(). Can you separate into two statements to narrow down which call hangs ? Which commit are you using in the branch ? Did you build with buck ? Cheers On Fri, Sep 29, 2017 at 7:33 AM, Andrzej <[email protected]> wrote: > W dniu 29.09.2017 o 16:25, Andrzej pisze: > >> Maybe problem with unique_ptr? >> > > Changing to shared_ptr not helps. > More info: > first I add less column, without variant column and is OK. > But second pass I update row - for ths same row I add new column and maybe > put existing columns? What is error when put existing columns and how > replace columns? >
