Skip to content

Conversation

@924060929
Copy link
Contributor

cherry pick from #47919

@924060929
Copy link
Contributor Author

run buildall

@Thearas
Copy link
Contributor

Thearas commented Feb 19, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@924060929
Copy link
Contributor Author

run buildall

2 similar comments
@924060929
Copy link
Contributor Author

run buildall

@924060929
Copy link
Contributor Author

run buildall

### What problem does this PR solve?

select sum()

before this pr:

Can not found function 'sum' which has 0 arity. Candidate functions are: [sumorg.apache.doris.nereids.trees.expressions.functions.BuiltinFunctionBuilder@45a63d2e, sumorg.apache.doris.nereids.trees.expressions.functions.BuiltinFunctionBuilder@73fa50f1, sumorg.apache.doris.nereids.trees.expressions.functions.BuiltinFunctionBuilder@395c255a]

after this pr:

Can not found function 'sum' which has 0 arity. Candidate functions are: [sum(Expression)]

(cherry picked from commit e555cbd)
@924060929
Copy link
Contributor Author

run buildall

@924060929
Copy link
Contributor Author

run buildall

@924060929
Copy link
Contributor Author

run buildall

@yiguolei yiguolei merged commit a3753c7 into apache:branch-2.1 Feb 21, 2025
19 checks passed
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.

3 participants