Github user srowen commented on the issue:
https://github.com/apache/spark/pull/22069
I'm going to merge this, as the additional example quoted above should
actually work, assuming one imported the 'col' function. In Java,
`people("foo")` would be wrong but `col("foo")` is not (necessarily).--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
