WillAyd commented on PR #1180: URL: https://github.com/apache/arrow-adbc/pull/1180#issuecomment-1751701824
Is this mostly a problem with the sqlite.c module? From spot checking a few of those printf's it looks like that format is mostly used to print sized integral values. If problematic, replacing with PRId64 and PRIu64 might be another way to fix it and would be more correct (assuming at least C99) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org