From 4c9cc3ae312122e3daeced64d23d2398eec5328c Mon Sep 17 00:00:00 2001 From: "yiwei.wang" Date: Sat, 22 Jul 2023 23:48:52 -0700 Subject: [PATCH 1/2] [Docs] update document for AWS_ENDPOINT_URL --- docs/source/cpp/env_vars.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/cpp/env_vars.rst b/docs/source/cpp/env_vars.rst index e8490735926c1..cfaee50ce55f6 100644 --- a/docs/source/cpp/env_vars.rst +++ b/docs/source/cpp/env_vars.rst @@ -167,3 +167,7 @@ that changing their value later will have an effect. ``OMP_THREAD_LIMIT`` is 8, the global CPU thread pool will have 4 worker threads. But if ``OMP_THREAD_LIMIT`` is 2, the global CPU thread pool will have 2 worker threads. + +.. envvar:: AWS_ENDPOINT_URL + + Endpoint URL used for S3-like storage, for example Minio or s3.scality. From b14c67742c1c7866f8235f89591738711fc6038c Mon Sep 17 00:00:00 2001 From: "yiwei.wang" Date: Sun, 23 Jul 2023 00:07:05 -0700 Subject: [PATCH 2/2] [Docs] reorder env --- docs/source/cpp/env_vars.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/cpp/env_vars.rst b/docs/source/cpp/env_vars.rst index cfaee50ce55f6..8d10fd2cc2e40 100644 --- a/docs/source/cpp/env_vars.rst +++ b/docs/source/cpp/env_vars.rst @@ -138,6 +138,10 @@ that changing their value later will have an effect. SIGILL (Illegal Instruction). User must rebuild Arrow and PyArrow from scratch by setting cmake option ``ARROW_SIMD_LEVEL=NONE``. +.. envvar:: AWS_ENDPOINT_URL + + Endpoint URL used for S3-like storage, for example Minio or s3.scality. + .. envvar:: GANDIVA_CACHE_SIZE The number of entries to keep in the Gandiva JIT compilation cache. @@ -167,7 +171,3 @@ that changing their value later will have an effect. ``OMP_THREAD_LIMIT`` is 8, the global CPU thread pool will have 4 worker threads. But if ``OMP_THREAD_LIMIT`` is 2, the global CPU thread pool will have 2 worker threads. - -.. envvar:: AWS_ENDPOINT_URL - - Endpoint URL used for S3-like storage, for example Minio or s3.scality.