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"
   
   
![Image](https://github.com/user-attachments/assets/fef6d76b-7eaf-4d44-83d6-56af530f4c1a)
   
   
![Image](https://github.com/user-attachments/assets/913b6cda-e854-452a-b997-881292d7aa6d)
   
   
![Image](https://github.com/user-attachments/assets/d7a0c852-14f6-46d7-b6ef-62be6ece8ccc)
   
   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..
   
   
![Image](https://github.com/user-attachments/assets/ff12fba3-a4fd-457e-9995-0201698dc328)
   
   With ADBC 1.5.0 driver with adbc.snowflake.statement.ingest_copy_concurrency 
= "0". Copy Into never executes.
   
   
![Image](https://github.com/user-attachments/assets/6680b497-7d0c-4ac8-9aa7-f8de2701f5e2)
   
   With ADBC 1.5.0dev driver with 
adbc.snowflake.statement.ingest_copy_concurrency = "0"
   
   
![Image](https://github.com/user-attachments/assets/cb9b157b-6a28-4661-a671-4540c9e08134)
   


-- 
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

Reply via email to