This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new f6541b2b9 docs: add warning (#1845)
f6541b2b9 is described below

commit f6541b2b932679a2045edb022ba565fa41cf7c79
Author: David Li <[email protected]>
AuthorDate: Thu May 9 11:01:54 2024 +0900

    docs: add warning (#1845)
    
    Also see: #1841
---
 docs/source/driver/status.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/source/driver/status.rst b/docs/source/driver/status.rst
index b25f2f492..66fabff71 100644
--- a/docs/source/driver/status.rst
+++ b/docs/source/driver/status.rst
@@ -19,6 +19,12 @@
 Driver Implementation Status
 ============================
 
+.. warning:: There is a known problem on macOS x86_64 when using two drivers
+             written in Go in the same process (unless working in a pure-Go
+             application), where using the second driver may crash.  For more
+             details, see `GH-1841
+             <https://github.com/apache/arrow-adbc/issues/1841>`_.
+
 Implementation Status
 =====================
 

Reply via email to