[ 
https://issues.apache.org/jira/browse/HIVE-29184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HIVE-29184:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>
> 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)

Reply via email to