[FLINK-35888][cdc-connector][paimon] Add e2e test for PaimonDataSink.
Add e2e test for PaimonDataSink.
@yuxiqian Can you help to review this?
Seems CI is failing since https://github.com/apache/flink-cdc/commit/17ff659ff72e6d144e06256ed12162e604dc4804 doesn't generate test jar by default, which is required by Paimon E2e tests. Some changes like
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>test-jar</id>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
might be necessary.
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.
@leonardBang Could you please reopen this?
Close this and trace in https://github.com/apache/flink-cdc/pull/3818 as this pr rely on https://github.com/apache/flink-cdc/pull/3818 to fix some bugs and https://github.com/apache/flink-cdc/pull/3818 also need to verify by e2e.