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

   We use quotes around the table name in the `DropTable` method but we don't 
use it in `CreateSampleTable`. Without the quotes, the table is created as 
upper case, but we attempt to drop the table with a forced lower case name. As 
a result the table doesn't get dropped and we fail on the table creation 
because the table already exists.
   
   So if we properly put quotes around the table creation, this should fix the 
snowflake CI integration tests.


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