[
https://issues.apache.org/jira/browse/BEAM-11637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kyle Weaver updated BEAM-11637:
-------------------------------
Fix Version/s: 2.28.0
Resolution: Fixed
Status: Resolved (was: Open)
> BitAnd unsafely mutates an instance field.
> ------------------------------------------
>
> Key: BEAM-11637
> URL: https://issues.apache.org/jira/browse/BEAM-11637
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Reporter: Kyle Weaver
> Assignee: Kyle Weaver
> Priority: P2
> Fix For: 2.28.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> BitAnd uses isEmpty, an instance field, to track if inputs seen thus far are
> null. This is an unsafe usage of CombineFn, since all mutable state is
> expected to be stored in the Accumulator.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)