You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, saw you added this comment several places. I'd recommend focusing on a single issue at first (I answered the underlying question here - #20298 (comment))
PerKeyWithHotKeyFanout doesn't allow a user to specify a side input and access it in the CombineFn. When the function
withHotKeyFanout
is called, any sideinputs stored in the Combine.PerKey are dropped. (https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Combine.java#L1571):We would like to be able to use side inputs and hot key fanout.
Imported from Jira BEAM-11005. Original Jira may contain additional context.
Reported by: miagilepner.
The text was updated successfully, but these errors were encountered: