healchow commented on code in PR #7157: URL: https://github.com/apache/inlong/pull/7157#discussion_r1062186433
########## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/reader/file/FileReaderOperator.java: ########## @@ -104,6 +104,7 @@ public class FileReaderOperator extends AbstractReader { private final BlockingQueue<String> queue = new LinkedBlockingQueue<>(CACHE_QUEUE_SIZE); private final StringBuffer sb = new StringBuffer(); + private boolean needMetaData = false; Review Comment: `Metadata` is a complete word, so don't need to write it as `MetaData`. -- 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