-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7606] [SQL] [PySpark] add version to Python SQL API docs #6295
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33173 has started for PR 6295 at commit |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33177 has started for PR 6295 at commit |
|
Test build #33173 has finished for PR 6295 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Test build #33177 has finished for PR 6295 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
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.
Quick question: Should this be in the root pyspark package instead of SQL? We might want to also use this for core APIs as well.
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.
I'v planned to move this into pyspark/init.py later, let's focus on SQL API in this PR.
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.
Ah, gotcha. Just asking because #6275 adds a missing startTime property to PySpark's context and I was thinking about suggesting that we add the @since tag there.
|
Jenkins, retest this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33216 has started for PR 6295 at commit |
|
Test build #33216 has finished for PR 6295 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
Add version info for public Python SQL API. cc rxin Author: Davies Liu <[email protected]> Closes #6295 from davies/versions and squashes the following commits: cfd91e6 [Davies Liu] add more version for DataFrame API 600834d [Davies Liu] add version to SQL API docs (cherry picked from commit 8ddcb25) Signed-off-by: Reynold Xin <[email protected]>
Add version info for public Python SQL API. cc rxin Author: Davies Liu <[email protected]> Closes apache#6295 from davies/versions and squashes the following commits: cfd91e6 [Davies Liu] add more version for DataFrame API 600834d [Davies Liu] add version to SQL API docs
Add version info for public Python SQL API. cc rxin Author: Davies Liu <[email protected]> Closes apache#6295 from davies/versions and squashes the following commits: cfd91e6 [Davies Liu] add more version for DataFrame API 600834d [Davies Liu] add version to SQL API docs
Add version info for public Python SQL API. cc rxin Author: Davies Liu <[email protected]> Closes apache#6295 from davies/versions and squashes the following commits: cfd91e6 [Davies Liu] add more version for DataFrame API 600834d [Davies Liu] add version to SQL API docs
Add version info for public Python SQL API.
cc @rxin