ArnavBalyan opened a new pull request, #8949:
URL: https://github.com/apache/paimon/pull/8949

   ### Purpose
   - Hive maps Paimon multiset to map type in table schema, but 
PaimonObjectInspectorFactory has no multiset support.
   - This causes any hive query on a table containing a multiset column fails, 
even when selecting other columns.
   - Create a `PaimonMapObjectInspector` with map type, similar to the 
internalMap layout to represent multiset types in Paimon today.
   
   ### Tests
    - UT


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

Reply via email to