Skip to content

[GLUTEN-11088] Fix GlutenDataFrameFunctionsSuite in Spark-4.0#11195

Merged
zhouyuan merged 3 commits intoapache:mainfrom
zml1206:GlutenDataFrameFunctionsSuite
Nov 28, 2025
Merged

[GLUTEN-11088] Fix GlutenDataFrameFunctionsSuite in Spark-4.0#11195
zhouyuan merged 3 commits intoapache:mainfrom
zml1206:GlutenDataFrameFunctionsSuite

Conversation

@zml1206
Copy link
Copy Markdown
Contributor

@zml1206 zml1206 commented Nov 26, 2025

@github-actions github-actions bot added the CORE works for Gluten Core label Nov 26, 2025
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zml1206 zml1206 marked this pull request as draft November 26, 2025 07:58
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zml1206 zml1206 marked this pull request as ready for review November 27, 2025 02:32
@zml1206 zml1206 requested a review from zhouyuan November 27, 2025 05:33
Row(null)
)

intercept[SparkException](df1.selectExpr("map_concat(map1, map2)").collect())
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think there are similar tests found when i work on the first patch to enable unit tests. Is it too heavy to modify the map_concat function to throw the right exception?

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.

I haven't found anything similar yet. Would the impact be greater if GlutenException were changed to SparkRuntimeException?

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.

Can GlutenException inherit SparkRuntimeException? Now it inherits RuntimeException, I'm not sure if it is more feasible.

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.

If it inherits SparkRuntimeException, it throws GlutenException, not SparkRuntimeException.

@zhouyuan zhouyuan merged commit 8e55381 into apache:main Nov 28, 2025
151 of 154 checks passed
@zml1206 zml1206 deleted the GlutenDataFrameFunctionsSuite branch December 9, 2025 08:11
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.

3 participants