>From Ritik Raj <[email protected]>: Ritik Raj has posted comments on this change by Ritik Raj. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21023?usp=email )
Change subject: [ASTERIXDB-3715][FUNC] Fix double-offset bug in KMP string search ...................................................................... Patch Set 1: (1 comment) File hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/src/main/java/org/apache/hyracks/data/std/primitive/UTF8StringPointable.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21023/comment/d8af3efc_857898ea?usp=email : PS1, Line 354: codePointCount++; this was the culprit as it is advancing from the 0th place irrespective of the start offset. -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21023?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: asterixdb Gerrit-Branch: lumina Gerrit-Change-Id: If63a452d804d90757aa52fd2e65d689a0fe6e833 Gerrit-Change-Number: 21023 Gerrit-PatchSet: 1 Gerrit-Owner: Ritik Raj <[email protected]> Gerrit-CC: Jenkins <[email protected]> Gerrit-Comment-Date: Tue, 17 Mar 2026 00:58:34 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No
