hubgeter opened a new pull request, #54167:
URL: https://github.com/apache/doris/pull/54167
### What problem does this PR solve?
pick #49051
but only fix:
```
terminate called after throwing an instance of 'std::range_error'
what(): Key not found: iceberg.id
*** Query id: 6a93d7cdc9f44370-a40b07934a14c81b ***
*** is nereids: 1 ***
*** tablet id: 0 ***
*** Aborted at 1753842428 (unix time) try "date -d @1753842428" if you are
using GNU date ***
*** Current BE git commitID: 910c4249c5 ***
*** SIGABRT unknown detail explain (@0x5a46f) received by PID 369775 (TID
371694 OR 0x7fad067ef640) from PID 369775; stack trace: ***
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
0# doris::signal::(anonymous namespace)::FailureSignalHandler(int,
siginfo_t*, void*) at
/home/zcp/repo_center/doris_release/doris/be/src/common/signal_handler.h:421
1# 0x00007FB12263EBF0 in /lib64/libc.so.6
2# __pthread_kill_implementation in /lib64/libc.so.6
3# gsignal in /lib64/libc.so.6
4# abort in /lib64/libc.so.6
5# __gnu_cxx::__verbose_terminate_handler() [clone .cold] at
../../../../libstdc++-v3/libsupc++/vterminate.cc:75
6# __cxxabiv1::__terminate(void (*)()) at
../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48
7# 0x000055C047B28EC1 in /opt/apache-doris-3.0.6.2-bin-x64/be/lib/doris_be
8# 0x000055C047B29014 in /opt/apache-doris-3.0.6.2-bin-x64/be/lib/doris_be
9# orc::TypeImpl::getAttributeValue(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) const in
/opt/apache-doris-3.0.6.2-bin-x64/be/lib/doris_be
10#
doris::vectorized::OrcReader::get_schema_col_name_attribute(std::vector<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >*, std::vector<unsigned long, std::allocator<unsigned
long> >*, std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> >) at
/home/zcp/repo_center/doris_release/doris/be/src/vec/exec/format/orc/vorc_reader.cpp:332
11#
doris::vectorized::IcebergOrcReader::_gen_col_name_maps(doris::vectorized::OrcReader*)
at
```
--
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]