[
https://issues.apache.org/jira/browse/HIVE-28526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
terrytlu reassigned HIVE-28526:
-------------------------------
Assignee: terrytlu
> may produce null pointer when struct type value is null
> -------------------------------------------------------
>
> Key: HIVE-28526
> URL: https://issues.apache.org/jira/browse/HIVE-28526
> Project: Hive
> Issue Type: Bug
> Security Level: Public(Viewable by anyone)
> Reporter: terrytlu
> Assignee: terrytlu
> Priority: Major
> Labels: pull-request-available
> Attachments: image-2024-09-18-18-38-53-494.png
>
>
> reproduce:
> create table test_struct
> (
> f1 string,
> demo_struct struct<f1:string,f2:string,f3:string>,
> datestr string
> );
> insert into test_struct(f1, datestr) select 'test_f1', 'datestr_1';
>
> !image-2024-09-18-18-38-53-494.png|width=933,height=145!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)