EMsnap commented on code in PR #6302: URL: https://github.com/apache/inlong/pull/6302#discussion_r1006349511
########## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java: ########## @@ -298,6 +333,37 @@ private String getBackend() throws IOException { } } + @Override + public void snapshotState(FunctionSnapshotContext functionSnapshotContext) throws Exception { + Gson gson = new Gson(); Review Comment: anyway to reuse this? -- 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