yihua commented on code in PR #11653: URL: https://github.com/apache/hudi/pull/11653#discussion_r1687406391
########## .github/workflows/bot.yml: ########## @@ -511,6 +511,14 @@ jobs: flinkProfile: 'flink1.16' sparkProfile: 'spark3.3' sparkRuntime: 'spark3.3.1' + - scalaProfile: 'scala-2.12' Review Comment: We're going to remove the Spark 3.2 and 3.1 support. We should have the following matrix: ``` - scalaProfile: 'scala-2.13' flinkProfile: 'flink1.18' sparkProfile: 'spark3.5' sparkRuntime: 'spark3.5.1' - scalaProfile: 'scala-2.12' flinkProfile: 'flink1.17' sparkProfile: 'spark3.5' sparkRuntime: 'spark3.5.1' - scalaProfile: 'scala-2.12' flinkProfile: 'flink1.16' sparkProfile: 'spark3.4' sparkRuntime: 'spark3.4.3' - scalaProfile: 'scala-2.12' flinkProfile: 'flink1.15' sparkProfile: 'spark3.3' sparkRuntime: 'spark3.3.4' - scalaProfile: 'scala-2.12' flinkProfile: 'flink1.14' sparkProfile: 'spark3.3' sparkRuntime: 'spark3.3.1' ``` ########## .github/workflows/bot.yml: ########## @@ -511,6 +511,14 @@ jobs: flinkProfile: 'flink1.16' sparkProfile: 'spark3.3' sparkRuntime: 'spark3.3.1' + - scalaProfile: 'scala-2.12' Review Comment: I'll help generate and upload the docker images of bundle validation. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org