mgaido91 commented on issue #23468: [SPARK-26535][SQL] Parse literals as DOUBLE instead of DECIMALS URL: https://github.com/apache/spark/pull/23468#issuecomment-451936529 @cloud-fan it depends on what we consider as "better". It is better because requires less precision avoiding potential truncation with subsequent operations. It is worse because if the output is written to a datasource which doesn't support decimals with negative scales it doesn't work. Let me close this and let's address #21599 first, then we can get back to this later if needed. Thanks.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
