Skip to content

Commit ec1b6bf

Browse files
yliuuuujohnedquinn
andcommitted
Update partiql-types/src/main/kotlin/org/partiql/value/util/NumberExtensions.kt
Co-authored-by: John Ed Quinn <[email protected]>
1 parent b840274 commit ec1b6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partiql-types/src/main/kotlin/org/partiql/value/util/NumberExtensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private val CONVERTERS = mapOf<Class<*>, (Number) -> Number>(
8989
is Long -> num.toBigInteger()
9090
is BigInteger -> num
9191
else -> throw IllegalArgumentException(
92-
"Unsupported number for decimal conversion: $num"
92+
"Unsupported number for BigInteger conversion: $num"
9393
)
9494
}
9595
},

0 commit comments

Comments
 (0)