amoeba opened a new pull request, #4756: URL: https://github.com/apache/arrow-adbc/pull/4756
While using the 1.12.0 version of the postgresql driver, I saw an error message that was missing a space after "Query was:". For example, ```text Query was:SELECT * FROM repro_param_types WHERE int_col & $1 > 0. SQLSTATE: 42883 ``` I then grepped the codebase for instances of this and fixed each so there's a space after all "Query was:" instances in the driver. -- 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]
