felipepessoto commented on PR #12783: URL: https://github.com/apache/gluten/pull/12783#issuecomment-5301524553
### CI status The 3 `delta-spark-test` shard failures are **pre-existing on `main`**, not caused by this PR. Same three regressions in the nightly `main` run ([31866072615](https://github.com/apache/gluten/actions/runs/31866072615)): - `ImplicitMergeCastingSuite#MERGE overflow ... DECIMAL(3,1) -> DECIMAL(3,2)` - `ImplicitStreamingMergeCastingSuite#Streaming MERGE overflow ... DECIMAL(3,1) -> DECIMAL(3,2)` - `TypeWideningInsertSchemaEvolutionBasicSuite#INSERT - never automatic type widening DECIMAL(9,2) -> ...` All decimal casting / type widening; nothing to do with deletion vectors. This PR only touches the DV bitmap aggregator's **failure path** plus a comment in the workflow file, so it cannot affect them. ### Did the diagnostic fire? Not this run — no `Delta bitmap aggregator input column` in any shard log, i.e. #12377 did not reproduce. Expected: it lands on roughly one test per full run and is intermittent. Re-running to take another sample; the diagnostic only prints when the bounds check actually trips. -- 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]
