paleolimbot commented on code in PR #40191: URL: https://github.com/apache/arrow/pull/40191#discussion_r1499274432
########## r/NEWS.md: ########## @@ -50,6 +50,17 @@ * A large number of minor spelling mistakes were fixed (@jsoref, #38929, #38257) * The developer documentation has been updated to match changes made in recent releases (#38220) +# arrow 14.0.2.1 + +## Minor improvements and fixes + +* Check for internet access when building from source and fallback to a + minimally scoped Arrow C++ build (#39699). +* Built from source by default on macOS (#39861). +* Support build against older versions of Arrow C++. This is currently opt-in and + requires atleast Arrow C++ 13.0.0 (#39739). Review Comment: Would it be worth adding the environment variable name here that one might set to opt in? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
