contrueCT commented on PR #2994: URL: https://github.com/apache/hugegraph/pull/2994#issuecomment-4641263616
Thanks. I fixed this by resetting `scanQuery.offset(0L)` before the full sorted range-index scan, so the fallback now reads the complete matched range first and lets the original query apply offset/limit only once after sorting. I also added range-offset coverage to `VertexCoreTest#testQueryByDateProperty` to guard the double-skip case. Local checks passed with `git diff --check`, `hugegraph-core` compile, and `VertexCoreTest#testQueryByDateProperty` under the rocksdb core-test profile. -- 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]
