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