Skip to content

[hive] Support multiset type in hive reads - #8949

Open
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-hive-mmap
Open

[hive] Support multiset type in hive reads#8949
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-hive-mmap

Conversation

@ArnavBalyan

Copy link
Copy Markdown
Member

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

@ArnavBalyan ArnavBalyan changed the title [hive] Support multiset type for hive [hive] Support multiset type in hive reads Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant