dinse commented on code in PR #46755:
URL: https://github.com/apache/arrow/pull/46755#discussion_r2144150093


##########
python/pyarrow/lib.pyx:
##########
@@ -96,6 +96,15 @@ def is_threading_enabled() -> bool:
     return libarrow_python.IsThreadingEnabled()
 
 
+def get_pybuild_type() -> str:
+    """
+    Returns the PyArrow build type (debug, minsizerel, release, 
+    relwithdebinfo). The default build type is release, regardless of if C++ 
+    was built in debug mode.

Review Comment:
   Ok.



-- 
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