[SQL][Docs] Update the output of printSchema and fix a typo in SQL programming guide.#2630
Closed
yhuai wants to merge 1 commit intoapache:masterfrom
yhuai:sqlDoc
Closed
[SQL][Docs] Update the output of printSchema and fix a typo in SQL programming guide.#2630yhuai wants to merge 1 commit intoapache:masterfrom yhuai:sqlDoc
yhuai wants to merge 1 commit intoapache:masterfrom
yhuai:sqlDoc
Conversation
|
QA tests have started for PR 2630 at commit
|
|
QA tests have finished for PR 2630 at commit
|
|
Test PASSed. |
Contributor
|
Thanks! Merged to master. |
asfgit
pushed a commit
that referenced
this pull request
Oct 2, 2014
…ogramming guide. We have changed the output format of `printSchema`. This PR will update our SQL programming guide to show the updated format. Also, it fixes a typo (the value type of `StructType` in Java API). Author: Yin Huai <huai@cse.ohio-state.edu> Closes #2630 from yhuai/sqlDoc and squashes the following commits: 267d63e [Yin Huai] Update the output of printSchema and fix a typo. (cherry picked from commit 82a6a08) Signed-off-by: Michael Armbrust <michael@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have changed the output format of
printSchema. This PR will update our SQL programming guide to show the updated format. Also, it fixes a typo (the value type ofStructTypein Java API).