bziobrowski commented on code in PR #14298:
URL: https://github.com/apache/pinot/pull/14298#discussion_r1820364160


##########
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:
   I didn't want to change all of the old code that used LongSupplier (which 
DataSupplier does implement). 



-- 
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

Reply via email to