[
https://issues.apache.org/jira/browse/FLINK-32545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-32545:
-----------------------------------
Labels: pull-request-available (was: )
> Improves the performance by optimizing row operations
> -----------------------------------------------------
>
> Key: FLINK-32545
> URL: https://issues.apache.org/jira/browse/FLINK-32545
> Project: Flink
> Issue Type: Improvement
> Components: Library / Machine Learning
> Reporter: Jiang Xin
> Priority: Major
> Labels: pull-request-available
> Fix For: ml-2.4.0
>
>
> Currently, dozens of algorithms in Flink ML contain code like `Row.join(row,
> Row.of(...))` which is expensive. We should avoid creating Rows multiple
> times.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)