You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/30 11:40:03 UTC

[GitHub] [arrow] raulcd commented on pull request #13260: ARROW-16685: [Python] Failing docstring example in Table.join

raulcd commented on PR #13260:
URL: https://github.com/apache/arrow/pull/13260#issuecomment-1141052490

   The current doctest failures seem to be broken since this commit was merged on master: https://github.com/apache/arrow/commit/adb5b00023bf57122c6de540746008eff2d1ad92 
   ```
    _______________ [doctest] pyarrow._dataset.DirectoryPartitioning _______________
   EXAMPLE LOCATION UNKNOWN, not showing all tests of that example
   ??? >>> print(partitioning.parse("/2009/11"))
   Expected:
       ((year == 2009) and (month == 11))
   Got:
       (year == 2009)
   
   /opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/_dataset.cpython-39-x86_64-linux-gnu.so:None: DocTestFailure
   _________________ [doctest] pyarrow._dataset.HivePartitioning __________________
   EXAMPLE LOCATION UNKNOWN, not showing all tests of that example
   ??? >>> print(partitioning.parse("/year=2009/month=11"))
   Expected:
       ((year == 2009) and (month == 11))
   Got:
       (year == 2009)
   ```
   Is this an expected change or a bug being introduced? @westonpace @sanjibansg ?


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org