You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some long digits of numbers coming in as number or integer. The precision could be up to 15 digits. The numbers get rounded up. Are we able to map number or integer type from schema to decimalType?
Hello,
We have some long digits of numbers coming in as number or integer. The precision could be up to 15 digits. The numbers get rounded up. Are we able to map number or integer type from schema to decimalType?
"string" -> StringType,
"number" -> DecimalType,
"float" -> FloatType,
"integer" -> LongType,
"boolean" -> BooleanType,
"object" -> StructType,
"array" -> ArrayType
Thanks,
Randy
The text was updated successfully, but these errors were encountered: