lidavidm opened a new issue, #1534: URL: https://github.com/apache/arrow-adbc/issues/1534
https://github.com/apache/arrow-adbc/actions/runs/7831532438/job/21368100541 ``` [ RUN ] SnowflakeConnectionTest.MetadataGetTableSchema /home/runner/work/arrow-adbc/arrow-adbc/c/validation/adbc_validation.cc:100: Failure Value of: DoIngestSampleTable(connection, "bulk_ingest", std::nullopt, error) Expected: is 0 (OK) Actual: '\t' (9) (of type unsigned char), 9 (INTERNAL) Error message: [Snowflake] 002002 (42710): SQL compilation error: Object 'BULK_INGEST' already exists. /home/runner/work/arrow-adbc/arrow-adbc/c/validation/adbc_validation.cc:438: Failure Expected: IngestSampleTable(&connection, &error) doesn't generate new fatal failures in the current thread. Actual: it does. [ FAILED ] SnowflakeConnectionTest.MetadataGetTableSchema (673 ms) ``` and more. Should/don't we use a separate schema already? (Also, are we properly garbage-collecting this stuff?) https://github.com/apache/arrow-adbc/actions/runs/7831532451/job/21368102030 ``` === RUN TestValidation/TestMetadataGetObjectsColumns/no_filter validation.go:444: Error Trace: /home/runner/work/arrow-adbc/arrow-adbc/go/adbc/validation/validation.go:444 /home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:112 Error: Received unexpected error: I/O: 003030 (02000): SQL compilation error: Shared database is no longer available for use. It will need to be re-created if and when the publisher makes it available again. (02000) Test: TestValidation/TestMetadataGetObjectsColumns/no_filter ``` and more. -- 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]
