kou commented on code in PR #47261: URL: https://github.com/apache/arrow/pull/47261#discussion_r2258604525
########## .github/workflows/cpp_extra.yml: ########## @@ -124,6 +124,12 @@ jobs: -e ARROW_USE_MESON=ON runs-on: ubuntu-latest title: AMD64 Ubuntu Meson + - continue-on-error: true Review Comment: I want all developers except people who are working on C++23 support to ignore this error until we're C++23 ready. If our CI reports this as a failure, some developers who don't know this is a known failure may check CI failure manually. I want to avoid the situation. How about adding a comment such as `# TODO: We should remove this continue-on-error once GH-47207 is resolved`? -- 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