AshinGau opened a new pull request, #25394: URL: https://github.com/apache/doris/pull/25394
## Proposed changes The offset in map type column is int64, but https://github.com/apache/doris/pull/24810 has put as int32, causing error like: ``` what(): [E11] Allocator: Cannot realloc from 4096 to 140737488355328. 1. @ 0x000000000eb3d670 Allocator<false, false, false>::throw_bad_alloc(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const in .../doris/output/be/lib/doris_be 2. @ 0x000000000eb3da0a Allocator<false, false, false>::realloc_impl(void*, unsigned long, unsigned long, unsigned long) in .../doris/output/be/lib/doris_be 3. @ 0x000000000ee28301 doris::vectorized::JniConnector::_fill_column(doris::vectorized::JniConnector::TableMetaAddress&, COW<doris::vectorized::IColumn>::immutable_ptr<doris::vectorized::IColumn>&, std::shared_ptr<doris::vectorized::IDataType const>&, unsigned long) in .../doris/output/be/lib/doris_be 4. @ 0x000000000ee292f5 doris::vectorized::JniConnector::_fill_map_column(doris::vectorized::JniConnector::TableMetaAddress&, COW<doris::vectorized::IColumn>::mutable_ptr<doris::vectorized::IColumn>&, std::shared_ptr<doris::vectorized::IDataType const>&, unsigned long) in .../doris/output/be/lib/doris_be ``` ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org