phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

PHOENIX-5117 : Return the count of rows scanned in HBase

Open palashc opened this issue 1 year ago • 1 comments

palashc avatar Jul 11 '24 23:07 palashc

@palashc Another test I want you to write is where there are delete markers in the beginning of the table and then you run a query like this SELECT * FROM <TABLE> LIMIT 1. It should skip the delete markers till it finds the first valid row. You could run this query in a loop where in every iteration you could delete more rows which have to be skipped in the subsequent SELECT query.

tkhurana avatar Aug 06 '24 17:08 tkhurana

Latest test report: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1936/29/testReport/

palashc avatar Oct 04 '24 23:10 palashc