gianm commented on code in PR #18154:
URL: https://github.com/apache/druid/pull/18154#discussion_r2162404355
##########
processing/src/test/java/org/apache/druid/query/aggregation/SerializablePairLongStringComplexMetricSerdeTest.java:
##########
@@ -69,7 +69,7 @@ public void testLargeString() throws Exception
assertExpected(ImmutableList.of(new SerializablePairLongString(
100L,
randomStringUtils.randomAlphanumeric(2 * 1024 * 1024)
- )), 2097182, 2103140);
+ )), 2097182, 2103139);
Review Comment:
What is happening here? It seems the `expectedCompressedSize` is changing-
what drives this, and is it backwards compatible with older readers and writers?
--
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]