eyevz commented on issue #3485: URL: https://github.com/apache/arrow-adbc/issues/3485#issuecomment-3580966277
[Here](https://github.com/apache/arrow-adbc/blob/46dc748423dd4a03b227e7cd20a13898ac231dd2/c/driver/postgresql/copy/writer.h#L219-L297) it seems you implicitly assume that scale will be a multiple of 4 and indeed, if I use a multiple of 4 as the scale in the cast above, no scaling of the inserted data. Conversely, how far the scale is from a multiple of 4 determines the inflation factor, which can be 10, 100, or 1000. -- 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]
