Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-4782] Add inferSchema support for RDD[Map[String, Any]] #6554

Closed
wants to merge 1 commit into from

Conversation

lucarosellini
Copy link
Contributor

In this PR we added a generic inferSchema method to allow schema infer for an RDD of a generic type T for which the user provides a mapping function from RDD[T] => RDD[Map[String,Any]]

…or an RDD of a generic type T for which the user provides a mapping function from RDD[T] => RDD[Map[String,Any]]
@JoshRosen
Copy link
Contributor

I don't know anything about this feature or patch, but as an outside observer I can say that this needs tests or at least a test to make sure that this feature doesn't get broken by future changes.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@marmbrus
Copy link
Contributor

marmbrus commented Sep 3, 2015

Thanks for working on this @lucarosellini. Can we close this issue until you have time to bring it up to data and address the comments?

@lucarosellini
Copy link
Contributor Author

@marmbrus sure, go ahead.

@asfgit asfgit closed this in 804a012 Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants