We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0be47 commit f8add6eCopy full SHA for f8add6e
sql/core/src/main/scala/org/apache/spark/sql/json/JsonRDD2.scala
@@ -238,6 +238,7 @@ private[sql] object JsonRDD2 extends Logging {
238
parser.getDoubleValue
239
240
case (VALUE_NUMBER_INT | VALUE_NUMBER_FLOAT, DecimalType()) =>
241
+ // TODO: add fixed precision and scale handling
242
Decimal(parser.getDecimalValue)
243
244
case (VALUE_NUMBER_INT, ByteType) =>
0 commit comments