terrytlu created HIVE-28526: ------------------------------- Summary: 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) Environment: 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! Reporter: terrytlu Attachments: image-2024-09-18-18-38-53-494.png
-- This message was sent by Atlassian Jira (v8.20.10#820010)