incubator-gluten icon indicating copy to clipboard operation
incubator-gluten copied to clipboard

[OPPRO-167] Add runtime metrics for dynamic filter

Open rui-mo opened this issue 3 years ago • 1 comments

What changes were proposed in this pull request?

This PR added below three runtime metrics into scan and join operator.

HashProbe:
* replacedWithDynamicFilterRows - the number of rows which were passed through
  without any processing after filter was pushed down
* dynamicFiltersProduced - number of dynamic filters generated (at most one per
  join key)
TableScan:
* dynamicFiltersAccepted - number of dynamic filters received

How was this patch tested?

under test

rui-mo avatar Aug 19 '22 10:08 rui-mo

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/oap-project/gluten/issues

Then could you also rename commit message and pull request title in the following format?

[Gluten-${ISSUES_ID}] ${detailed message}

See also:

github-actions[bot] avatar Aug 19 '22 10:08 github-actions[bot]