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
Describe the bug
I am noticing that the SQL metrics appear to stick around between runs. The first time the query is executed, "number of files written" is 32, but then when I run the same query again it becomes 64. This seems like an issue in the metrics, but it could be something else.
revans2
changed the title
[BUG] Some SQL metrics are not reset between runs
[BUG] Some SQL metrics are not reset between runs (GpuInsertIntoHadoopFsRelationCommand)
May 29, 2020
So the issue is that the metrics a a singleton in GpuWriteJobStatsTracker. It looks like this was done because they wanted to get at those same metrics from multiple ways.
Describe the bug
I am noticing that the SQL metrics appear to stick around between runs. The first time the query is executed, "number of files written" is 32, but then when I run the same query again it becomes 64. This seems like an issue in the metrics, but it could be something else.
Steps/Code to reproduce bug
And look at the metrics in between.
Expected behavior
It should behave the same as spark does.
The text was updated successfully, but these errors were encountered: