healchow commented on code in PR #5819: URL: https://github.com/apache/inlong/pull/5819#discussion_r964604660
########## inlong-sort/sort-formats/format-inlongmsg-base/src/main/java/org/apache/inlong/sort/formats/inlongmsg/InLongMsgDeserializationSchema.java: ########## @@ -38,6 +39,8 @@ public class InLongMsgDeserializationSchema implements DeserializationSchema<RowData> { + private static final Logger log = LoggerFactory.getLogger(InLongMsgDeserializationSchema.class); Review Comment: For static final variable, suggest using UPPER case. -- 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