tkhurana commented on PR #1936: URL: https://github.com/apache/phoenix/pull/1936#issuecomment-2271813039
@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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
