Skip to content
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

Fix IndexOutOfBoundsException caused by switch-case statements with no breaks #479

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

JeongDaeKim
Copy link
Contributor

Description

Fix #478

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

* 

@cla-bot cla-bot bot added the cla-signed label Sep 25, 2024
@ebyhr
Copy link
Member

ebyhr commented Sep 25, 2024

Fix IOOBE caused by switch-case statements with no breaks.

Please avoid abbreviations (IOOBE) and remove a following dot.

@JeongDaeKim JeongDaeKim changed the title Fix IOOBE caused by switch-case statements with no breaks. Fix IndexOutOfBoundsException caused by switch-case statements with no breaks Sep 25, 2024
@ebyhr ebyhr force-pushed the trinoqueryproperties-ioobe branch from d083843 to 65b5461 Compare September 25, 2024 04:17
@ebyhr ebyhr merged commit e86bedf into trinodb:main Sep 25, 2024
3 checks passed
@github-actions github-actions bot added this to the 12 milestone Sep 25, 2024
@JeongDaeKim JeongDaeKim deleted the trinoqueryproperties-ioobe branch September 25, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Fix IndexOutOfBoundsException from TrinoQueryProperties
2 participants