Skip to content

Commit 7875a71

Browse files
committed
Remove remarked import
1 parent 11faf34 commit 7875a71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flink-connector-clickhouse-base/src/main/java/com/clickhouse/utils/Serialize.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
import java.util.HashMap;
1414
import java.util.Map;
1515

16-
//import static com.clickhouse.client.api.data_formats.internal.SerializerUtils.writeDate;
17-
1816
public class Serialize {
1917

2018
public static boolean writePrimitiveValuePreamble(OutputStream out, boolean defaultsSupport, boolean isNullable, ClickHouseDataType dataType, boolean hasDefault, String column) throws IOException {

0 commit comments

Comments
 (0)