airborne12 commented on code in PR #67918:
URL: https://github.com/apache/doris/pull/67918#discussion_r4062710347
##########
be/src/storage/index/inverted/token_filter/token_filter.h:
##########
@@ -28,9 +28,32 @@ class DorisTokenFilter : public TokenFilter, public
DorisTokenStream {
void reset() override { _in->reset(); }
+ std::span<const int32_t> get_source_byte_offsets() const override {
Review Comment:
Fixed in 20c49dde. ASCII folding and lowercase now detect rune-count
expansion, suppress the invalid exact map, and publish the upstream
conservative source span. Preserved-original emission resets this state and
delegates the original provenance. Added expansion and reset/reuse coverage for
`ꜳ刘` and `İ刘`; the related ASAN BE suite passes 147/147.
--
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]