hubgeter opened a new pull request, #64068:
URL: https://github.com/apache/doris/pull/64068

   ### What problem does this PR solve?
   Problem Summary:
   
   case : `iceberg-v1-parquet`  + `show_hidden_columns = true` 
   fix be core : 
   ```
   F20260602 12:14:52.396889 56230 vparquet_group_reader.cpp:787] Check failed: 
block->rows() == col.column->size() block rows = 1 , column rows = 0, col name 
= __DORIS_ICEBERG_ROWID_COL__
   *** Check failure stack trace: ***
       @     0x55b231819706  google::LogMessageFatal::~LogMessageFatal()
       @     0x55b22ac6505d  doris::RowGroupReader::_do_lazy_read()
       @     0x55b22ac515cc  doris::RowGroupReader::next_batch()
       @     0x55b22abb951c  doris::ParquetReader::get_next_block()
       @     0x55b22ab414da  doris::IcebergTableReader::get_next_block_inner()
       @     0x55b22a1510a9  doris::TableFormatReader::get_next_block()
       @     0x55b22a0e40da  doris::FileScanner::_get_block_wrapped()
       @     0x55b22a0e2997  doris::FileScanner::_get_block_impl()
       @     0x55b22a168696  doris::Scanner::get_block()
       @     0x55b22a1671f3  doris::Scanner::get_block_after_projects()
       @     0x55b22a6cdc73  doris::ScannerScheduler::_scanner_scan()
       @     0x55b22a6d6ab4  
_ZNSt17_Function_handlerIFbvEZZN5doris16ScannerScheduler6submitESt10shared_ptrINS1_14ScannerContextEES3_INS1_8ScanTaskEEENK3$_0clEvEUlvE_E9_M_invokeERKSt9_Any_data
       @     0x55b22a6d6236  doris::ScannerSplitRunner::process_for()
       @     0x55b22a6c1a85  doris::PrioritizedSplitRunner::process()
       @     0x55b22a6898b5  doris::TimeSharingTaskExecutor::_dispatch_thread()
       @     0x55b22e3a4b72  doris::Thread::supervise_thread()
       @     0x55b216635d27  asan_thread_start()
       @     0x7f25a6654ac3  (unknown)
       @     0x7f25a66e68d0  (unknown)
       @              (nil)  (unknown)
   ```
   
   ### 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