fornwall opened a new pull request, #4514:
URL: https://github.com/apache/arrow-adbc/pull/4514

   Several statement tests hardcode SQL that is not portable across SQL 
dialects: `CREATE TABLE` statements with `INT`/`INTEGER`/`TEXT` columns, 
`INSERT` statements without a column list, `ORDER BY ... NULLS FIRST/LAST` and 
similar.
   
   Route each of these through the new `DriverQuirks::RewriteSql` hook so 
driver test harnesses can substitute an equivalent query in their own dialect.


-- 
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]

Reply via email to