westonpace commented on issue #33745: URL: https://github.com/apache/arrow/issues/33745#issuecomment-1399561850
@s-pratik To start with, when considering your first contribution, you might want to read the new contributor's guide to go over the basics: https://arrow.apache.org/docs/developers/guide/index.html You will want to make sure you can clone and build the project. To build the documentation you generally need to first build the python library (which requires building the C++ library). You can find more instructions on building the project here: https://arrow.apache.org/docs/developers/python.html Once you've build the project you will also want to be able to build the documentation. That process is described here: https://arrow.apache.org/docs/developers/documentation.html Then you will probably want to get familiar with the change introduced in #14495. You might look at tests or create some tests/experiments of your own. Once you're familiar with the changed capabilities you can update the documentation in this file: https://github.com/apache/arrow/blob/master/docs/source/cpp/compute.rst Once you're satisfied with your change you can create your own personal fork of the project, push your change as a branch to your personal fork, and then create a PR from that branch. This process is described in more detail here: https://arrow.apache.org/docs/developers/guide/index.html -- 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