You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/22 20:40:41 UTC

[GitHub] [iceberg] RussellSpitzer opened a new pull request, #5114: Spark: Remove Usage of Sets.Union in Loop

RussellSpitzer opened a new pull request, #5114:
URL: https://github.com/apache/iceberg/pull/5114

   Previously the repeated calls to union could create a very
   large stack depth since each call ends up creating a view. This can lead
   to StackOverflow issues with very large compaction jobs.


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] RussellSpitzer merged pull request #5114: Spark: Remove Usage of Sets.Union in Loop

Posted by GitBox <gi...@apache.org>.
RussellSpitzer merged PR #5114:
URL: https://github.com/apache/iceberg/pull/5114


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org