yunfengzhou-hub commented on code in PR #6606:
URL: https://github.com/apache/paimon/pull/6606#discussion_r2564382344


##########
paimon-flink/paimon-flink-cdc/pom.xml:
##########
@@ -92,6 +92,31 @@ under the License.
 
         <!-- CDC dependencies -->
 
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-cdc-common</artifactId>
+            <version>${flink.cdc.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-cdc-runtime</artifactId>

Review Comment:
   This PR needs to use `BinaryRecordDataGenerator` to convert Paimon records 
to CDC Events, which is introduced through `flink-cdc-runtime`. I've discusses 
with @lvyanquan to see if we can provide such a generator tool class in 
non-runtime Flink cdc modules.



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