You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "AlenkaF (via GitHub)" <gi...@apache.org> on 2023/05/08 11:48:16 UTC

[GitHub] [arrow] AlenkaF opened a new issue, #35474: [C++][Docs] Doxygen warning for JoinType and JoinKeyCmp

AlenkaF opened a new issue, #35474:
URL: https://github.com/apache/arrow/issues/35474

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   When building the documentation there is a warning about the `JoinType` and `JoinKeyCmp` not being found:
   
   ```
   /Users/alenkafrim/repos/arrow/docs/source/cpp/api/compute.rst:71: WARNING: doxygenenum: Cannot find enum "arrow::compute::JoinType" in doxygen xml output for project "arrow_cpp" from directory: ../../cpp/apidoc/xml
   /Users/alenkafrim/repos/arrow/docs/source/cpp/api/compute.rst:73: WARNING: doxygenenum: Cannot find enum "arrow::compute::JoinKeyCmp" in doxygen xml output for project "arrow_cpp" from directory: ../../cpp/apidoc/xml
   ```
   
   The warning is visible in the docs also: https://arrow.apache.org/docs/dev/cpp/api/compute.html#streaming-execution-operators.
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #35474: [C++][Docs] Doxygen warning for JoinType and JoinKeyCmp

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #35474:
URL: https://github.com/apache/arrow/issues/35474#issuecomment-1539018830

   I believe this is fixed as part of https://github.com/apache/arrow/pull/35320


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #35474: [C++][Docs] Doxygen warning for JoinType and JoinKeyCmp

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #35474:
URL: https://github.com/apache/arrow/issues/35474#issuecomment-1539017894

   Ah, it should be `arrow::acero` now I believe.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] AlenkaF closed issue #35474: [C++][Docs] Doxygen warning for JoinType and JoinKeyCmp

Posted by "AlenkaF (via GitHub)" <gi...@apache.org>.
AlenkaF closed issue #35474: [C++][Docs] Doxygen warning for JoinType and JoinKeyCmp
URL: https://github.com/apache/arrow/issues/35474


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] AlenkaF commented on issue #35474: [C++][Docs] Doxygen warning for JoinType and JoinKeyCmp

Posted by "AlenkaF (via GitHub)" <gi...@apache.org>.
AlenkaF commented on issue #35474:
URL: https://github.com/apache/arrow/issues/35474#issuecomment-1539353091

   Oh I see, thank you for the info! Will close this as it is visible from the CI builds on the mentioned PR that the warnings are fixed 👍 


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org