Uh oh!
There was an error while loading. Please reload this page.
[MINOR][Documentation] Fix some minor descriptions in functions consistently with expressions - #15765
[MINOR][Documentation] Fix some minor descriptions in functions consistently with expressions#15765HyukjinKwon wants to merge 5 commits into
Conversation
It seems something wrongly gone in my local so I can't run cran-check for SparkR in my local. Please let me run this via Jenkins. |
HyukjinKwon
commented
Nov 4, 2016
Please let me cc @felixcheung and @srowen though if you don't mind. |
HyukjinKwon
commented
Nov 4, 2016
Oh, actually, it seems I should fix the ones in |
SparkQA
commented
Nov 4, 2016
Test build #68124 has finished for PR 15765 at commit
|
| def randn(): Column = randn(Utils.random.nextLong) | ||
| /** | ||
| * Partition ID of the Spark task. |
SparkQA
commented
Nov 4, 2016
Test build #68125 has finished for PR 15765 at commit
|
It seems the newly added test seems too flaky. the specific test seems often failed. I saw this failure in series [1]https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/68125/consoleFull |
HyukjinKwon
commented
Nov 4, 2016
retest this please |
SparkQA
commented
Nov 4, 2016
Test build #68126 has finished for PR 15765 at commit
|
SparkQA
commented
Nov 4, 2016
Test build #68128 has finished for PR 15765 at commit
|
SparkQA
commented
Nov 4, 2016
Test build #3414 has finished for PR 15765 at commit
|
felixcheung
commented
Nov 4, 2016
changes LGTM. thanks. |
srowen
commented
Nov 4, 2016
How would you write it? we do need to specify that it's a signed shift. |
felixcheung
commented
Nov 4, 2016
hmm, like "shift the signed value numBits to the right"? |
Ah, IMHO, it seems both are fine but actually it seems there is an unsigned shift one which is described as.. So.. if any of you does not feel strongly which one is better, I hope I could leave as it is because it seems at least consistent. |
felixcheung
commented
Nov 5, 2016
I think both sound odd, but it's a nit |
srowen
commented
Nov 5, 2016
It's not a shift of a signed value, but a 'signed' shift, meaning one that preserves the sign bit. I recognize the terms "unsigned shift" and "signed shift", FWIW. |
…stently with expressions ## What changes were proposed in this pull request? This PR proposes to improve documentation and fix some descriptions equivalent to several minor fixes identified in #15677 Also, this suggests to change `Note:` and `NOTE:` to `.. note::` consistently with the others which marks up pretty. ## How was this patch tested? Jenkins tests and manually. For PySpark, `Note:` and `NOTE:` to `.. note::` make the document as below: **From**      **To**      Author: hyukjinkwon <gurwls223@gmail.com> Closes#15765 from HyukjinKwon/minor-function-doc. (cherry picked from commit 15d3926) Signed-off-by: Felix Cheung <felixcheung@apache.org>
felixcheung
commented
Nov 6, 2016
Sure then. |
HyukjinKwon
commented
Nov 6, 2016
Thank you both! |
…stently with expressions ## What changes were proposed in this pull request? This PR proposes to improve documentation and fix some descriptions equivalent to several minor fixes identified in apache#15677 Also, this suggests to change `Note:` and `NOTE:` to `.. note::` consistently with the others which marks up pretty. ## How was this patch tested? Jenkins tests and manually. For PySpark, `Note:` and `NOTE:` to `.. note::` make the document as below: **From**      **To**      Author: hyukjinkwon <gurwls223@gmail.com> Closesapache#15765 from HyukjinKwon/minor-function-doc.
What changes were proposed in this pull request?
This PR proposes to improve documentation and fix some descriptions equivalent to several minor fixes identified in #15677
Also, this suggests to change
Note:andNOTE:to.. note::consistently with the others which marks up pretty.How was this patch tested?
Jenkins tests and manually.
For PySpark,
Note:andNOTE:to.. note::make the document as below:From
To