-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add missing test case to TestBlockAndPositionNullConvention #18463
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it got lost during the refactoring in commit
Anything else that could potentially have got lost?
Not that I know of... These refactorings were huge, though, so there's a non-zero chance. |
OTOH, the test is called |
Looks like it got lost during the refactoring in commit 98c5243. Originally it used `null` for a generic object type, but perhaps a "real" object like row is better here. This was detected by the write-only object inspection in IDEA: the `hitBlockPositionObject` was reported as never read from.
0a62fc6
to
99ca0ff
Compare
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
Thank you @findepi ! |
Description
Looks like it got lost during the refactoring in commit 98c5243. Originally it used
null
for a generic object type, but perhaps a "real" object like row is better here.Additional context and related issues
This was detected by the write-only object inspection in IDEA: the
hitBlockPositionObject
was reported as never read from.Release notes
(x) This is not user-visible or 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: