LuciferYang commented on PR #67774: URL: https://github.com/apache/doris/pull/67774#issuecomment-5634627646
BE UT is red here for a repo-wide reason rather than anything in this diff. `doris_be_test` aborts in `RemoteDorisV2ReaderTest.RuntimeCancellationInterruptsBlockedFlightDoGet` with an ASAN SEGV at `pc 0x0` inside absl's seed reader, which is hitting most BE UT builds since 2026-09-10 (26 of 76 that day, 51 of 63 the next) across unrelated pull requests. Filed as #67871 with the stack, the per-day counts and a hypothesis. One consequence worth stating: because the binary aborts at that test, the unit tests this PR adds never ran in CI. They pass locally (83 of 83 in `expr_zonemap_filter_test`, including the new slot-slot, NaN, decimal-domain and Parquet flag cases). P0 is green on the same revision: build 1043144, `Tests passed: 5942, muted: 3`, and the new suite `query_p0.expr_zonemap.test_expr_zonemap_pruning` passes in 7.8s. The earlier P0 failure on this revision was `schema_change_p0.test_schema_change_cold_heat`, an FE `NullPointerException` on `MaterializedIndexMeta.getSchemaVersion()` when a stream load races a schema change; it passes in 24 of the last 25 P0 runs and this PR touches no FE code. -- 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]
