amorynan opened a new pull request, #55374:
URL: https://github.com/apache/doris/pull/55374
### What problem does this PR solve?
if mow key is ip type we will meet core like this :
```
250826 10:54:00.369096 2433771 raw_value.h:109] Check failed: false invalid
type: $
*** Check failure stack trace: ***
@ 0x56322114470f google::LogMessage::SendToLog()
@ 0x56322113ad20 google::LogMessage::Flush()
@ 0x56322113e419 google::LogMessageFatal::~LogMessageFatal()
@ 0x56321cb0dd5a doris::RawValue::zlib_crc32()
@ 0x56321f20dbe1
_ZZNK5doris24VOlapTablePartitionParam12find_tabletsEPNS_10vectorized5BlockERKSt6vectorIjSaIjEERKS4_IPNS_19VOlapTablePartitionESaISA_EERS6_PSt3mapISA_lSt4lessISA_ESaISt4pairIKSA_lEEEENKUlS3_jRKS9_E_clES3_jSQ_
@ 0x56321f20a58e doris::vectorized::OlapTabletFinder::find_tablets()
@ 0x56321f1f5376
doris::vectorized::VRowDistribution::_generate_rows_distribution_for_non_auto_partition()
@ 0x56321f1fcec5
doris::vectorized::VRowDistribution::generate_rows_distribution()
@ 0x56321f1660ee doris::vectorized::VTabletWriter::write()
@ 0x56321f164b44
doris::vectorized::VTabletWriter::_send_new_partition_batch()
@ 0x56321f167c5e doris::vectorized::VTabletWriter::_do_try_close()
@ 0x56321f16a0c6 doris::vectorized::VTabletWriter::close()
@ 0x56321f117f95
doris::vectorized::AsyncResultWriter::process_block()
@ 0x56321f11a303 std::_Function_handler<>::_M_invoke()
@ 0x56320bb8fbbe doris::ThreadPool::dispatch_thread()
@ 0x56320bb6d6e2 doris::Thread::supervise_thread()
@ 0x563207402d27 asan_thread_start()
@ 0x7ff3f0611ac3 (unknown)
```
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### 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]