hulincup commented on PR #66416: URL: https://github.com/apache/doris/pull/66416#issuecomment-5188300771
COMPILE (DORIS_COMPILE) failed again on the rerun (buildId 1015987, 05:59), so it's not a flake. But I believe it's a BE/master compile issue, not this PR: - This PR only touches FE (`OlapScanNode.java` — one boolean local hoisted from the existing `isNereids && !isPointQuery`, passed to `distributionPrune(...)` whose 4th param is `boolean`) + a groovy regression test. Zero BE/C++ changes. - FE UT (Doris FE UT) passed on the previous run (05:06 SUCCESS) and is rerunning now. - Three other PRs that ran COMPILE in the same window today also failed (#66465, #66461, #66460). I can't reach the TeamCity log (auth required). Could you check the COMPILE build log for buildId 1015987 and confirm whether it's a BE/master failure? If it is on the FE side I'll fix immediately, but the change is type-safe and FE UT passing strongly suggests FE compiles fine. -- 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]
