cloud-fan commented on pull request #32090: URL: https://github.com/apache/spark/pull/32090#issuecomment-818403148
Ah I see, the so-called `32BitDecimalType` can't hold Int.Max, so it's very difficult to support reading a plain int as decimal. The same to `64BitDecimalType`. What we can support is reading plain int as `64BitDecimalType`, which may need more changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
