Skip to content

Conversation

@dianfu
Copy link
Contributor

@dianfu dianfu commented Jan 19, 2026

What is the purpose of the change

  • This pull request adds Python building blocks for async Python scalar function*

Brief change log

  • Introduce Python AsyncScalarFunction and update the udf decorator to support async scalar function
  • Introduce AsyncScalarFunctionOperation for Python AsyncScalarFunction execution
  • Add async Python scalar function example

Verifying this change

This change added tests and can be verified as follows:

  • Added tests test_async_scalar_function.py

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (yes)
  • The serializers: (no)
  • The runtime per-record code paths (performance sensitive): (no)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
  • The S3 file system connector: (no)

Documentation

  • Does this pull request introduce a new feature? (yes)
  • If yes, how is the feature documented? (not documented, will add in a separate PR)

@flinkbot
Copy link
Collaborator

flinkbot commented Jan 19, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@dianfu dianfu force-pushed the python_async_scalar_func branch from 771933d to 21307ae Compare January 19, 2026 07:46
@dianfu dianfu force-pushed the python_async_scalar_func branch from 21307ae to 13766df Compare January 19, 2026 07:55
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.

2 participants