Skip to content

[Feat](udaf) Support Python UDAF for Doris - #57868

Merged
HappenLee merged 1 commit into
apache:python_udffrom
sjyango:python_udaf
Nov 25, 2025
Merged

[Feat](udaf) Support Python UDAF for Doris#57868
HappenLee merged 1 commit into
apache:python_udffrom
sjyango:python_udaf

Conversation

@sjyango

Copy link
Copy Markdown
Contributor

What problem does this PR solve?

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:

Release note

None

Check List (For Author)

  • Test

    • Regression test
    • Unit Test
    • Manual test (add detailed scripts or steps below)
    • No need to test or manual test. Explain why:
      • This is a refactor/code format and no logic has been changed.
      • Previous test can cover this change.
      • No code files have been changed.
      • Other reason
  • Behavior changed:

    • No.
    • Yes.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

@hello-stephen

Copy link
Copy Markdown
Contributor

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?

@sjyango
sjyangoforce-pushed the python_udaf branch 3 times, most recently from 949866b to d951109CompareNovember 11, 2025 15:44
Comment threadregression-test/conf/regression-conf.groovy Outdated
Comment threadbe/src/udf/python/python_udaf_client.cpp Outdated
Comment threadbe/src/udf/python/python_udaf_client.cpp Outdated
Comment threadbe/src/udf/python/python_udaf_client.cpp Outdated
Comment threadbe/src/udf/python/python_udaf_client.cpp
Comment threadbe/src/udf/python/python_udaf_client.cpp
Comment threadfe/.idea/vcs.xml Outdated
Comment threadconf/be.conf Outdated
Comment threadbe/src/vec/aggregate_functions/aggregate_function_python_udaf.cpp Outdated
Comment threadbe/src/vec/aggregate_functions/aggregate_function_python_udaf.cpp Outdated
Comment threadbe/src/vec/aggregate_functions/aggregate_function_python_udaf.cpp Outdated
Comment threadbe/src/udf/python/python_udf_server.py Outdated
Comment threadbe/src/udf/python/python_udf_server.py Outdated
Comment threadbe/src/udf/python/python_udf_server.py Outdated
Comment threadbe/src/udf/python/python_udf_server.py
Comment threadbe/src/udf/python/python_udf_server.py
@HappenLee
HappenLee merged commit e38a13b into apache:python_udfNov 25, 2025
3 checks passed
sjyango added a commit to sjyango/doris that referenced this pull request Jan 4, 2026
sjyango added a commit to sjyango/doris that referenced this pull request Jan 4, 2026
sjyango added a commit to sjyango/doris that referenced this pull request Jan 8, 2026
sjyango added a commit to sjyango/doris that referenced this pull request Jan 10, 2026
sjyango added a commit to sjyango/doris that referenced this pull request Jan 18, 2026
sjyango added a commit to sjyango/doris that referenced this pull request Jan 21, 2026
sjyango added a commit to sjyango/doris that referenced this pull request Jan 29, 2026
Sign up for freeto 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.

4 participants

@sjyango@hello-stephen@924060929@HappenLee