Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/18498
  
    cool, I will look more later today.
    about `structType.fromDDL` - the other methods in this group, such as 
`structType.structField`, the name after the `.` is actually a type name. This 
is the S3 convention and that is how the method calls are routed (for example, 
when we call `structType(field, field)`)
    
    We are not very consistent here (unfortunately, see `sparkR.*`) but in this 
case I think it's best not to mix with the convention. How about calling it 
`structTypeFromDDL`?



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