lostluck commented on issue #32498:
URL: https://github.com/apache/beam/issues/32498#issuecomment-2364959378

   @LeoCBS @julianogalgaro hi!
   
   We've merged in a fix for the next release, but it would be great if you ran 
the following for us to verify the approach taken under your conditions.
   
   ```
   go run github.com/apache/beam/sdks/v2/go/examples/wordcount@master --input 
"gs://apache-beam-samples/shakespeare/kinglear.txt" --output counts
   head -n 10 count
   ```
   
   It will take a little bit longer to start than normal since it will be 
requesting the code from HEAD, but hopefully this should work.
   
   I'm going to be filing an issue later for the remaining part of the 
solution, which should avoid over splitting entirely.
   
   Thanks again for the report!


-- 
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