Skip to content

Comments

HBASE-29874 Removing the useless parameters from ScanQueryMatcher.isC…#7720

Open
liuxiaocs7 wants to merge 2 commits intoapache:masterfrom
liuxiaocs7:HBASE-29874
Open

HBASE-29874 Removing the useless parameters from ScanQueryMatcher.isC…#7720
liuxiaocs7 wants to merge 2 commits intoapache:masterfrom
liuxiaocs7:HBASE-29874

Conversation

@liuxiaocs7
Copy link
Contributor

…ellTTLExpired

see: HBASE-29874

}
// check if the cell is expired by cell TTL
if (isCellTTLExpired(cell, this.oldestUnexpiredTS, this.now)) {
if (isCellTTLExpired(cell, this.now)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, @Apache9, it appears that oldestTimestamp is not being used in isCellTTLExpired and it's confusing, so we can remove this parameter?

@liuxiaocs7 liuxiaocs7 force-pushed the HBASE-29874 branch 7 times, most recently from 157a9a7 to b5eebb4 Compare February 15, 2026 18:34
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.

2 participants