eric-maynard commented on PR #1555:
URL: https://github.com/apache/polaris/pull/1555#issuecomment-2873371699

   > The code assumes strict ordering of integer IDs
   
   On this note, I think it's not true actually. The code assumes that IDs are 
sortable but it doesn't rely on any kind of semantic meaning behind this 
comparison. So IDs can be created totally randomly and you can still paginate 
simply by breaking that random key space into pages of some size. There's no 
assumption that new entries will appear at the end, either.


-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to