AlenkaF commented on PR #49843:
URL: https://github.com/apache/arrow/pull/49843#issuecomment-4307069119

   > Unrelated, but the most recent commit also fixed the Sphinx doctest 
failures -- the `>>>` examples were being picked up by `pytest --doctest-glob` 
and failing due to `numpy` output line-wrapping differences, so I added `# 
doctest: +SKIP` to those examples. Please let me know if there's a better way.
   
   I would use `+SKIP` as little as possible and I would make changes only on 
the lines that are failing. Also, I like to use ELLIPSIS (`...`) where possible 
so you can still check the whole first line before the line break. If that 
makes sense?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to