worryg0d commented on code in PR #1782:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1782#discussion_r1756591147


##########
frame_test.go:
##########
@@ -127,3 +127,27 @@ func TestFrameReadTooLong(t *testing.T) {
                t.Fatalf("expected to get header %v got %v", opReady, head.op)
        }
 }
+
+func Test_framer_writeExecuteFrame_preparedMetadataID(t *testing.T) {

Review Comment:
   I totally agree with you here. We should run tests over C* to ensure the 
logic works fine. However, I struggled with triggering C* to return a 
`<new_metadata_id>` by changing the table columns number, but C* responded with 
`UNPREPARED` error message, not the `RESULT/ROWS`.
   
   Could you please give me some advices on how to trigger this mechanism?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to