Skip to content

Commit da96832

Browse files
committed
Fixed converting integers with high capacity to target types
1 parent 54362f0 commit da96832

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/integer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
"mode": "int64"
3939
},
4040
"capacity": 8
41+
},
42+
{
43+
"schema": {
44+
"mode": "int64"
45+
},
46+
"capacity": 12
4147
}
4248
]
4349
}

0 commit comments

Comments
 (0)