mosche opened a new issue, #24379:
URL: https://github.com/apache/beam/issues/24379

   ### What needs to happen?
   
   This is old obsolete code that isn't usable (anymore). 
   
   `NamedAggregators` is supposed to offer "dynamic" accumulators working 
around the issue that Spark accumulators have to be registered before starting 
a job. However, this is not used anywhere. 
   
   Even more severe, it cannot be used at all as the internal map of 
aggregators `Map<String, State<?, ?, ?>> mNamedAggregators` is always empty and 
there's no way to add an entry to the internal map.
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: runner-spark


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to