nvharikrishna opened a new pull request, #2050:
URL: https://github.com/apache/cassandra/pull/2050

   If fullquerylog is enabled and a prepared query executed with null value 
binded, then fqltool dump is running into NPE. Checking value for null before 
wrapping it.
   
   The [CASSANDRA-18113](https://issues.apache.org/jira/browse/CASSANDRA-18113)
   
   With this change, "null" is printed when a value is null. Sample output:
   ```
   Type: single-query
   Query start time: 1670955522494
   Protocol version: 5
   Generated timestamp:-9223372036854775808
   Generated nowInSeconds:1670955522
   Query: INSERT INTO ks1.t1 (id, value) VALUES (?, ?)
   Values: 
   00000000 00 00 00 0A                                      ยทยทยทยท             
   null
   -----
   ```


-- 
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