flink icon indicating copy to clipboard operation
flink copied to clipboard

[FLINK-37795] rewrite ml_evaluate to ml_predict and aggregate function

Open lihaosky opened this issue 7 months ago • 1 comments

What is the purpose of the change

Rewrite ml_evaluate table function scan to ml_predict table function scan and LogicalAggreate

Brief change log

Rewrite ml_evaluate table function scan to ml_predict table function scan and LogicalAggreate

Verifying this change

Unit test

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? (JavaDocs)

lihaosky avatar Jun 10 '25 21:06 lihaosky

CI report:

  • e301fb6cb941f34133d10c69e0a7a09e749a6a44 UNKNOWN
  • 93d7430fe1faf550f932f3c37fb8317bdb9ed63a Azure: SUCCESS
Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

flinkbot avatar Jun 10 '25 21:06 flinkbot