Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangchong committed Mar 25, 2024
1 parent 130b737 commit 49aba6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paimon-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ under the License.

<properties>
<flink.shaded.hadoop.version>2.8.3-10.0</flink.shaded.hadoop.version>
<flink.cdc.version>2.3.0</flink.cdc.version>
<flink.cdc.version>2.4.2</flink.cdc.version>
<flink.sql.connector.hive>flink-sql-connector-hive-2.3.9_${scala.binary.version}</flink.sql.connector.hive>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private List<DataField> extractFieldTypes(Table table) {
typeMapping);
dataType = dataType.copy(typeMapping.containsMode(TO_NULLABLE) || column.isOptional());

rowType.field(columnName, dataType, column.comment());
rowType.field(columnName, dataType);
}
return rowType.build().getFields();
}
Expand Down

0 comments on commit 49aba6c

Please sign in to comment.