pitrou commented on code in PR #41330:
URL: https://github.com/apache/arrow/pull/41330#discussion_r1587854844
##########
cpp/src/gandiva/cache.h:
##########
@@ -25,6 +25,14 @@
namespace gandiva {
+namespace internal {
+// Only called once by GetCapacity().
+// Do the actual work of getting the capacity from env var.
+// Also makes the testing easier.
+GANDIVA_EXPORT
+int GetCapacityFromEnvVar();
+} // namespace internal
+
GANDIVA_EXPORT
int GetCapacity();
Review Comment:
I have no idea :-) You could deprecate the old API if we want to ensure a
smoother migration.
--
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]