Github user yhuai commented on the pull request:
https://github.com/apache/spark/pull/5348#issuecomment-89312941
I just found we have an example having the old code
(https://spark.apache.org/docs/1.3.0/sql-programming-guide.html#programmatically-specifying-the-schema).
We still have the following
```
// Import Spark SQL data types and Row.
import org.apache.spark.sql._
```
Can you update it to use `import org.apache.spark.sql.types._` for data
types?
---
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]