Andrii Rosa

Results 55 comments of Andrii Rosa

Still on top of several PRs (#14328, #14329, #14330, #14320) but is ready for review.

Thanks for the review. Went through the first section of comments. Going to continue tomorrow.

An attempt to remove the limitation on the number of partitions per scan. This change doesn't remove the setting defining the limit, instead when the number of partitions is higher...

The `hive.max-partitions-per-scan` setting was added in 2016 by @electrum to avoid memory pressure on coordinator. This change resolves the problem with memory pressure by avoiding enumerating partitions eagerly in one...