Skip to content

Conversation

@mengxr
Copy link
Contributor

@mengxr mengxr commented Mar 2, 2015

df.dtypes shows null for UDTs. This PR uses udt by default and VectorUDT overwrites it with vector.

@jkbradley @davies

@SparkQA
Copy link

SparkQA commented Mar 2, 2015

Test build #28197 has started for PR 4858 at commit 34f0a77.

  • This patch merges cleanly.

@davies
Copy link
Contributor

davies commented Mar 2, 2015

LGTM

@SparkQA
Copy link

SparkQA commented Mar 3, 2015

Test build #28197 has finished for PR 4858 at commit 34f0a77.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28197/
Test PASSed.

@jkbradley
Copy link
Member

Trying to recall where this is used: Is this used in serialization? Will it cause problems with users who saved RDDs in a previous Spark version and want to re-load them in 1.3?

If not, LGTM

@marmbrus
Copy link
Contributor

marmbrus commented Mar 3, 2015

I think that only the JSON representation of datatypes is used for serialization.

@mengxr
Copy link
Contributor Author

mengxr commented Mar 3, 2015

Merged into master and branch-1.3. Thanks!

@asfgit asfgit closed this in 2db6a85 Mar 3, 2015
asfgit pushed a commit that referenced this pull request Mar 3, 2015
`df.dtypes` shows `null` for UDTs. This PR uses `udt` by default and `VectorUDT` overwrites it with `vector`.

jkbradley davies

Author: Xiangrui Meng <meng@databricks.com>

Closes #4858 from mengxr/SPARK-6121 and squashes the following commits:

34f0a77 [Xiangrui Meng] simpleString for UDT

(cherry picked from commit 2db6a85)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants