Jackie-Jiang commented on PR #15263: URL: https://github.com/apache/pinot/pull/15263#issuecomment-2759587140
Per [PostgreSQL](https://www.postgresql.org/docs/current/datatype-numeric.html): ``` The maximum precision that can be explicitly specified in a numeric type declaration is 1000. ``` ``` PostgreSQL permits the scale in a numeric type declaration to be any value in the range -1000 to 1000. However, the SQL standard requires the scale to be in the range 0 to precision. Using scales outside that range may not be portable to other database systems. ``` -- 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