This is an automated email from the ASF dual-hosted git repository.
brycemecum 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 8b2e24422 docs: clarify relationship specification.rst to adbc.h
(#3226)
8b2e24422 is described below
commit 8b2e24422b927b255f7a67734440516e7a11ebcf
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Aug 4 17:49:30 2025 -0700
docs: clarify relationship specification.rst to adbc.h (#3226)
Clarifies the relation between this document and the authoritative
definition of the ADBC API.
---
docs/source/format/specification.rst | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/source/format/specification.rst
b/docs/source/format/specification.rst
index ce242e96c..e5cdb487e 100644
--- a/docs/source/format/specification.rst
+++ b/docs/source/format/specification.rst
@@ -19,7 +19,9 @@
ADBC API Standard
=================
-This document summarizes the general featureset.
+This document summarizes the general featureset of the ADBC API and should be
considered informative only.
+
+For authoritative definitions of the ADBC API, refer to the following sources:
- For C/C++ details, see :external+cpp_adbc:doc:`adbc.h`.
- For Go details, see the `source
<https://github.com/apache/arrow-adbc/blob/main/go/adbc/adbc.go>`__.
@@ -27,6 +29,8 @@ This document summarizes the general featureset.
<https://github.com/apache/arrow-adbc/tree/main/java/core>`__, particularly
the package :jpackage:`org.apache.arrow.adbc.core`.
+:external+cpp_adbc:doc:`adbc.h`. is considered canonical.
+
Databases
=========