shivjha30 commented on PR #5515:
URL: https://github.com/apache/hive/pull/5515#issuecomment-2785752148

   @zhangbutao 
   The modifications are essential to rectify inconsistencies between Hive and 
other connectors such as Trino/Presto when utilizing the SerDe API. Hive 
interprets the data type "STRING" in a case-insensitive manner, whereas the 
current SerDe implementation does not, resulting in discrepancies. These 
inconsistencies can lead to divergent behaviors between SQL and HQL queries, 
potentially causing data processing and integration issues. By implementing 
case insensitivity in the SerDe API, we can ensure uniform behavior across 
various APIs and connectors that interface with Hive.


-- 
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: gitbox-unsubscr...@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to