lvyanquan commented on code in PR #3925:
URL: https://github.com/apache/flink-cdc/pull/3925#discussion_r1961126616
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-paimon/src/test/java/org/apache/flink/cdc/connectors/paimon/sink/PaimonMetadataApplierTest.java:
##########
@@ -463,12 +463,20 @@ public void testAddColumnWithPosition(String metastore)
"col7_after",
org.apache.flink.cdc.common.types.DataTypes.STRING()),
"col2"));
+ addedColumns.add(
+ AddColumnEvent.before(
+ Column.physicalColumn(
+ "col4_first_before",
+
org.apache.flink.cdc.common.types.DataTypes.STRING()),
+ "col1"));
Review Comment:
The first column here is already col4_first, right? If col1 is used, then
col4_first_fefore should be the second column.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]