Skip to content

[GLUTEN-11088][VL] Fix MiscOperatorSuite#11147

Merged
zhouyuan merged 2 commits intoapache:mainfrom
marin-ma:fix-MiscOperatorSuite
Nov 21, 2025
Merged

[GLUTEN-11088][VL] Fix MiscOperatorSuite#11147
zhouyuan merged 2 commits intoapache:mainfrom
marin-ma:fix-MiscOperatorSuite

Conversation

@marin-ma
Copy link
Copy Markdown
Contributor

@marin-ma marin-ma commented Nov 21, 2025

Related issue: #11088

@github-actions github-actions bot added CORE works for Gluten Core VELOX labels Nov 21, 2025
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

val df = runQueryAndCompare(
"select l_orderkey from lineitem where l_orderkey > 2 " +
"and l_orderkey = 1") { _ => }
"and l_orderkey < 2") { _ => }
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is due to the optimizer change in spark 4.0. The filter condition in the original SQL is optimzed out.

Copy link
Copy Markdown
Member

@zhouyuan zhouyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@zhouyuan zhouyuan merged commit b8a1114 into apache:main Nov 21, 2025
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core VELOX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants