thiagotnunes opened a new pull request #16806:
URL: https://github.com/apache/beam/pull/16806


   The GSON object was being initialized in a static context. When the DoFn 
that used it was called in another JVM, which did not initialized this object, 
we were getting a NPE exception.
   
   Here, we move the initialization of the GSON object inside the DoFn itself 
(through a setup method).


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