Skip to content

[BLAZE-775] Support float type for sum function#776

Merged
richox merged 1 commit intoapache:masterfrom
wForget:BLAZE-775
Jan 20, 2025
Merged

[BLAZE-775] Support float type for sum function#776
richox merged 1 commit intoapache:masterfrom
wForget:BLAZE-775

Conversation

@wForget
Copy link
Member

@wForget wForget commented Jan 18, 2025

Which issue does this PR close?

Closes #775.

Rationale for this change

Support float type for sum function

What changes are included in this PR?

Are there any user-facing changes?


import org.apache.spark.sql.Row

class BlazeFunctionSuite extends org.apache.spark.sql.QueryTest with BaseBlazeSQLSuite {
Copy link
Member Author

Choose a reason for hiding this comment

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

I separated BlazeFunctionSuite for testing functions, and I will move function-related test cases from BlazeQuerySuite into it later.

@richox richox merged commit ef5b706 into apache:master Jan 20, 2025
12 of 18 checks passed
@richox
Copy link
Contributor

richox commented Jan 20, 2025

approved.
ci is buggy at this moment, i will merge this issue at fix possible ci error later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sum function does not support float32 type

2 participants