hive NullPointerException null

insert overwrite table table_name 
select
    '2019-04-12' min_date,
    '2019-04-12' conf_date
 在hivesql里这样写,可能会报空指针错误。
 需要加上from default.dual 以防万一