voonhous commented on code in PR #19884:
URL: https://github.com/apache/hudi/pull/19884#discussion_r3975378570
##########
pom.xml:
##########
@@ -188,7 +188,7 @@
<rocksdbjni.version>7.5.3</rocksdbjni.version>
<spark33.version>3.3.4</spark33.version>
<spark34.version>3.4.3</spark34.version>
- <spark35.version>3.5.5</spark35.version>
+ <spark35.version>3.5.9</spark35.version>
Review Comment:
Intentional, and it is in the "deliberately not in this PR" dropdown in the
description. None of the 3.5.9 images exist on Docker Hub yet
(`apachehudi/hudi-hadoop_2.8.4-hive_2.3.10-sparkadhoc_3.5.9` is a 404, and so
is the 3.5.5 one the old pom implied), and the `integration-tests` job runs
`docker compose up` on that file every run, so repointing before the images are
pushed fails the job on the pull.
The skew is latent: all nine ITs on that stack (`ITTestHoodieDemo`,
`ITTestHoodieSanity`, `ITTestHoodieSyncCommand`) are `@Disabled` and report
`Tests run: 9, Skipped: 9`, and it predates this PR, which compiled against
3.5.5 on the same 3.5.3 images. Publishing the 3.5.9 images and moving the
stack is tracked in #19887.
--
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]