Govindarajan-D opened a new pull request, #15958:
URL: https://github.com/apache/iceberg/pull/15958

   Fixes #15956
   
   Replaced locale-dependent toLowerCase() calls with toLowerCase(Locale.ROOT) 
in TableIdentifier. This ensures consistent identifier resolution across 
different system locales, specifically preventing the 'Turkish I' problem where 
'I' maps to 'ı' instead of 'i'


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