Skip to content

Commit

Permalink
[INLONG-10784][Sort] fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYou201 committed Aug 13, 2024
1 parent 4d1e2b0 commit dd45c0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
package org.apache.inlong.sort.formats.inlongmsgbinlog;

import org.apache.inlong.common.pojo.sort.dataflow.field.format.RowFormatInfo;
import org.apache.inlong.sort.formats.inlongmsg.rowdata.AbstractInLongMsgFormatDeserializer;
import org.apache.inlong.sort.formats.inlongmsg.FailureHandler;
import org.apache.inlong.sort.formats.inlongmsg.InLongMsgBody;
import org.apache.inlong.sort.formats.inlongmsg.InLongMsgHead;
import org.apache.inlong.sort.formats.inlongmsg.rowdata.AbstractInLongMsgFormatDeserializer;
import org.apache.inlong.sort.formats.inlongmsg.rowdata.InLongMsgUtils;

import org.apache.flink.api.common.typeinfo.TypeInformation;
Expand Down

0 comments on commit dd45c0f

Please sign in to comment.