jacek-lewandowski commented on code in PR #2880:
URL: https://github.com/apache/cassandra/pull/2880#discussion_r1387122443
##########
test/unit/org/apache/cassandra/io/sstable/metadata/MetadataSerializerTest.java:
##########
@@ -85,7 +86,9 @@ public void testSerialization() throws IOException
for (MetadataType type : MetadataType.values())
{
- assertEquals(originalMetadata.get(type),
deserialized.get(type));
+ if ((type != MetadataType.STATS) ||
latestVersion.hasImprovedMinMax())
Review Comment:
is it needed?
--
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]