You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"I found that the qualification output also has the same problem because timeUnits are converted to Milliseconds on the task level. Below is a list of some occurrences where the time units are converted on the task level (but not limited to)
@amahussein found the following issue when investigating #1450:
"I found that the qualification output also has the same problem because timeUnits are converted to Milliseconds on the task level. Below is a list of some occurrences where the time units are converted on the task level (but not limited to)
spark-rapids-tools/core/src/main/scala/org/apache/spark/sql/rapids/tool/qualification/QualificationAppInfo.scala
Lines 170 to 174 in 993bc8f
spark-rapids-tools/core/src/main/scala/org/apache/spark/sql/rapids/tool/qualification/QualificationEventProcessor.scala
Lines 45 to 47 in 89fbf83
"
We should make it consistent with Profiler tool to convert from nanoseconds to milliseconds after aggregating at stage/SQL/job level.
The text was updated successfully, but these errors were encountered: