JulianJaffePinterest commented on issue #11065: URL: https://github.com/apache/druid/issues/11065#issuecomment-817591502
I suppose this answers my aside from #10983. As discussed in that issue, Druid does not operate over fixed-point decimal numbers (see e.g. the Druid SQL type docs or the dimension spec supported data types). If you need fixed-point operations, but only up to a known precision, one workaround is to scale your data at ingestion and then use integer division when computing your final result. -- 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]
