-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-43048: [JAVA] Fix IndexOutOfBoundsException message by reporting index correctly #43049
Conversation
The detailed message for IndexOutOfBoundsException should report the srcIndex that was previously passed to the isOutOfBounds() check
|
@lidavidm could you approve the workflows? |
After merging your PR, Conbench analyzed the 7 benchmarking runs that have been run so far on merge-commit 3834a38. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…ting index correctly (apache#43049) The detailed message for IndexOutOfBoundsException should report the srcIndex that was previously passed to the isOutOfBounds() check Fixes apache#43048 * GitHub Issue: apache#43048 Authored-by: Alexandra Wang <alex.wang@dremio.com> Signed-off-by: David Li <li.davidm96@gmail.com>
@github-actions crossbow submit -g java |
Revision: e38b506 Submitted crossbow builds: ursacomputing/crossbow @ actions-1add5c337f |
The detailed message for IndexOutOfBoundsException should report the srcIndex that was previously passed to the isOutOfBounds() check
Fixes #43048