amorynan commented on code in PR #222: URL: https://github.com/apache/doris-thirdparty/pull/222#discussion_r1635671144
########## src/core/CLucene/document/Field.cpp: ########## @@ -340,7 +341,10 @@ void Field::_resetValue() { } else if (valueType & VALUE_BINARY) { ValueArray<uint8_t>* v = static_cast<ValueArray<uint8_t>*>(fieldsData); _CLDELETE(v); - } + } else if (valueType & VALUE_TOKENSTREAM && ownStream) { Review Comment: if add here will change other VALUE_TOKENSTREAM Field logic in cluecen? -- 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: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org