bsyk commented on code in PR #18813:
URL: https://github.com/apache/druid/pull/18813#discussion_r2603348117


##########
extensions-contrib/spectator-histogram/src/main/java/org/apache/druid/spectator/histogram/SpectatorHistogram.java:
##########
@@ -276,7 +276,7 @@ byte[] toBytes()
     return Arrays.copyOf(buffer.array(), buffer.position());
   }
 
-  void insert(Number num)
+  public void insert(Number num)

Review Comment:
   Minor: This could call the other insert method now.
   `this.insert(num.longValue())`



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to