zhjwpku opened a new issue, #84: URL: https://github.com/apache/iceberg-cpp/issues/84
I came across the following building error while building main branch: ``` In file included from /Users/zhjwpku/zhjwpku/iceberg-cpp/build/_deps/arrow-src/cpp/src/arrow/compute/kernels/vector_selection_internal.cc:43: /Users/zhjwpku/zhjwpku/iceberg-cpp/build/_deps/arrow-src/cpp/src/arrow/util/ree_util.h:395:54: error: empty paragraph passed to '\par' command [-Werror,-Wdocumentation] 395 | /// \par You can write your loops like this instead: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 396 | /// \code | ~~~ In file included from /Users/zhjwpku/zhjwpku/iceberg-cpp/build/_deps/arrow-src/cpp/src/arrow/compute/kernels/vector_selection_take_internal.cc:45: /Users/zhjwpku/zhjwpku/iceberg-cpp/build/_deps/arrow-src/cpp/src/arrow/util/ree_util.h:395:54: error: empty paragraph passed to '\par' command [-Werror,-Wdocumentation] 395 | /// \par You can write your loops like this instead: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 396 | /// \code | ~~~ 1 error generated. ``` It seems related to https://github.com/apache/arrow/pull/46012, I'm not sure if this worth a update of arrow version since no recent release including this. I fix this by manually apply the change from that PR. I created this issue to document this error in case anyone else encounters it. We will update arrow once a new version is released. -- 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-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org