incubator-gluten
incubator-gluten copied to clipboard
[OPPRO-167] Add runtime metrics for dynamic filter
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
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: