Github user asmith26 commented on the issue:

    https://github.com/apache/spark/pull/17565
  
    Good find!
    
    I found a possible few more running the following from the spark root dir 
(which I know won't necessarily find all):
    
    ```
    $ grep -ir "slice" | grep -i "usage"
    examples/src/main/scala/org/apache/spark/examples/SparkLR.scala: * Usage: 
SparkLR [slices]
    examples/src/main/scala/org/apache/spark/examples/BroadcastTest.scala: * 
Usage: BroadcastTest [slices] [numElem] [blockSize]
    examples/src/main/scala/org/apache/spark/examples/SparkALS.scala:        
System.err.println("Usage: SparkALS [M] [U] [F] [iters] [slices]")
    examples/src/main/scala/org/apache/spark/examples/MultiBroadcastTest.scala: 
* Usage: MultiBroadcastTest [slices] [numElem]
    examples/src/main/java/org/apache/spark/examples/JavaTC.java: * Usage: 
JavaTC [slices]
    examples/src/main/java/org/apache/spark/examples/JavaSparkPi.java: * Usage: 
JavaSparkPi [slices]
    
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala:
  usage = "_FUNC_(str, pos[, len]) - Returns the substring of `str` that starts 
at `pos` and is of length `len`, or the slice of byte array that starts at 
`pos` and is of length `len`.",
    ```
    
    Shall I substitute "partition" for "slice in all of the above?



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

Reply via email to