amoeba commented on code in PR #3180:
URL: https://github.com/apache/arrow-adbc/pull/3180#discussion_r2220100425


##########
docs/source/format/driver_manifests.rst:
##########
@@ -313,35 +316,39 @@ to control which directories will be searched for 
manifests, with the behavior b
     .. tab-item:: R
        :sync: r
 
-       Use ``adbc_driver(... , load_flags = adbc_load_flags())`` to pass 
options to the driver manager
+       Use ``adbc_driver(..., load_flags = adbc_load_flags())`` to pass 
options to the driver manager
        regarding how to locate drivers specified by manifest.
 
     .. tab-item:: Ruby
        :sync: ruby
 
-        The class ``ADBC::LoadFlags`` is a set of bitflags to control the 
directories to be searched. The flags are
-        * ``ADBC::LoadFlags::SEARCH_ENV` - search the environment variable 
``ADBC_CONFIG_PATH``
-        * ``ADBC::LoadFlags::SEARCH_USER`` - search the user configuration 
directory
-        * ``ADBC::LoadFlags::SEARCH_SYSTEM`` - search the system configuration 
directory
-        * ``ADBC::LoadFlags::ALLOW_RELATIVE_PATHS`` - allow a relative path to 
be provided
-        * ``ADBC::LoadFlags::DEFAULT`` - default value with all flags set
+       The class ``ADBC::LoadFlags`` is a set of bitflags to control the 
directories to be searched. The flags are
 
-        These can be provided by using ``ADBC::Database#load_flags=``.
-        Passing the option ``load_flags`` as an option to ``AdbcDatabase`` (or 
via ``db_kwargs`` in ``adbc_driver_qmanager.dbapi.connect``) will
-        allow you to control the directories to be searched by using the value 
of the option as the bitmask for the load flag desired.
+       * ``ADBC::LoadFlags::SEARCH_ENV`` - search the environment variable 
``ADBC_CONFIG_PATH``
+       * ``ADBC::LoadFlags::SEARCH_USER`` - search the user configuration 
directory
+       * ``ADBC::LoadFlags::SEARCH_SYSTEM`` - search the system configuration 
directory
+       * ``ADBC::LoadFlags::ALLOW_RELATIVE_PATHS`` - allow a relative path to 
be provided
+       * ``ADBC::LoadFlags::DEFAULT`` - default value with all flags set
+       These can be provided by using ``ADBC::Database#load_flags=``.

Review Comment:
   Ugh, thanks. Fixed in fb62f374402824bd7221df2668e15f0a659a5189.



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to