WillAyd commented on code in PR #628:
URL: https://github.com/apache/arrow-adbc/pull/628#discussion_r1181759240
##########
c/driver/postgresql/statement.cc:
##########
@@ -206,15 +211,17 @@ struct BindStream {
param_lengths[i] = 0;
break;
default:
- SetError(error, "Field #", i + 1, " ('",
bind_schema->children[i]->name,
+ SetError(error, "%s%" PRIu64 "%s%s%s%s", "[libpq] Field #",
Review Comment:
The R builds using mingw32 didn't like the %z specifier
`statement.cc:214:31: warning: unknown conversion type character 'z' in format
[-Wformat=]`
--
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]