nizarhejazi commented on issue #8418: URL: https://github.com/apache/pinot/issues/8418#issuecomment-1082429570
@siddharthteotia Pinot BigDecimal can store arbitrary precision integer unscaled value, and a 16-bit integer scale. Precision and scale configuration are related Presto/Trino-Pinot-connector. The goal is to have parity w/ how decimals are exposed in Presto-PostgreSQL-connector. Supporting smaller precision should be doable. Actually, Presto recommends a precision of 18 or less for ideal performance. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org