GitHub user yhuai opened a pull request:
https://github.com/apache/spark/pull/1712
[SPARK-2179][SQL] A minor refactoring Java data type APIs (2179 follow-up).
It is a follow-up PR of SPARK-2179
(https://issues.apache.org/jira/browse/SPARK-2179). It makes package names of
data type APIs more consistent across languages (Scala: `org.apache.spark.sql`,
Java: `org.apache.spark.sql.api.java`, Python: `pyspark.sql`).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yhuai/spark javaDataType
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1712.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1712
----
commit add4bcbfd1748a06ec63852d1644dcc70d9c8636
Author: Yin Huai <[email protected]>
Date: 2014-08-01T04:32:20Z
Make the package names of data type classes consistent across languages by
moving all Java data type classes to package sql.api.java.
commit 62eb705d0a7eb99476fc9b77a0c190cd22ebf10c
Author: Yin Huai <[email protected]>
Date: 2014-08-01T04:35:32Z
Move package-info.
----
---
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.
---