jesspav commented on code in PR #297:
URL: https://github.com/apache/sedona-db/pull/297#discussion_r2529944225
##########
rust/sedona-testing/src/benchmark_util.rs:
##########
@@ -394,6 +400,23 @@ impl BenchmarkArgSpec {
.collect::<Result<Vec<_>>>()?;
Ok(string_array)
}
+ BenchmarkArgSpec::Raster(width, height) => {
+ let mut arrays = vec![];
+ for _ in 0..num_batches {
+ // Total size will be divided by tile size to create
+ // rows_per_batch rasters
Review Comment:
Nope, thanks, removed.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]