This is an automated email from the ASF dual-hosted git repository. maedhroz pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 16bca9d343 Merge branch 'cassandra-4.0' into cassandra-4.1 new f375a3914f Support null column value tombstones in FQL batch statements new 985e121404 Merge branch 'cassandra-4.0' into cassandra-4.1 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.txt | 1 + .../org/apache/cassandra/fql/FullQueryLogger.java | 4 +- .../test/{ => fql}/FqlReplayDDLExclusionTest.java | 3 +- .../test/fql/FqlTombstoneHandlingTest.java | 115 +++++++++++++++++++++ .../apache/cassandra/fqltool/FQLQueryReader.java | 5 +- .../apache/cassandra/fqltool/commands/Dump.java | 9 +- 6 files changed, 129 insertions(+), 8 deletions(-) rename test/distributed/org/apache/cassandra/distributed/test/{ => fql}/FqlReplayDDLExclusionTest.java (97%) create mode 100644 test/distributed/org/apache/cassandra/distributed/test/fql/FqlTombstoneHandlingTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org