Skip to content

Commit

Permalink
[INLONG-10739][Sort] Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYou201 committed Jul 31, 2024
1 parent faa9e1e commit e5fda3e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package org.apache.inlong.sort.elasticsearch.table;

import org.apache.flink.api.common.serialization.RuntimeContextInitializationContextAdapters;
import org.apache.inlong.sort.elasticsearch.ElasticsearchSinkFunction;
import org.apache.inlong.sort.elasticsearch.RequestIndexer;

Expand All @@ -31,8 +30,6 @@
import org.elasticsearch.action.index.IndexRequest;
import org.elasticsearch.action.update.UpdateRequest;
import org.elasticsearch.common.xcontent.XContentType;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import javax.annotation.Nullable;

Expand Down

0 comments on commit e5fda3e

Please sign in to comment.