Github user lockwobr commented on the pull request:

    https://github.com/apache/spark/pull/6943#issuecomment-114547620
  
    @srowen
    Well it can kind of work that way if you type it like this (below) not sure 
what style spark community prefers, left it more closer to the original 
documentation. 
    
        df.explode[String, String]("words", "word"){_.split(" ")}
    
    I didn't think that I needed a JIRA ticket. The [JIRA the 
documentation](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-ContributingCodeChanges)
 stated "However, trivial changes, where the what should change is virtually 
the same as the how it should change do not require a JIRA. Example: "Fix typos 
in Foo scaladoc"" 
    
    So in the future I should put the [Docs] in the pull request? Is that what 
you meant?



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