hulincup commented on PR #66416: URL: https://github.com/apache/doris/pull/66416#issuecomment-5187907340
Update on buildall: thanks @eldenmoon — the `run buildall` you sent at 03:29 did trigger the TeamCity pipeline (BE UT / Cloud UT / Coverage all green). However, COMPILE (DORIS_COMPILE) failed at 03:56, and FE UT is still pending. I can't reach the TeamCity log directly (auth required). The FE change in this PR is a one-line logic tweak: hoisting `isNereids && !isPointQuery` into a `useNereidsPrune` local with an added `|| nereidsPrunedTabletIds.size() == 1` clause — no new types, signatures, or imports, so it shouldn't break compilation on its own. Could you take a look at the COMPILE log when you have a moment, or retrigger if it looks like a master flake? Happy to fix if it turns out to be on my side. -- 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]
