[ https://issues.apache.org/jira/browse/HIVE-28526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated HIVE-28526: ---------------------------------- Labels: pull-request-available (was: ) > 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 > 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)