joellubi commented on issue #1847:
URL: https://github.com/apache/arrow-adbc/issues/1847#issuecomment-2111522168

   I haven't been able to reproduce this so far even with an ingest of this 
volume. I haven't tested extreme values for any of the fields yet but it's not 
yet clear that the issue is related to that.
   
   
![image](https://github.com/apache/arrow-adbc/assets/33523178/412136a9-b1bf-491e-b01c-a1b81f495270)
   
   Are there any COPY errors found by running the following query? You may need 
to add more filters to isolate a particular run.
   ```sql
   select * from snowflake.account_usage.copy_history where table_name = 
'<TABLE_NAME>' AND error_count > 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to