walterddr commented on PR #11153:
URL: https://github.com/apache/pinot/pull/11153#issuecomment-1648457978

   ok so to summarize:
   
   - we should have a `getSketchEstimate` and `getSketchQuantile` method which 
should figure out if the sketch object allows such function (this can be done 
as a follow up with customized defined type
   - for setUnion/Intersect/Diff only the same type of sketches are allowed to 
perform set operation. 
   
   feels like this should be handled by type matching instead of function name. 


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