healchow commented on code in PR #5809:
URL: https://github.com/apache/inlong/pull/5809#discussion_r966589564
##########
inlong-sdk/sort-sdk/src/test/java/org/apache/inlong/sdk/sort/impl/decode/MessageDeserializerTest.java:
##########
@@ -165,6 +169,33 @@ private void testDeserializeVersion1CompressionType2() {
}
}
+ private void testDeserializeVersion2NoCompress() {
+ try {
+ String groupId = "sort_sdk_test_group_id";
+ String streamId = "sort_sdk_test_stream_id";
+ String attr = "m=0";
+ String ip = "1.2.3.4";
+ long dt = System.currentTimeMillis();
+ StringBuilder newAttrBuffer = new StringBuilder(attr);
Review Comment:
Why name it `buffer`?
--
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]