[VL] Broken metrics from FilterExecTransformer
Open
bug
triage
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 80
Description
### Backend
Incorrect metrics reporting from Gluten's filter on Spark SQL UI as following:
### Bug description
```
FilterExecTransformer
totaltime of filter total (min, med, max )
-3565492111143 ms (0 ms, 0 ms, 2104212.75 h )
number of output bytes total (min, med, max )
-2287669349443136838.0 B (0.0 B, 0.0 B, 7.3 EiB )
cpu wall time count: -2,964,209,658,749,370,156
number of output vectors: -2,173,033,506,921,851,925
peak memory bytes total (min, med, max )
-1537038067785093436.0 B (0.0 B, 0.0 B, 7.5 EiB )
number of memory allocations: -3,056,156,326,954,521,035
number of output rows: -1,892,774,564,488,752,406
```
Contributor guide
Assessment
This issue has not been assessed yet.