-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-16303][DOCS][EXAMPLES] Minor Scala/Java example update #14245
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
Conversation
|
LGTM. Can we reuse a existing jira number? |
|
Test build #62449 has finished for PR 14245 at commit
|
|
FWIW I think it'd be better to name the file SparkSQLExamples, rather than SparkSqlExamples. It just feels weird to have SparkSql. And I'm talking about both Scala and Python. |
|
Reused JIRA number SPARK-16303 and renamed Scala/Java example file names. Python examples are not being updated to use the |
03491fd to
927c46a
Compare
|
Test build #62462 has finished for PR 14245 at commit
|
|
Test build #62461 has finished for PR 14245 at commit
|
|
Thanks. Merging to master and branch 2.0. |
## What changes were proposed in this pull request? This PR moves one and the last hard-coded Scala example snippet from the SQL programming guide into `SparkSqlExample.scala`. It also renames all Scala/Java example files so that all "Sql" in the file names are updated to "SQL". ## How was this patch tested? Manually verified the generated HTML page. Author: Cheng Lian <lian@databricks.com> Closes #14245 from liancheng/minor-scala-example-update. (cherry picked from commit 1426a08) Signed-off-by: Yin Huai <yhuai@databricks.com>
What changes were proposed in this pull request?
This PR moves one and the last hard-coded Scala example snippet from the SQL programming guide into
SparkSqlExample.scala. It also renames all Scala/Java example files so that all "Sql" in the file names are updated to "SQL".How was this patch tested?
Manually verified the generated HTML page.