Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.16.0, 1.15.3
Description
# 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()
Attachments
Issue Links
- links to