davlee1972 commented on PR #2494:
URL: https://github.com/apache/arrow-adbc/pull/2494#issuecomment-2623168662

   I installed the 1.5.0dev wheel and copy into operations are still getting 
truncated.
   
   Three Copy Into operations were running for 30 seconds before they were 
killed by select count(*) call.
   
   Error messages..
   
   time="2025-01-29T18:19:06-05:00" level=error msg="failed to get response. 
err: context canceled" func=gosnowflake.postRestfulQueryHelper 
file="restful.go:290"
   
   time="2025-01-29T18:19:06-05:00" level=error msg="error: context canceled" 
func="gosnowflake.(*snowflakeConn).queryContextInternal" 
file="connection.go:413"
   
   time="2025-01-29T18:19:06-05:00" level=error msg="error: context canceled" 
func="gosnowflake.(*snowflakeConn).queryContextInternal" 
file="connection.go:413"
   
   time="2025-01-29T18:19:06-05:00" level=error msg="error: context canceled" 
func="gosnowflake.(*snowflakeConn).queryContextInternal" 
file="connection.go:413"
   
   -------------
   
   dbapi.py:937
   
   return _blocking_call(self._stmt.execute.update, (), {}, self._stmt.cancel)
   
   InternalError: INTERNAL: some files not loaded by COPY command, 96 files 
remain after 5 retries


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