You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/10/09 16:56:07 UTC

[PR] ci: fix snowflake integration tests [arrow-adbc]

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] ci: fix snowflake integration tests [arrow-adbc]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm merged PR #1187:
URL: https://github.com/apache/arrow-adbc/pull/1187


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org