Please check the type of change your PR introduces:
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation content changes
[ ] Other (please describe):
What is the current behavior?
Partition by total number of features.
What is the new behavior?
Partition by number of tiles needed to be downloaded.
At minimum we'll respect default parallelism to give lowest runtime on small jobs.
Otherwise cap at 16 tiles per partition which seems.
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Partition by total number of features.
What is the new behavior?
Partition by number of tiles needed to be downloaded. At minimum we'll respect default parallelism to give lowest runtime on small jobs. Otherwise cap at 16 tiles per partition which seems.
Does this introduce a breaking change?