We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4405c0 commit 679d154Copy full SHA for 679d154
1 file changed
resources/schema/test_schema.json
@@ -7,28 +7,36 @@
7
"offset": 0,
8
"length": 9,
9
"dtype": "i32",
10
- "is_nullable": false
+ "is_nullable": false,
11
+ "alignment": "mid",
12
+ "pad_symbol": ""
13
},
14
{
15
"name": "name",
16
"offset": 9,
17
"length": 32,
18
"dtype": "utf8",
19
20
21
22
23
24
"name": "city",
25
"offset": 41,
26
27
- "is_nullable": true
28
+ "is_nullable": true,
29
30
31
32
33
"name": "employed",
34
"offset": 73,
35
"length": 5,
36
"dtype": "boolean",
37
38
39
40
}
41
]
42
0 commit comments