You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
What is the syntax to batch_insert into a Composite RowKey?
On regular Insert the key is array of values. No problem there.
I've tried: serialize( array(1,2)) as KEY
CF CompisiteType (LongInt,LongInt)
It does insert into '0' RowKey.