luchunliang commented on code in PR #10280: URL: https://github.com/apache/inlong/pull/10280#discussion_r1615930723
########## inlong-common/src/main/java/org/apache/inlong/common/pojo/sort/SortConfigResponse.java: ########## @@ -36,6 +36,6 @@ public class SortConfigResponse { String msg; int code; String md5; - String data; + byte[] data; Review Comment: HTTP request need to string data. byte array can be transformed to string by Base64 -- 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