liyubin117 commented on code in PR #5408: URL: https://github.com/apache/paimon/pull/5408#discussion_r2032804674
########## pom.xml: ########## @@ -405,6 +409,38 @@ under the License. </property> </activation> </profile> + + <profile> + <id>flink1</id> + <properties> + <paimon-flinkx-common>paimon-flink1-common</paimon-flinkx-common> + <paimon-flink-common.flink.version>1.20.1</paimon-flink-common.flink.version> + <test.flink.main.version>1.20</test.flink.main.version> + <test.flink.version>1.20.1</test.flink.version> + </properties> + <modules> + <module>paimon-flink/paimon-flink-1.15</module> + <module>paimon-flink/paimon-flink-1.16</module> + <module>paimon-flink/paimon-flink-1.17</module> + <module>paimon-flink/paimon-flink-1.18</module> + <module>paimon-flink/paimon-flink-1.19</module> + <module>paimon-flink/paimon-flink-1.20</module> + <module>paimon-flink/paimon-flink-cdc</module> + </modules> + </profile> Review Comment: Thanks for your quick reply, the profile can make flink1 related modules and properties enabled default, help us to debug and execute easier, also we do not need to change the default CI build commands in `e2e-tests-flink-1.x.yml`, `e2e-tests-flink-1.x-jdk11.yml`, `utitcase-flink-1.x.yml` and `utitcase-flink-1.x-jdk11.yml`. If we do not make it enabled by default, IDEA modules as follow:  -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org