hansva commented on issue #4865:
URL: https://github.com/apache/hop/issues/4865#issuecomment-2636055128

   I would have to check, but I think this is the intended behavior when 
running a pipeline via Beam.
   There is no way to guarantee that only one file will be written when 
processing large volumes of data using a distributed engine. To avoid having 
multiple tasks writing to the same file (which wouldn't work for an excel file) 
we add unique identifiers.


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