[
https://issues.apache.org/jira/browse/FLINK-30366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xingbo Huang closed FLINK-30366.
--------------------------------
Resolution: Fixed
Merged into master via 72a70313b59352736514b4927a1dfadc2e8e4232
Merged into release-1.16 via 041d863552396105d08af097a456ee291263d434
Merged into release-1.15 via d3413718bc5751a10dda6c5a7b41626666753c07
> Python Group Agg failed in cleaning the idle state
> --------------------------------------------------
>
> Key: FLINK-30366
> URL: https://issues.apache.org/jira/browse/FLINK-30366
> Project: Flink
> Issue Type: Bug
> Components: API / Python
> Affects Versions: 1.16.0, 1.15.3
> Reporter: Xingbo Huang
> Assignee: Xingbo Huang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.17.0, 1.16.1, 1.15.4
>
>
> {code:java}
> # aggregate_fast.pyx
> cpdef void on_timer(self, InternalRow key):
> if self.state_cleaning_enabled:
> self.state_backend.set_current_key(key) # The key must be a list, but
> it is a InternalRow here.
> accumulator_state = self.state_backend.get_value_state(
> "accumulators", self.state_value_coder)
> accumulator_state.clear()
> self.aggs_handle.cleanup() {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)