Skip to content

[GLUTEN-11088][VL] Remove excluded tests in VeloxTestSettings following Velox upgrade#11359

Merged
baibaichen merged 2 commits intoapache:mainfrom
baibaichen:feature/40_ut_refactor
Jan 5, 2026
Merged

[GLUTEN-11088][VL] Remove excluded tests in VeloxTestSettings following Velox upgrade#11359
baibaichen merged 2 commits intoapache:mainfrom
baibaichen:feature/40_ut_refactor

Conversation

@baibaichen
Copy link
Copy Markdown
Contributor

What changes are proposed in this pull request?

This PR removes excluded tests related to Spark 4.0 in VeloxTestSettings following the Velox upgrade. With the recent Velox upgrade, certain unit tests that were previously failing have been fixed, so they no longer need to be excluded.

Main changes:

  • Remove previous failed tests in VeloxTestSettings that are now passing after Velox upgrade
  • Move GlutenSQLQueryTestSuite.scala to org.apache.spark.sql package for better consistency (minor refactoring)

Fixes #11088

How was this patch tested?

Tested with Spark 4.0 unit test suite. Previously excluded tests now pass correctly after Velox upgrade.

@github-actions github-actions bot added the CORE works for Gluten Core label Jan 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 5, 2026

Run Gluten Clickhouse CI on x86

@baibaichen baibaichen changed the title [VL][GLUTEN-11088] Remove excluded tests in VeloxTestSettings following Velox upgrade [GLUTEN-11088][VL] Remove excluded tests in VeloxTestSettings following Velox upgrade Jan 5, 2026
Copy link
Copy Markdown
Contributor

@liuneng1994 liuneng1994 left a comment

Choose a reason for hiding this comment

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

LGTM

@baibaichen baibaichen merged commit d89bf8a into apache:main Jan 5, 2026
116 of 120 checks passed
@baibaichen baibaichen deleted the feature/40_ut_refactor branch January 5, 2026 09:39
Angryrou pushed a commit to Angryrou/incubator-gluten that referenced this pull request Jan 5, 2026
…ng Velox upgrade (apache#11359)

* [Refactor] Move GlutenSQLQueryTestSuite.scala to `org.apache.spark.sql` for consistency

* [Fix] Remove excluded tests related to Spark 4.0 in VeloxTestSettings following the Velox upgrade.
QCLyu pushed a commit to QCLyu/incubator-gluten that referenced this pull request Jan 8, 2026
…ng Velox upgrade (apache#11359)

* [Refactor] Move GlutenSQLQueryTestSuite.scala to `org.apache.spark.sql` for consistency

* [Fix] Remove excluded tests related to Spark 4.0 in VeloxTestSettings following the Velox upgrade.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[VL] Track on Spark-4.0 failed unit tests

2 participants