Skip to content

[GLUTEN-11678][VL] Native validation should check CrossRelNode's expression#11679

Open
wecharyu wants to merge 3 commits intoapache:mainfrom
wecharyu:validate_cross_expression
Open

[GLUTEN-11678][VL] Native validation should check CrossRelNode's expression#11679
wecharyu wants to merge 3 commits intoapache:mainfrom
wecharyu:validate_cross_expression

Conversation

@wecharyu
Copy link
Contributor

@wecharyu wecharyu commented Mar 2, 2026

What changes are proposed in this pull request?

Check the CrossRelNode's expression, fallback it if experssion is not supported.
Fix #11678.

How was this patch tested?

Add unit test.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the VELOX label Mar 2, 2026
@jinchengchenghh
Copy link
Contributor

Please resolve the failed test

- get correct fallback reason on nodes without logicalLink
- fallback when nested loop join has unsupported expression *** FAILED ***
  fallbackReasons.forall(((x$6: String) => x$6.contains("regexp_extract due to Pattern (?<="))) was false (FallbackSuite.scala:392)
11:23:43.481 WARN org.apache.gluten.execution.FallbackSuite: 

@wecharyu wecharyu force-pushed the validate_cross_expression branch from 95af245 to 63d06a2 Compare March 5, 2026 02:43
@wecharyu
Copy link
Contributor Author

wecharyu commented Mar 5, 2026

Addressed failed test, please take a look again. @jinchengchenghh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[VL] CrossRelNode's expression is not validated in native validation

2 participants