pitrou commented on issue #45760:
URL: https://github.com/apache/arrow/issues/45760#issuecomment-2724028051

   My original idea was to be able to validate options independent of their 
usage. For example, this would raise an exception in Python because quantiles 
must be between 0 and 1:
   ```python
   >>> pc.QuantileOptions(q=[2.0])
   QuantileOptions(q=[2], interpolation=LINEAR, skip_nulls=true, min_count=0)
   ```
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to