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

   FQL tool dump is not adding value separator for the first two values. Fixed 
to print the separator for each value.
   
   fqltool dump output before:
   
   ```
   Type: single-query
   Query start time: 1675448458550
   Protocol version: 5
   Generated timestamp:-9223372036854775808
   Generated nowInSeconds:1675448458
   Query: INSERT INTO ks1.t1 (id, v1, v2, v3) VALUES (?, ?, ?, ?)
   Values: 
   00000000 00 00 00 01                                      ····             
   00000000 00 00 00 01                                      ····             
   -----
   00000000 00 00 00 01                                      ····             
   -----
   00000000 00 00 00 01                                      ····             
   -----
   ```
   
   after:
   ```
   Type: single-query
   Query start time: 1675448458550
   Protocol version: 5
   Generated timestamp:-9223372036854775808
   Generated nowInSeconds:1675448458
   Query: INSERT INTO ks1.t1 (id, v1, v2, v3) VALUES (?, ?, ?, ?)
   Values: 
   00000000 00 00 00 01                                      ····             
   -----
   00000000 00 00 00 01                                      ····             
   -----
   00000000 00 00 00 01                                      ····             
   -----
   00000000 00 00 00 01                                      ····             
   -----
   
   ```
   
   CASSANDRA-18215
   


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