You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "nvharikrishna (via GitHub)" <gi...@apache.org> on 2023/02/03 18:39:53 UTC

[GitHub] [cassandra] nvharikrishna opened a new pull request, #2135: Fixing the output of FQL dump tool to properly separate entries

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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] smiklosovic closed pull request #2135: Fixing the output of FQL dump tool to properly separate entries

Posted by "smiklosovic (via GitHub)" <gi...@apache.org>.
smiklosovic closed pull request #2135: Fixing the output of FQL dump tool to properly separate entries
URL: https://github.com/apache/cassandra/pull/2135


-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org