voonhous commented on code in PR #19884:
URL: https://github.com/apache/hudi/pull/19884#discussion_r3975440753
##########
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:
To be explicit about why this is not a blocker: CI pulls and starts that
stack on every `integration-tests` run, but no test runs in it today. All nine
ITs on it are `@Disabled` (`Tests run: 9, Skipped: 9`), and
`ITTestBase.init()`, the only code that connects to the containers, is
`@BeforeEach` and is skipped with them. So the 3.5.3 runtime is never exercised
against the 3.5.9-compiled bundle.
#19888 moves every docker pin to 3.5.9 so they line up; it merges once the
images are on Docker Hub.
--
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]