lvyanquan commented on code in PR #4066:
URL: https://github.com/apache/flink-cdc/pull/4066#discussion_r2259128961


##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-paimon/src/main/java/org/apache/flink/cdc/connectors/paimon/sink/SchemaChangeProvider.java:
##########
@@ -36,7 +36,7 @@
  * represent different types of schema modifications.
  */
 public class SchemaChangeProvider {
-
+    private static final String DEFAULT_VALUE_SUFFIX = "default-value";

Review Comment:
   Paimon deleted this configuration for some reason in 
https://github.com/apache/paimon/pull/5804, and I think we need to adapt to 
this change. However, I don't think this will block the progress of the current 
PR. You can analyze what changes we need to make in the future.
   



-- 
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]

Reply via email to