ynzzxc commented on issue #22931:
URL: https://github.com/apache/doris/issues/22931#issuecomment-1677041975

   如果 jdbc_url 中没有 useBulkCopyForBatchInsert=true,则 doris 会在末尾自动追加 
“?useBulkCopyForBatchInsert=true”,导致错误。因此暂时解决该问题的办法是主动在 jdbc_url 
末尾加上“;useBulkCopyForBatchInsert=true”,例如:"jdbc_url" = 
"jdbc:sqlserver://xxx:xxx;DataBaseName=test;encrypt=false;useBulkCopyForBatchInsert=true"


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to