vernedeng commented on code in PR #5809:
URL: https://github.com/apache/inlong/pull/5809#discussion_r966596508


##########
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:
   fixed, rename it to **_newAttrBuilder_**



-- 
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: commits-unsubscr...@inlong.apache.org

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

Reply via email to