zhiqiang-hhhh opened a new pull request, #49777:
URL: https://github.com/apache/doris/pull/49777

   ### What problem does this PR solve?
   
   Seperated `RuntimeFilterInfo` from `RuntimeFilterConsumerHelper`.
   `RuntimeFilterInfo` is a Counter instead of a child runtime profile, so that 
it could be parsed by HBO.
   Remove `OlapScanLocalState::add_filter_info` since it is incorrect and can 
be replaced by new one.
   
   ```text
   -  RuntimeFilterInfo:  0
       -  RF0  FilterRows:  0
       -  RF0  InputRows:  8.128K  (8128)
       -  RF1  FilterRows:  194.772K  (194772)
       -  RF1  InputRows:  243.355K  (243355)
       -  RF2  FilterRows:  0
       -  RF2  InputRows:  8.128K  (8128)
       -  RF3  FilterRows:  0
       -  RF3  InputRows:  0
       -  RF4  FilterRows:  0
       -  RF4  InputRows:  0
       -  RF5  FilterRows:  1.807078M  (1807078)
       -  RF5  InputRows:  3.012635M  (3012635)
       -  RF6  FilterRows:  0
       -  RF6  InputRows:  4.064K  (4064)
       -  RF7  FilterRows:  962.202K  (962202)
       -  RF7  InputRows:  1.205557M  (1205557)
   ...
   RuntimeFilterConsumerHelper:
       -  AcquireRuntimeFilterTime:  422.921us
     RF0:
           -  TimeoutLimit:  1000ms
           -  Info:  Consumer:  ([id:  0,  state:  [READY],  type:  
MINMAX_FILTER,  column_type:  INT],  mode:  LOCAL,  state:  APPLIED)
           -  WaitTime:  34.0ms
         Storage:
               -  PredicateFilteredRows:  0
               -  PredicateInputRows:  8.128K  (8128)
         Execution:
               -  AlwaysTruePassRows:  0
               -  ExprFilteredRows:  0
               -  ExprInputRows:  0
     RF1:
           -  TimeoutLimit:  1000ms
           -  Info:  Consumer:  ([id:  1,  state:  [READY],  type:  
IN_OR_BLOOM_FILTER(IN_FILTER),  column_type:  INT,  size:  40125,  max_in_num:  
40960],  mode:  LOCAL,  state:  APPLIED)
           -  WaitTime:  34.0ms
         Storage:
               -  PredicateFilteredRows:  194.772K  (194772)
               -  PredicateInputRows:  243.355K  (243355)
         Execution:
               -  AlwaysTruePassRows:  0
               -  ExprFilteredRows:  0
               -  ExprInputRows:  0
     RF2:
           -  TimeoutLimit:  1000ms
           -  Info:  Consumer:  ([id:  2,  state:  [READY],  type:  
MINMAX_FILTER,  column_type:  INT],  mode:  LOCAL,  state:  APPLIED)
           -  WaitTime:  28.0ms
         Storage:
               -  PredicateFilteredRows:  0
               -  PredicateInputRows:  8.128K  (8128)
         Execution:
               -  AlwaysTruePassRows:  0
               -  ExprFilteredRows:  0
               -  ExprInputRows:  0
   ```
   
   
   
   Problem Summary:
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to