Commits


Antoine Pitrou authored and David Li committed a49d6e235f7
ARROW-12248: [C++] Avoid looking up ARROW_DEFAULT_MEMORY_POOL environment variable too late In some situations (e.g. R bindings), default_memory_pool() may be called before the Arrow library's global variables were fully initialized. Closes #9930 from pitrou/ARROW-12248-memory-pool-env-lookup Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: David Li <li.davidm96@gmail.com>