-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the meaning of EvaluatedRowGroupCount in ReaderMetrics #1829
Comments
Could you help answer this? @coderex2522 |
It seems that there are some bugs in the code that |
I don't know if it's a bug or if it's intentional |
It should be a bug. Do you want to fix it? @ffacs @Smith-Cruise |
It's easy to fix, so we need to count row groups even they can be filtered. |
### What changes were proposed in this pull request? Count up EvaluatedRowGroupCount correctly. ### Why are the changes needed? to fix #1829 ### How was this patch tested? UT passed ### Was this patch authored or co-authored using generative AI tooling? No Closes #1844 from ffacs/ORC-1654. Authored-by: ffacs <ffacs520@gmail.com> Signed-off-by: Gang Wu <ustcwg@gmail.com> (cherry picked from commit e1f185e) Signed-off-by: Gang Wu <ustcwg@gmail.com>
in
SargsApplier::pickRowGroups()
, EvaluatedRowGroupCount looks like isrow group that has been evaluated
but in
SargsApplier::evaluateFileStatistics()
andSargsApplier::evaluateStripeStatistics()
, EvaluatedRowGroupCount looks like isrow group has been filtered by Sargs
.I'm little confused, anyone knows about it?
The text was updated successfully, but these errors were encountered: