Skip to content

Commit 679d154

Browse files
author
Rickard Lundin
committed
ok
1 parent f4405c0 commit 679d154

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

resources/schema/test_schema.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,36 @@
77
"offset": 0,
88
"length": 9,
99
"dtype": "i32",
10-
"is_nullable": false
10+
"is_nullable": false,
11+
"alignment": "mid",
12+
"pad_symbol": ""
1113
},
1214
{
1315
"name": "name",
1416
"offset": 9,
1517
"length": 32,
1618
"dtype": "utf8",
17-
"is_nullable": false
19+
"is_nullable": false,
20+
"alignment": "mid",
21+
"pad_symbol": ""
1822
},
1923
{
2024
"name": "city",
2125
"offset": 41,
2226
"length": 32,
2327
"dtype": "utf8",
24-
"is_nullable": true
28+
"is_nullable": true,
29+
"alignment": "mid",
30+
"pad_symbol": ""
2531
},
2632
{
2733
"name": "employed",
2834
"offset": 73,
2935
"length": 5,
3036
"dtype": "boolean",
31-
"is_nullable": true
37+
"is_nullable": true,
38+
"alignment": "mid",
39+
"pad_symbol": ""
3240
}
3341
]
3442
}

0 commit comments

Comments
 (0)