gortiz commented on code in PR #14298: URL: https://github.com/apache/pinot/pull/14298#discussion_r1820316679
########## pinot-perf/src/main/java/org/apache/pinot/perf/BenchmarkRangeIndex.java: ########## @@ -106,7 +105,7 @@ public void setup() break; } case FLOAT: { - DoubleSupplier supplier = Distribution.createDoubleSupplier(_seed, _scenario); + Distribution.DataSupplier supplier = Distribution.createSupplier(_seed, _scenario); Review Comment: nit: why are you using `Distribution.DataSupplier` in some places and `LongSupplier` in other places? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org