-
Notifications
You must be signed in to change notification settings - Fork 445
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
[GLUTEN-3637][VL] Fix whole stage pipeline metric #3661
Conversation
Run Gluten Clickhouse CI |
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.
Thanks for catching!
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.
👍 works for me
pipelineTime += accumulatedTime.getAndSet( | ||
0L | ||
pipelineTime += TimeUnit.NANOSECONDS.toMillis( | ||
accumulatedTime.getAndSet( |
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.
so this is due to accumulatedTime
is changed during these days and it's nano-seconds(should use milliseconds)?
CC: @JkSelf
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
(Fixes: #3637)