mootari opened a new pull request, #46997:
URL: https://github.com/apache/arrow/pull/46997

   ### Rationale for this change
   
   The Sphinx directive `versionadded` expects a `version` argument and an 
optional description of the change 
([docs](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-versionadded)).
 The Columnar Format docs pass "Arrow Columnar Format" (unquoted) to the 
directive, causing only "Arrow" to be rendered as version.
   
   Fixes #46942
   
   ### What changes are included in this PR?
   
   Quotes the version label to prevent it from getting parsed as multiple 
arguments.
   
   ### Are these changes tested?
   
   Not yet. Depending on what the built preview will look like we may need to 
switch to a different directive like `note::` instead.
   
   ### Are there any user-facing changes?
   
   Docs only.


-- 
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

Reply via email to