hive sende 解析json struct 类型报错

load data inpath '/origin_data/gmall/db/baho_ecc_zhengshi.t_sd_saleorderbill_inc/2021-12-30/*' into table ods_t_sd_saleorderbill_inc2 partition(dt='2021-12-30');
Loading data to table ods.ods_t_sd_saleorderbill_inc2 partition (dt=2021-12-30)
OK
Time taken: 0.481 seconds
hive (ods)> select * from ods_t_sd_saleorderbill_inc2;
OK
ods_t_sd_saleorderbill_inc2.data ods_t_sd_saleorderbill_inc2.dt
Failed with exception java.io.IOException:org.apache.hadoop.hive.serde2.SerDeException: org.codehaus.jackson.JsonParseException: Unexpected end-of-input: expected close marker for OBJECT (from [Source: java.io.ByteArrayInputStream@aa0aa6; line: 1, column: 0])
at [Source: java.io.ByteArrayInputStream@aa0aa6; line: 1, column: 3]
建表语句和json格式都是正确的