Re: [PR] Remove duplicate test code [lucene]

2024-11-15 Thread via GitHub
LuXugang merged PR #13982: URL: https://github.com/apache/lucene/pull/13982 -- 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: issues-unsubscr...@lucene.ap

[PR] Remove duplicate test code [lucene]

2024-11-08 Thread via GitHub
LuXugang opened a new pull request, #13982: URL: https://github.com/apache/lucene/pull/13982 ### Description The only diff between `doIterate1 ` and `doIterate2 ` is `bb < b.length()` in `doIterate1 `, but this condition seems always true, so should we remove it? -- This is an auto