CalvinKirs opened a new pull request, #65462:
URL: https://github.com/apache/doris/pull/65462

   ### What problem does this PR solve?
   
   Cherry-pick #64677 (master commit 98b4a21b421) to branch-4.1.
   
   Align the regression-test framework's dependency versions with fe-core 
(`fe/pom.xml`):
   
   - `arrow.version`: `17.0.0` -> `19.0.0`
   - `netty-all`: `4.1.104.Final` -> `4.2.15.Final`
   - `maven.compiler.source/target`: `1.8` -> `17` (Arrow 18+ requires JDK 17)
   - `run-regression-test.sh`: build the Java UDF jar with JDK 8 (loaded by the 
BE embedded JVM) while the framework builds with the ambient JDK, restoring 
`JAVA_HOME` afterwards.
   
   ### Conflict resolution
   
   - `regression-test/framework/pom.xml`: branch-4.1 has no `jackson.version` 
property (master-only context line), so it is not introduced; only the arrow 
comment/version change is applied.
   - `run-regression-test.sh`: branch-4.1 has no `execute_maven_with_retry` 
helper, so the UDF build keeps the original `"${MVN_CMD}" package` invocation, 
wrapped with the JDK 8 switch/restore logic from the original PR.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [x] No need to test or manual test. Explain why:
         dependency-alignment pick; validated by regression CI on this PR.
   
   - Behavior changed:
       - [x] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [x] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to