amol- commented on a change in pull request #10684: URL: https://github.com/apache/arrow/pull/10684#discussion_r666919407
########## File path: cpp/cmake_modules/UseCython.cmake ########## @@ -145,6 +145,8 @@ function(compile_pyx ${no_docstrings_arg} ${cython_debug_arg} ${CYTHON_FLAGS} + # Necessary for autodoc of function arguments + --directive embedsignature=True Review comment: done, removed the directive from the files that had it -- 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