zanmato1984 commented on issue #45760: URL: https://github.com/apache/arrow/issues/45760#issuecomment-2728246375
> 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: > > >>> pc.QuantileOptions(q=[2.0]) > QuantileOptions(q=[2], interpolation=LINEAR, skip_nulls=true, min_count=0) Oh, that's a different use case than what I've been imagining. Sorry I don't use Python that much so I would stand neutral on this. -- 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]
