[
https://issues.apache.org/jira/browse/HIVE-29184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-29184:
----------------------------------
Summary: Basic Variant type support in Hive (was: Add basic Variant Type
support in Hive)
> Basic Variant type support in Hive
> ----------------------------------
>
> Key: HIVE-29184
> URL: https://issues.apache.org/jira/browse/HIVE-29184
> Project: Hive
> Issue Type: Sub-task
> Reporter: Denys Kuzmenko
> Priority: Major
>
> Introduces the Variant data structure to represent semi-structured data and a
> new SQL type variant, with initial Hive support for reading and writing
> Variant data in Iceberg tables.
> {code:java}
> class Variant {
> private final byte[] value;
> private final byte[] metadata;
> }
> {code}
> Hive Deserializer converts Iceberg Variants into Hive Variants during access.
> Ref PR:
--
This message was sent by Atlassian Jira
(v8.20.10#820010)