felipepessoto opened a new pull request, #12291: URL: https://github.com/apache/gluten/pull/12291
## What changes are proposed in this pull request? **Verification PR — please do NOT merge.** This contains *only* the regression test added in #12290, **without** the fix, to confirm the test is a genuine regression test. - Here (no fix): the C++ unit-test job (`ctest` → `velox_plan_conversion_test`) is expected to **fail** — `SubstraitVeloxExprConverter::toVeloxExpr` still dereferences a null `RowType` when a field reference descends into an array, so the test process crashes with a `SIGSEGV`. - In #12290 (the same test **with** the fix): the test **passes**. Together these two PRs show the test fails without the fix and passes with it. The actual fix is in #12290. ## How was this patch tested? By CI: this PR's `cpp-test-udf-test` job is expected to be red (crash), while #12290's is green. ## Was this patch authored or co-authored using generative AI tooling? Generated-by: GitHub Copilot CLI (claude-opus-4.8) -- 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]
