Skip to content

fix: declare constants as final#996

Merged
nielspardon merged 1 commit into
substrait-io:mainfrom
bestbeforetoday:final-constants
Jul 9, 2026
Merged

fix: declare constants as final#996
nielspardon merged 1 commit into
substrait-io:mainfrom
bestbeforetoday:final-constants

Conversation

@bestbeforetoday

@bestbeforetoday bestbeforetoday commented Jul 9, 2026

Copy link
Copy Markdown
Member

Some public static constants were not declared final, allowing them to be incorrectly modified at runtime. This change adds the final modifier to these constants.

Some public static constants were not declared final, allowing them to
be incorrectly modified runtime. This change adds the final modifier to
these constants.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review July 9, 2026 13:38

@benbellick benbellick left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@nielspardon nielspardon merged commit a107b72 into substrait-io:main Jul 9, 2026
16 checks passed
@bestbeforetoday bestbeforetoday deleted the final-constants branch July 10, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants