zeroshade commented on issue #1788: URL: https://github.com/apache/arrow-adbc/issues/1788#issuecomment-2083927661
at some point between our toying with the all of the casing and quotes, we ended up with two tables in the `ADBC_TESTING` db: `bulk_ingest` and ` BULK_INGEST`. Since we do our comparison as a case-insensitive comparison, we ended up finding the table twice and failing. I've removed the duplicate table from our snowflake instance and the test succeeds locally, so it should succeed on here too. -- 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]
