Skip to content

Commit 54362f0

Browse files
committed
Fixed types decimal type conversion to target type
1 parent 7d670c7 commit 54362f0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

types/integer.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@
3838
"mode": "int64"
3939
},
4040
"capacity": 8
41-
},
42-
{
43-
"schema": {
44-
"mode": "int64"
45-
},
46-
"capacity": 16,
47-
"mode": "decimal"
4841
}
4942
]
5043
}

types/number.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
},
4141
"capacity": 8,
4242
"mode": "floating"
43+
},
44+
{
45+
"schema": {
46+
"mode": "double"
47+
},
48+
"capacity": 16,
49+
"mode": "decimal"
4350
}
4451
]
4552
}

0 commit comments

Comments
 (0)