Github user pwendell commented on the pull request:
https://github.com/apache/spark/pull/208#issuecomment-38415833
Hey I just want to make sure I understand. It seems like there are two
options here:
```
package org.apache.spark.sql
package catalyst
```
and
```
package org.apache.spark.sql
import org.apache.spark.sql.catalyst._
```
And these accomplish the same goal. Is that correct?
If the trade-off is to save ~15 characters vs having something more
explicit, I definitely prefer just being explicit. At least in the past we've
tried to err on the side of making things accessible.
---
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.
---