java.lang.IllegalStateException: Batch statement cannot contain more than 65535 statements in scyalla db using java driver
I am new in ScyllaDB. For my project I want to update one column(pin table) from another table (client). So at first I select col1, customerID from client table, then for each row: add row into batch statement. If batchStatement is reached at 100 statement, then executed and new builder is instantiated.