AlenkaF commented on PR #46521: URL: https://github.com/apache/arrow/pull/46521#issuecomment-2903506946
I think there is one more fix we can add. From the Docs CI build: ``` /build/python/docs/source/cpp/api/table.rst:44: WARNING: doxygenfunction: Cannot find function "arrow::ConcatenateTables" in doxygen xml output for project "arrow_cpp" from directory: /build/cpp/apidoc/xml /build/python/docs/source/cpp/api/table.rst:47: WARNING: doxygenfunction: Cannot find function "arrow::PromoteTableToSchema" in doxygen xml output for project "arrow_cpp" from directory: /build/cpp/apidoc/xml ``` a warning can also be found on the page: https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4N5arrow17ConcatenateTablesERKNSt6vectorINSt10shared_ptrI5TableEEEE24ConcatenateTablesOptionsP10MemoryPool. There are a number of warnings and errors connected to docstrings for `BaseListArray.flatten` in the same CI build (https://github.com/apache/arrow/actions/runs/15167885952/job/42650356152?pr=46521#step:6:7465). Not sure what to do with these. Looks OK in the `array.pxi` code. -- 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