gemini icon indicating copy to clipboard operation
gemini copied to clipboard

Gemini generated query with wrong number of values

Open dkropachev opened this issue 2 years ago • 0 comments

It comes from https://github.com/scylladb/gemini/issues/382:

{"L":"ERROR","T":"2023-07-07T13:34:21.368Z","M":"failed to apply mutation","attempts":15,"error":"[cluster = oracle, query = 'INSERT INTO ks1.table1 (pk0,pk1,ck0,ck1,col0,col1,col2,col3,col4,col5,col6,col7,col8,col9,col10,col11) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,(?,?,?,?,?),?,?,?) ']: gocql: expected 20 values send got 18","errorVerbose":"gocql: expected 20 values send got 18\n[cluster = oracle, query = 'INSERT INTO ks1.table1 (pk0,pk1,ck0,ck1,col0,col1,col2,col3,col4,col5,col6,col7,col8,col9,col10,col11) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,(?,?,?,?,?),?,?,?) 

dkropachev avatar Jul 11 '23 11:07 dkropachev