1.This pr is used for adding the supported sub-type for array which has been modified in #9916 2.add regression test for the supported sub-type Co-authored-by: hucheng01 <hucheng01@baidu.com>
5 lines
1.3 KiB
JSON
5 lines
1.3 KiB
JSON
[{"k1": 1, "k2": [1,2,3,4,5], "k3": [32767,32768,32769], "k4": [65534,65535,65536], "k5": ["a","b","c","d","e"], "k6": ["hello","world"], "k7": ["1991-01-01"], "k8": ["1991-01-01 00:00:00"], "k9": [0.33,0.67], "k10": [3.1415926,0.878787878], "k11": [1,1.2,1.3]},
|
|
{"k1": 2, "k2": [6,7,8,9,10], "k3": [32767,32768,32769], "k4": [65534,65535,65536], "k5": ["a","b","c","d","e"], "k6": ["hello","world"], "k7": ["1991-01-01"], "k8": ["1991-01-01 00:00:00"], "k9": [0.33,0.67], "k10": [3.1415926,0.878787878], "k11": [1,1.2,1.3]},
|
|
{"k1": 3, "k2": [], "k3": [32767,32768,32769], "k4": [null,null,65536], "k5": ["a","b","c","d","e"], "k6": ["happy","birthday"], "k7": ["1991-01-01"], "k8": ["1991-01-01 00:00:00"], "k9": [0.33,0.67], "k10": [3.1415926,0.878787878], "k11": [1,1.2,1.3]},
|
|
{"k1": 4, "k2": [null], "k3": [32767,32768,32769], "k4": [ null,null,65536], "k5": ["a","b","c","d","e"], "k6": ["hello","world"], "k7": ["1991-01-01"], "k8": ["1991-01-01 00:00:00"], "k9": [0.33,0.67], "k10": [3.1415926,0.878787878], "k11": [1,1.2,1.3]},
|
|
{"k1": 5, "k2": [null,null], "k3": [32767,32768,null], "k4": [65534,null,65536], "k5": ["a","b","c","d","e"], "k6": ["hello","world"], "k7": ["1991-01-01"], "k8": ["1991-01-01 00:00:00"], "k9": [0.33,0.67], "k10": [3.1415926,0.878787878], "k11": [1,1.2,1.3]}] |