[fix] [branch-3.0] fix compile error in branch 3.0#22143
[fix] [branch-3.0] fix compile error in branch 3.0#22143thetumbled wants to merge 3 commits intoapache:branch-3.0from
Conversation
11d2fca to
958d383
Compare
|
PTAL, thanks. @lhotari @Technoboy- |
|
@thetumbled Thanks for the fix. For tracking purposes we will need to have a 1-to-1 mapping between the cherry-picked commit. This is something that we haven't properly documented in our release process. The cherry-picking process is currently mostly tribal knowledge without clear documentation. I have ranted about this in the past on the mailing list in this thread: https://lists.apache.org/thread/69mwjso51kzkrv5xgdmw04d9wngbg8br . |
|
Hmmm, I think we can't cherry-pick #20782 because it's not a BUG fix, and it might be risky for LTS release. |
|
Let's revert #22101 in branch-3.0. |
|
great, close this pr. |
Motivation
CI in branch-3.0 can't pass due to #22130 (comment).
Modifications
The solution is: first, cherry pick #20782 into branch-3.0, then we use this pr #22143 to fix the problem.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: thetumbled#44