fallintoplace opened a new pull request, #1645:
URL: https://github.com/apache/iceberg-go/pull/1645

   ## What changed\n\nAdvance truncated string upper bounds from U+D7FF to 
U+E000 instead of treating the surrogate range as a terminal value.\n\n## 
Why\n\nU+D800 through U+DFFF are invalid Unicode scalar values. The previous 
increment logic stopped at U+D7FF and returned no upper bound, even though 
U+E000 is the next valid scalar value.\n\n## Testing\n\n- Added the U+D7FF 
regression test\n- ok   github.com/apache/iceberg-go/table/internal     
(cached)\n- ok          github.com/apache/iceberg-go/table      (cached)


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