Uh oh!
There was an error while loading. Please reload this page.
[SPARK-23040][CORE][FOLLOW-UP] Avoid double wrap result Iterator. - #20920
[SPARK-23040][CORE][FOLLOW-UP] Avoid double wrap result Iterator.#20920jiangxb1987 wants to merge 1 commit into
Conversation
jiangxb1987
commented
Mar 28, 2018
advancedxy
left a comment
There was a problem hiding this comment.
LGTM.
Sorry for didn't send this by myself. I am quite occupied.
SparkQA
commented
Mar 28, 2018
Test build #88664 has finished for PR 20920 at commit
|
jiangxb1987
commented
Mar 29, 2018
retest this please |
SparkQA
commented
Mar 29, 2018
Test build #88685 has finished for PR 20920 at commit
|
jiangxb1987
commented
Mar 29, 2018
retest this please |
cloud-fan
commented
Mar 29, 2018
LGTM |
jerryshao
commented
Mar 29, 2018
LGTM. |
SparkQA
commented
Mar 29, 2018
Test build #88691 has finished for PR 20920 at commit
|
jerryshao
commented
Mar 29, 2018
Jenkins, retest this please. |
SparkQA
commented
Mar 29, 2018
Test build #88694 has finished for PR 20920 at commit
|
jiangxb1987
commented
Mar 29, 2018
retest this please |
SparkQA
commented
Mar 29, 2018
Test build #88707 has finished for PR 20920 at commit
|
cloud-fan
commented
Mar 30, 2018
retest this please |
SparkQA
commented
Mar 30, 2018
Test build #88735 has finished for PR 20920 at commit
|
jerryshao
commented
Mar 30, 2018
Jenkins, retest this please. |
SparkQA
commented
Mar 30, 2018
Test build #88744 has finished for PR 20920 at commit
|
jiangxb1987
commented
Mar 30, 2018
retest this please |
jiangxb1987
commented
Mar 30, 2018
Jenkins is pretty unstable recently. |
SparkQA
commented
Mar 30, 2018
Test build #88747 has finished for PR 20920 at commit
|
jiangxb1987
commented
Mar 30, 2018
retest this please |
SparkQA
commented
Mar 30, 2018
Test build #88754 has finished for PR 20920 at commit
|
cloud-fan
commented
Mar 31, 2018
thanks, merging to master! |
## What changes were proposed in this pull request? Address apache#20449 (comment), If `resultIter` is already a `InterruptibleIterator`, don't double wrap it. ## How was this patch tested? Existing tests. Author: Xingbo Jiang <xingbo.jiang@databricks.com> Closesapache#20920 from jiangxb1987/SPARK-23040.
…fle reader Backport #20449 and #20920 to branch-2.3 --- ## What changes were proposed in this pull request? Before this commit, a non-interruptible iterator is returned if aggregator or ordering is specified. This commit also ensures that sorter is closed even when task is cancelled(killed) in the middle of sorting. ## How was this patch tested? Add a unit test in JobCancellationSuite Author: Xianjin YE <advancedxy@gmail.com> Author: Xingbo Jiang <xingbo.jiang@databricks.com> Closes#20954 from jiangxb1987/SPARK-23040-2.3.
## What changes were proposed in this pull request? Address apache#20449 (comment), If `resultIter` is already a `InterruptibleIterator`, don't double wrap it. ## How was this patch tested? Existing tests. Author: Xingbo Jiang <xingbo.jiang@databricks.com> Closesapache#20920 from jiangxb1987/SPARK-23040.
What changes were proposed in this pull request?
Address #20449 (comment), If
resultIteris already aInterruptibleIterator, don't double wrap it.How was this patch tested?
Existing tests.