If a column is defined as: col VARCHAR/CHAR NULL and no default value. Then we load json data which misses column col, the result queried is not correct: +------+ | col | +------+ | 1 | +------+ But expect: +------+ | col | +------+ | NULL | +------+ --------- Co-authored-by: duanxujian <duanxujian@jd.com>