You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/04/29 14:43:23 UTC

[GitHub] [incubator-pekko-connectors] mdedetrich opened a new pull request, #85: Improve performance of S3 ByteString test generators

mdedetrich opened a new pull request, #85:
URL: https://github.com/apache/incubator-pekko-connectors/pull/85

   As mentioned in the removed TODO, this PR is improving the performance of `createStringCollectionWithMinChunkSizeRec` by keeping track of the current chunk size. This was causing problems running the tests against S3 because the current implementation was converting the entire data structure to an array and recounting it.


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-connectors] mdedetrich merged pull request #85: Improve performance of S3 ByteString test generators

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich merged PR #85:
URL: https://github.com/apache/incubator-pekko-connectors/pull/85


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org