-
Notifications
You must be signed in to change notification settings - Fork 242
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
Add job commit time to task tracker stats #3345
Conversation
Signed-off-by: Jason Lowe <[email protected]>
build |
18:28:49 error file=/home/jenkins/agent/workspace/jenkins-rapids_premerge-github-2458/tests/src/test/scala/com/nvidia/spark/rapids/ParquetWriterSuite.scala message=org.apache.spark. is in wrong order relative to org.apache.spark.internal.io.FileCommitProtocol. line=27 column=0 |
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.
looks good, other then scalastyle error
build |
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.
Just one minor nit that I can live with.
build |
Fixes #3237.
Adds job and task commit time metrics to the columnar write stats tracker classes. This corresponds to the changes in apache/spark@a96e9e197e.