hubgeter opened a new pull request, #55190:
URL: https://github.com/apache/doris/pull/55190
### What problem does this PR solve?
Related PR: #54240
Problem Summary:
In PR #54240, some logic for reading the Parquet page index was removed,
which causes a coredump when reading an Iceberg table with equal deletes.
```
erminate called after throwing an instance of 'std::out_of_range'
what(): unordered_map::at
0# doris::signal::(anonymous namespace)::FailureSignalHandler(int,
siginfo_t*, void*) at
/mnt/disk2/chenqi/doris-master/be/src/common/signal_handler.h:420
1# 0x00007F84D27531D0 in /lib64/libpthread.so.0
2# __GI_raise in /lib64/libc.so.6
3# abort in /lib64/libc.so.6
4# 0x000055F08125DBB2 in
/mnt/disk2/chenqi/doris-master-output/be/lib/doris_be
5# __cxxabiv1::__terminate(void (*)()) in
/mnt/disk2/chenqi/doris-master-output/be/lib/doris_be
6# 0x000055F08125C0B1 in
/mnt/disk2/chenqi/doris-master-output/be/lib/doris_be
7# 0x000055F08125C204 in
/mnt/disk2/chenqi/doris-master-output/be/lib/doris_be
8# std::__throw_out_of_range(char const*) in
/mnt/disk2/chenqi/doris-master-output/be/lib/doris_be
9# doris::vectorized::ParquetReader::_process_page_index(tparquet::RowGroup
const&, doris::vectorized::RowGroupReader::RowGroupIndex const&,
std::vector<doris::vectorized::RowRange,
std::allocator<doris::vectorized::RowRange> >&) at
/mnt/disk2/chenqi/doris-master/be/src/vec/exec/format/parquet/vparquet_reader.cpp:1037
10# doris::vectorized::ParquetReader::_next_row_group_reader() at
/mnt/disk2/chenqi/doris-master/be/src/vec/exec/format/parquet/vparquet_reader.cpp:846
11#
doris::vectorized::ParquetReader::get_next_block(doris::vectorized::Block*,
unsigned long*, bool*) at
/mnt/disk2/chenqi/doris-master/be/src/vec/exec/format/parquet/vparquet_reader.cpp:752
12#
doris::vectorized::IcebergTableReader::get_next_block_inner(doris::vectorized::Block*,
unsigned long*, bool*) at
/mnt/disk2/chenqi/doris-master/be/src/vec/exec/format/table/iceberg_reader.cpp:99
13#
doris::vectorized::TableFormatReader::get_next_block(doris::vectorized::Block*,
unsigned long*, bool*) in /mnt/disk2/chenqi/doris-master-output/be/lib/doris_be
...
```
### Release note
None
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [x] 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]