Skip to content

Commit dbf8b62

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

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
@@ -86,7 +86,7 @@ private val CONVERTERS = mapOf<Class<*>, (Number) -> Number>(
8686
is Long -> num.toBigInteger()
8787
is BigInteger -> num
8888
else -> throw IllegalArgumentException(
89-
"Unsupported number for decimal conversion: $num"
89+
"Unsupported number for BigInteger conversion: $num"
9090
)
9191
}
9292
},

0 commit comments

Comments
 (0)