You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "Mgiepz (via GitHub)" <gi...@apache.org> on 2023/09/07 11:02:41 UTC

[PR] ExcelWriterTransform: POI temporary files are not disposed in streami… (hop)

Mgiepz opened a new pull request, #3211:
URL: https://github.com/apache/hop/pull/3211

   ExcelWriterTransform: POI temporary files are not disposed in streaming mode
   
   If streaming mode is enabled in ExcelWriterTransform a temporary file might remain in the temp directory. Given large amounts of data those files can grow pretty fast.
   To get rid of these temp files calling SXSSFWorkbook.dispose() after useage should be called


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] ExcelWriterTransform: POI temporary files are not disposed in streami… (hop)

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva merged PR #3211:
URL: https://github.com/apache/hop/pull/3211


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org