Skip to content

Conversation

@yuhengfdada
Copy link

In the JavaDocs above DbFile#deleteTuple, it states:
t: The tuple to delete. This tuple should be updated to reflect that it is no longer stored on any page., which means after deletion, the rid of t is not supposed to contain any information.
Hence, calling t.getRecordId() after deleting t is supposed to throw a NullPointerException, which is undesirable for this test.

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.

1 participant