Uh oh!
There was an error while loading. Please reload this page.
[SPARK-26327][SQL][BACKPORT-2.4] Bug fix for FileSourceScanExec metrics update - #23287
[SPARK-26327][SQL][BACKPORT-2.4] Bug fix for FileSourceScanExec metrics update#23287xuanyuanking wants to merge 2 commits into
FileSourceScanExec metrics update#23287Conversation
SparkQA
commented
Dec 11, 2018
Test build #99976 has finished for PR 23287 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Merged to branch-2.4
…rics update ## What changes were proposed in this pull request? Backport #23277 to branch 2.4 without the metrics renaming. ## How was this patch tested? New test case in `SQLMetricsSuite`. Closes#23287 from xuanyuanking/SPARK-26327-2.4. Authored-by: Yuanjian Li <xyliyuanjian@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
commented
Dec 11, 2018
Hmm. It seems out of sync between GitBox and GitHub again. |
dongjoon-hyun
commented
Dec 11, 2018
I triggered re-sync at https://selfserve.apache.org/ and am waiting. |
dongjoon-hyun
commented
Dec 11, 2018
Hi, @srowen . If Apache SelfServe doesn't work, should we file an INFRA JIRA issue or do we need to wait for the next commit on |
srowen
commented
Dec 11, 2018
I'd say either just wait today, or push a dummy commit to try again, and if those don't work, yes file an INFRA ticket. Maybe somehow the other branches aren't synced but I imagine they are supposed to. |
dongjoon-hyun
commented
Dec 11, 2018
Thank you. Yep. I'll wait and monitor today and proceed like that. |
xuanyuanking
commented
Dec 12, 2018
Thanks Sean and Dongjoon, just ping me if a dummy commit is needed. |
Thanks. @xuanyuanking . This landed on |
xuanyuanking
commented
Dec 12, 2018
Thanks Dongjoon. |
…rics update ## What changes were proposed in this pull request? Backport apache#23277 to branch 2.4 without the metrics renaming. ## How was this patch tested? New test case in `SQLMetricsSuite`. Closesapache#23287 from xuanyuanking/SPARK-26327-2.4. Authored-by: Yuanjian Li <xyliyuanjian@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
…rics update ## What changes were proposed in this pull request? Backport apache#23277 to branch 2.4 without the metrics renaming. ## How was this patch tested? New test case in `SQLMetricsSuite`. Closesapache#23287 from xuanyuanking/SPARK-26327-2.4. Authored-by: Yuanjian Li <xyliyuanjian@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
Backport #23277 to branch 2.4 without the metrics renaming.
How was this patch tested?
New test case in
SQLMetricsSuite.