voonhous commented on code in PR #19987:
URL: https://github.com/apache/hudi/pull/19987#discussion_r4044999584


##########
pom.xml:
##########
@@ -104,7 +104,9 @@
     
<fasterxml.jackson.databind.version>${fasterxml.spark3.version}</fasterxml.jackson.databind.version>
     
<fasterxml.jackson.module.scala.version>${fasterxml.spark3.version}</fasterxml.jackson.module.scala.version>
     
<fasterxml.jackson.dataformat.yaml.version>${fasterxml.spark3.version}</fasterxml.jackson.dataformat.yaml.version>
-    <kafka.version>2.0.0</kafka.version>
+    <!-- Used by every build that selects no Spark profile: the JDK-activated 
java11/java17 profiles always
+         turn off the activeByDefault spark3.5 profile. Keep in sync with 
spark3.5. -->

Review Comment:
   Folded in here rather than as a follow-up: the release guide's build check 
now runs `mvn -Prelease clean install -Dscala-2.12 -Dspark3.5 -Dflink2.2`, with 
a note to keep those in sync with the root pom's activeByDefault profiles 
(43963732c16d).



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