apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.18k stars 430 forks source link

Some metric values are negative in FilterExecTransformer #3858

Open dcoliversun opened 11 months ago

dcoliversun commented 11 months ago

Backend

VL (Velox)

Bug description

When I run tpc-ds data(1T) gen with gluten + velox, I find some metric values are negative in FilterExecTransformer image

Spark version

spark 3.2.2

Spark configurations

No response

System information

No response

Relevant logs

No response

rui-mo commented 8 months ago

Hi @dcoliversun, is this issue still unresolved? Could you provide the query number to reproduce if still needed? Thanks. cc: @PHILO-HE

PHILO-HE commented 8 months ago

Looks a similar issue as https://github.com/oap-project/gluten/issues/3608.

dcoliversun commented 7 months ago

@rui-mo @PHILO-HE Thanks for update. I will check it with the last code