Github user davies commented on the pull request:
https://github.com/apache/spark/pull/2091#issuecomment-53180978
@mateiz @JoshRosen I would like to change `evenBuckets` to `even`, the
later one is meaningful enough and much shorter.
One concern is that we will have different names in Scala/Java and Python,
for same parameter. These languages are much different, Java does not have
named parameters, change the name does not break compatibility, Scala do have
named parameters, but in this case, we have three API for histgram(), it's
hardly that user will call it like this:
rdd.histgram(buckets, evenBuckets=True)
In Python, the `buckets` can be int, it's already different than that in
Scala/Java, so having `evenBuckets` as `even` also will not be a surprise here.
Here's my 2 cents, how do you think?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]