- 
                Notifications
    
You must be signed in to change notification settings  - Fork 3.6k
 
[fix] (parquet-reader) Fix parquet all row groups are filtered. #57490
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
[fix] (parquet-reader) Fix parquet all row groups are filtered. #57490
Conversation
| 
           Thank you for your contribution to Apache Doris. Please clearly describe your PR: 
  | 
    
| 
           run buildall  | 
    
| 
           PR approved by at least one committer and no changes requested.  | 
    
| 
           PR approved by anyone and no changes requested.  | 
    
          ClickBench: Total hot run time: 28.41 s | 
    
          BE UT Coverage ReportIncrement line coverage  Increment coverage report 
  | 
    
          BE Regression && UT Coverage ReportIncrement line coverage  Increment coverage report 
  | 
    
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
In
ParquetReader::set_fill_columns, theinit_row_groups()method is called. If all row groups are filtered out, this situation will lead to returning EOF. This EOF condition may cause other files within the same thread to stop reading.Check List (For Author)
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)