zeroshade commented on PR #33983: URL: https://github.com/apache/arrow/pull/33983#issuecomment-1412463314
@brettbuddin looks like you're getting "table already exists" errors in the CI. I'm guessing because I put the table creation into the startup of the server so when it goes to run the next test the tables already exist because of the cached option. You could potentially put the table creation into the test itself via `SetupSuite` and then have the tests run in parallel? -- 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]
