[SPARK-30539][PYTHON][SQL] Add DataFrame.tail in PySpark#27251
[SPARK-30539][PYTHON][SQL] Add DataFrame.tail in PySpark#27251HyukjinKwon wants to merge 2 commits intoapache:masterfrom
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM (only a minor comment on doc-string)
|
Test build #116900 has finished for PR 27251 at commit
|
|
Test build #116912 has finished for PR 27251 at commit
|
|
Retest this please. |
|
Test build #116920 has finished for PR 27251 at commit
|
|
Also, cc @BryanCutler . |
|
Merged to master. Thank you, @HyukjinKwon . |
|
Thanks @dongjoon-hyun! |
|
Just thinking out loud ‒ should there be |
|
We could have things like |
What changes were proposed in this pull request?
#26809 added
Dataset.tailAPI. It should be good to have it in PySpark API as well.Why are the changes needed?
To support consistent APIs.
Does this PR introduce any user-facing change?
No. It adds a new API.
How was this patch tested?
Manually tested and doctest was added.