Skip to content

Commit

Permalink
去除无用的引用
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchao committed Mar 30, 2020
1 parent 2705aac commit b5c6b4a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@
import org.apache.commons.lang3.StringUtils;
import org.apache.flink.api.common.serialization.SerializationSchema;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import org.apache.flink.formats.avro.AvroRowSerializationSchema;
import org.apache.flink.formats.csv.CsvRowSerializationSchema;
import org.apache.flink.streaming.api.functions.sink.RichSinkFunction;
import org.apache.flink.streaming.connectors.kafka.partitioner.FlinkKafkaPartitioner;
import org.apache.flink.table.runtime.types.CRow;
import org.apache.flink.types.Row;

import java.util.Optional;
import java.util.Properties;
Expand Down

0 comments on commit b5c6b4a

Please sign in to comment.