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-10220 org.apache.spark.sql.jdbc.JDBCRDD could not parse mysql t… #8448

Closed

Conversation

fangfangchen-spark
Copy link

…able column named reserved word

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@andrewor14
Copy link
Contributor

@fangfangchen-spark Please close this PR and re-open this against the master branch.

@@ -235,6 +235,11 @@ private[sql] class JDBCRDD(
if (sb.length == 0) "1" else sb.substring(1)
}

private val columnList_backquote: String = {
Copy link
Contributor

Choose a reason for hiding this comment

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

also in scala we use camel case instead of underscores.

@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
Development

Successfully merging this pull request may close these issues.

3 participants