-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-26327][SQL][BACKPORT-2.2] Bug fix for FileSourceScanExec metrics update
#23300
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
|
Test build #100036 has finished for PR 23300 at commit
|
|
@xuanyuanking . |
|
Yea UT cherry-pick in a wrong place, sorry for this, fix in this commit. |
|
Test build #100060 has finished for PR 23300 at commit
|
|
Retest this please. |
|
Test build #100097 has finished for PR 23300 at commit
|
dongjoon-hyun
left a comment
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.
+1, LGTM. Merged to branch-2.2.
Thanks.
…rics update ## What changes were proposed in this pull request? Backport #23277 to branch 2.2 without the metrics renaming. ## How was this patch tested? New test case in `SQLMetricsSuite`. Closes #23300 from xuanyuanking/SPARK-26327-2.2. Authored-by: Yuanjian Li <xyliyuanjian@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
|
Thanks Dongjoon. |
…rics update ## What changes were proposed in this pull request? Backport apache#23277 to branch 2.2 without the metrics renaming. ## How was this patch tested? New test case in `SQLMetricsSuite`. Closes apache#23300 from xuanyuanking/SPARK-26327-2.2. 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.2 without the metrics renaming. ## How was this patch tested? New test case in `SQLMetricsSuite`. Closes apache#23300 from xuanyuanking/SPARK-26327-2.2. 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.2 without the metrics renaming.
How was this patch tested?
New test case in
SQLMetricsSuite.