Skip to content

Commit e0bda02

Browse files
committed
delete: default normaliztion
1 parent c161579 commit e0bda02

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-iceberg/src/main/java/org/apache/flink/cdc/connectors/iceberg/sink/utils/IcebergTypeUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public static Literal<?> parseDefaultValue(
7272
if (defaultValueExpression == null) {
7373
return null;
7474
}
75-
defaultValueExpression = defaultValueExpression.trim();
7675
try {
7776
switch (cdcType.getTypeRoot()) {
7877
case CHAR:

0 commit comments

Comments
 (0)