vagetablechicken edited a comment on issue #4499:
URL:
https://github.com/apache/incubator-doris/issues/4499#issuecomment-684714050
```
(gdb) f 0
#0 0x000000000133d455 in Delete (arena=0x0, value=<optimized out>) at
/var/local/thirdparty/installed/include/google/protobuf/repeated_field.h:623
623 in
/var/local/thirdparty/installed/include/google/protobuf/repeated_field.h
(gdb) i locals
arena = 0x0
value = 0x900000002
(gdb) p value
$1 = (doris::StreamInfoMessage *) 0x900000002
(gdb) p *(doris::StreamInfoMessage*)0x900000002
$2 = {<google::protobuf::Message> = {<No data fields>}, static
kIndexInFileMessages = 0, static ROW_INDEX =
doris::StreamInfoMessage_Kind_ROW_INDEX, static PRESENT =
doris::StreamInfoMessage_Kind_PRESENT,
static DATA = doris::StreamInfoMessage_Kind_DATA, static LENGTH =
doris::StreamInfoMessage_Kind_LENGTH, static DICTIONARY_DATA =
doris::StreamInfoMessage_Kind_DICTIONARY_DATA,
static SECONDARY = doris::StreamInfoMessage_Kind_SECONDARY, static
ROW_INDEX_STATISTIC = doris::StreamInfoMessage_Kind_ROW_INDEX_STATISTIC, static
BLOOM_FILTER = doris::StreamInfoMessage_Kind_BLOOM_FILTER,
static Kind_MIN = doris::StreamInfoMessage_Kind_ROW_INDEX, static Kind_MAX
= doris::StreamInfoMessage_Kind_BLOOM_FILTER, static Kind_ARRAYSIZE = 8, static
kKindFieldNumber = 1, static kColumnUniqueIdFieldNumber = 2,
static kLengthFieldNumber = 3, _internal_metadata_ =
{<google::protobuf::internal::InternalMetadataWithArenaBase<google::protobuf::UnknownFieldSet,
google::protobuf::internal::InternalMetadataWithArena>> = {ptr_ = 0x1818f755e6,
static kPtrTagMask = 1, static kPtrValueMask = -2}, <No data fields>},
_has_bits_ = {has_bits_ = {3}}, _cached_size_ = 0, kind_ = 415285248,
column_unique_id_ = 24, length_ = 7116}
```
kind_ is an invalid value?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]