Skip to content

[VL] Re-enable some decimal tests#12287

Open
zhztheplayer wants to merge 1 commit into
apache:mainfrom
zhztheplayer:wip-fix-decimal-ut
Open

[VL] Re-enable some decimal tests#12287
zhztheplayer wants to merge 1 commit into
apache:mainfrom
zhztheplayer:wip-fix-decimal-ut

Conversation

@zhztheplayer

@zhztheplayer zhztheplayer commented Jun 12, 2026

Copy link
Copy Markdown
Member

The tests were disabled by facebookincubator/velox#17593 which was fixed. We can now re-enable them.

The tests were disabled by facebookincubator/velox#17593 which was fixed.
@zhztheplayer zhztheplayer marked this pull request as ready for review June 12, 2026 15:06
Copilot AI review requested due to automatic review settings June 12, 2026 15:06
@github-actions github-actions Bot added the CORE works for Gluten Core label Jun 12, 2026
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

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

Re-enables previously excluded Spark UT cases around casting from string to decimal for the Velox backend, based on the upstream Velox fix referenced in the PR description.

Changes:

  • Removed exclusions for “Fast fail for cast string type to decimal type” (non-ANSI).
  • Removed exclusions for “Fast fail for cast string type to decimal type in ansi mode” (ANSI).
  • Applied the same re-enable across Spark 3.3, 3.4, 3.5, 4.0, and 4.1 UT configurations.

Reviewed changes

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

Show a summary per file
File Description
gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala Re-enables the decimal fast-fail cast tests by removing excludes.
gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala Re-enables the decimal fast-fail cast tests by removing excludes.
gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala Re-enables the decimal fast-fail cast tests by removing excludes.
gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala Re-enables the decimal fast-fail cast tests by removing excludes.
gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala Re-enables the decimal fast-fail cast tests by removing excludes.

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

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