-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[Doc] [SQL] Addes Hive metastore Parquet table conversion section #5348
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
|
Test build #29669 has started for PR 5348 at commit |
docs/sql-programming-guide.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the backquotes because the rendered text looks funny.
|
Added Python snippet for metadata refreshing after adding |
|
Test build #29670 has started for PR 5348 at commit |
|
Test build #29669 has finished for PR 5348 at commit
|
|
Test PASSed. |
|
I just found we have an example having the old code (https://spark.apache.org/docs/1.3.0/sql-programming-guide.html#programmatically-specifying-the-schema). We still have the following Can you update it to use |
|
Test build #29670 has finished for PR 5348 at commit
|
|
Test PASSed. |
|
@yhuai This typo has been fixed in master and branch-1.3. |
|
Test build #29674 has started for PR 5348 at commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems it is under Hive metastore Parquet table conversion. However, users may need to call refresh table in other cases, right? For example, when they manually copy data to the dir of a data source table.
|
Test build #29674 has finished for PR 5348 at commit
|
|
Test PASSed. |
|
Test build #31029 has started for PR 5348 at commit |
|
@liancheng @yhuai what happened here? Do we still want to merge this? |
|
@yhuai I guess it's OK to merge this? |
|
@liancheng Yeah, it's fine to merge it. btw, you have added |
22d7b14 to
42ae0d0
Compare
|
@yhuai Finished updating Python |
|
Merged build triggered. |
|
Sure. Thanks! |
|
Merged build started. |
|
Test build #35586 has started for PR 5348 at commit |
|
(you could just merge this since Jenkins doesn't actually test the docs) |
|
Test build #35586 has finished for PR 5348 at commit
|
|
Merged build finished. Test FAILed. |
|
@andrewor14 Yeah... Thanks :) Merging to master. |
This snippet seems to be mistakenly introduced at two places in apache#5348.
This snippet seems to be mistakenly introduced at two places in #5348. Author: Rohit Agarwal <[email protected]> Closes #9540 from mindprince/patch-1. (cherry picked from commit 5c4e6d7) Signed-off-by: Sean Owen <[email protected]>
This snippet seems to be mistakenly introduced at two places in #5348. Author: Rohit Agarwal <[email protected]> Closes #9540 from mindprince/patch-1. (cherry picked from commit 5c4e6d7) Signed-off-by: Sean Owen <[email protected]>
This snippet seems to be mistakenly introduced at two places in #5348. Author: Rohit Agarwal <[email protected]> Closes #9540 from mindprince/patch-1.
This PR adds a section about Hive metastore Parquet table conversion. It documents: