davlee1972 commented on issue #2793: URL: https://github.com/apache/arrow-adbc/issues/2793#issuecomment-2859884250
The record counts are also off.. Setting it to "1" spawns more than a single copy into operation, but it looks like it is running one at a time.. Not sure if it will run into the existing "select count(*)" copy into termination problem.. With ADBC 1.5.0 driver with adbc.snowflake.statement.ingest_copy_concurrency = "1"    The total record counts are correct, but they don't match the rows being reported by copy into.. 98,848,888 from the 3 screenshots above vs the correct 98,752,339 total..  With ADBC 1.5.0 driver with adbc.snowflake.statement.ingest_copy_concurrency = "0". Copy Into never executes.  With ADBC 1.5.0dev driver with adbc.snowflake.statement.ingest_copy_concurrency = "0"  -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org