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

Add missing test case to TestBlockAndPositionNullConvention #18463

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

ksobolew
Copy link
Contributor

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:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Jul 31, 2023
@ksobolew ksobolew requested review from martint and findepi July 31, 2023 10:03
Copy link
Member

@findepi findepi left a 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?

@ksobolew
Copy link
Contributor Author

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.

@ksobolew
Copy link
Contributor Author

Originally it used null for a generic object type

OTOH, the test is called TestBlockAndPositionNullConvention, so maybe that null was intentional.

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.
Copy link

This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua

@github-actions github-actions bot added the stale label Jan 11, 2024
@mosabua
Copy link
Member

mosabua commented Jan 11, 2024

@findepi @ksobolew .. can you continue on this to merge?

@github-actions github-actions bot removed the stale label Jan 12, 2024
Copy link

github-actions bot commented Feb 5, 2024

This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua

@github-actions github-actions bot added the stale label Feb 5, 2024
@findepi findepi merged commit 46e991e into trinodb:master Feb 5, 2024
84 checks passed
@github-actions github-actions bot added this to the 439 milestone Feb 5, 2024
@mosabua
Copy link
Member

mosabua commented Feb 5, 2024

Thank you @findepi !

@ksobolew ksobolew deleted the kudi/write-only branch February 6, 2024 11:41
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.

3 participants