I am trying to update few records using where condition.Query is very simple. To my surprise mutation count is different each time.Select query for the same where condition returns same result all the time
update default set column = [“1”,“2”] where test=“1” is my query. Tested using java client and ui
Anybody experienced similar issue?