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

address code review feedback on https://github.com/databricks/spark-csv/pull/90 #107

Closed
wants to merge 3 commits into from

Conversation

andrewrothstein
Copy link

No description provided.

@@ -145,10 +146,13 @@ case class CsvRelation protected[spark] (
}
if (this.inferCsvSchema) {
InferSchema(tokenRdd(header), header)
} else{
} else {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it will be cool if user could override inferred types with this feature. Let's merge the types provided manually with inferred schema.

@falaki
Copy link
Member

falaki commented Jul 28, 2015

@andrewrothstein thanks for updating the PR. There was one style error which had to do with maximum number of parameters. I relaxed the limit. Your next test run will hopefully get green.

@andrewrothstein
Copy link
Author

no interest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants