leoyvens commented on PR #13590: URL: https://github.com/apache/datafusion/pull/13590#issuecomment-2515384451
@alamb I need some feedback on desired direction for use of rounding. I see three ways this could go : 1. Use rounding in the SQL query with the `round` function, and only for tests that prove flaky or non-portable in CI or local testing. 2. Use rounding in the SLT engine for all floats. Don't use rounding for decimal. 3. Use rounding in the SLT engine for both floats and decimals. Which is the desired approach? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
