Skip to content

[VL] Fix GlutenGroupBasedUpdateTableSuite in Spark 4.x#12493

Open
zml1206 wants to merge 3 commits into
apache:mainfrom
zml1206:GlutenGroupBasedUpdateTableSuite
Open

[VL] Fix GlutenGroupBasedUpdateTableSuite in Spark 4.x#12493
zml1206 wants to merge 3 commits into
apache:mainfrom
zml1206:GlutenGroupBasedUpdateTableSuite

Conversation

@zml1206

@zml1206 zml1206 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 10, 2026 07:06
@github-actions github-actions Bot added the CORE works for Gluten Core label Jul 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Enables the GlutenGroupBasedUpdateTableSuite in the Velox backend Spark 4.x unit-test settings (Spark 4.0 and 4.1), while excluding a known failing test that differs in expected exception type between Velox and Spark.

Changes:

  • Enable GlutenGroupBasedUpdateTableSuite in Spark 4.0 Velox test settings, excluding "update with NOT NULL checks".
  • Enable GlutenGroupBasedUpdateTableSuite in Spark 4.1 Velox test settings, excluding "update with NOT NULL checks" for the same exception-mismatch reason.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala Enables GlutenGroupBasedUpdateTableSuite for Spark 4.0 Velox UTs and excludes the NOT NULL check case that fails due to exception type differences.
gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala Same as Spark 4.0: enables the suite for Spark 4.1 Velox UTs with an exclusion for the NOT NULL checks case.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zml1206 zml1206 marked this pull request as draft July 13, 2026 00:55
@zml1206 zml1206 changed the title [VL] Enable GlutenGroupBasedUpdateTableSuite in Spark 4.x [VL] Fix GlutenGroupBasedUpdateTableSuite in Spark 4.x Jul 13, 2026
@zml1206 zml1206 marked this pull request as ready for review July 13, 2026 02:26
Copilot AI review requested due to automatic review settings July 13, 2026 02:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

Comment on lines +275 to +277
enableSuite[GlutenGroupBasedUpdateTableSuite]
// Velox assert_not_null throws VeloxUserError instead of SparkRuntimeException
.exclude("update with NOT NULL checks")
Comment on lines +265 to +267
enableSuite[GlutenGroupBasedUpdateTableSuite]
// Velox assert_not_null throws VeloxUserError instead of SparkRuntimeException
.exclude("update with NOT NULL checks")
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.

2 participants