Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/20464
  
    Just in case, I am testing with:
    
    ```R
    df <- createDataFrame(list(list(a="abcdef")))
    collect(select(df, substr(df$a, 4, 5)))
    substr("abcdef", 4, 5)
    ```
    
    just in case it helps to check and reproduce.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to