arokoolamayowa opened a new pull request, #14139:
URL: https://github.com/apache/iceberg/pull/14139

   This directly reproduces the bug in #13119 by simulating a request without 
pageToken, where the code incorrectly handles null instead of treating it as 
the initial empty token. The test fails now (due to the exception) but would 
pass after a fix like if (pageToken == null || "".equals(pageToken))


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to