[FLINK-35888][cdc-connector][paimon] Add e2e test for PaimonDataSink.#3491
[FLINK-35888][cdc-connector][paimon] Add e2e test for PaimonDataSink.#3491lvyanquan wants to merge 3 commits into
Conversation
|
@yuxiqian Can you help to review this? |
There was a problem hiding this comment.
Thanks for @lvyanquan's great work, I left some minor comments.
yuxiqian
left a comment
There was a problem hiding this comment.
Thanks for @lvyanquan's great work!
|
Seems CI is failing since 17ff659 doesn't generate <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? |
leonardBang
left a comment
There was a problem hiding this comment.
Thanks @lvyanquan and @yuxiqian for the co-work, LGTM
yuxiqian
left a comment
There was a problem hiding this comment.
Thanks for @lvyanquan's great work, I left some minor concerns about some changes in PipelineTestEnvironment, not sure if it's relevant to failing CI workflow.
Add e2e test for PaimonDataSink.
This can be merged after #3818.
Coauthor with @yuxiqian