Github user WeichenXu123 commented on the issue:
https://github.com/apache/spark/pull/15045
oh, there are 5 similar messages..
I check the others, the others may be set the default one,
so I update their message as "Specified or default partitioner..."
but the one in `partitionBy` must be set by user, can't use default one,
because the `partitionBy` API is let user specify how the RDD to be
partitioned.
other cases, the `partitioner` parameter is optional and if user not
specify it,
it will be set into the default `HashPartitioner`.
Now I update the code.
thanks!
---
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]