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/11 14:35:52 UTC

[GitHub] [arrow-cookbook] lidavidm opened a new issue, #194: [Python] Tests fail after upgrading to PyArrow 8.0.0

lidavidm opened a new issue, #194:
URL: https://github.com/apache/arrow-cookbook/issues/194

   https://github.com/apache/arrow-cookbook/runs/6356472375?check_suite_focus=true
   
   ```
   Document: io
   ------------
   **********************************************************************
   File "io.rst", line 131, in default
   Failed example:
       print(table)
   Expected:
       pyarrow.Table
       col1: int64
       ----
       col1: [[0,1,2,3,4,5,6,7,8,9,...,90,91,92,93,94,95,96,97,98,99]]
   Got:
       pyarrow.Table
       col1: int64
       ----
       col1: [[0,1,2,3,4,...,95,96,97,98,99]]
   **********************************************************************
   File "io.rst", line 443, in default
   Failed example:
       print(table)
   Expected:
       pyarrow.Table
       col1: int64
       ----
       col1: [[0,1,2,3,4,5,6,7,8,9,...,90,91,92,93,94,95,96,97,98,99]]
   Got:
       pyarrow.Table
       col1: int64
       ----
       col1: [[0,1,2,3,4,...,95,96,97,98,99]]
   **********************************************************************
   File "io.rst", line 1045, in default
   Failed example:
       print(table)
   Expected:
       pyarrow.Table
       col1: int64
       ----
       col1: [[0,1,2,3,4,5,6,7,8,9,...,90,91,92,93,94,95,96,97,98,99]]
   Got:
       pyarrow.Table
       col1: int64
       ----
       col1: [[0,1,2,3,4,...,95,96,97,98,99]]
   **********************************************************************
   1 items had failures:
      3 of  38 in default
   38 tests in 1 items.
   35 passed and 3 failed.
   ***Test Failed*** 3 failures.
   
   Document: create
   ----------------
   1 items passed all tests:
     12 tests in default
   12 tests in 1 items.
   12 passed and 0 failed.
   Test passed.
   
   Doctest summary
   ===============
     108 tests
       3 failures in tests
       0 failures in setup code
       0 failures in cleanup code
   ```


-- 
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.apache.org

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


[GitHub] [arrow-cookbook] amol- commented on issue #194: [Python] Tests fail after upgrading to PyArrow 8.0.0

Posted by GitBox <gi...@apache.org>.
amol- commented on issue #194:
URL: https://github.com/apache/arrow-cookbook/issues/194#issuecomment-1123954935

   Thanks for checking, I guess it's just a matter of default truncation option.


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


[GitHub] [arrow-cookbook] amol- closed issue #194: [Python] Tests fail after upgrading to PyArrow 8.0.0

Posted by GitBox <gi...@apache.org>.
amol- closed issue #194: [Python] Tests fail after upgrading to PyArrow 8.0.0
URL: https://github.com/apache/arrow-cookbook/issues/194


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


[GitHub] [arrow-cookbook] lidavidm commented on issue #194: [Python] Tests fail after upgrading to PyArrow 8.0.0

Posted by GitBox <gi...@apache.org>.
lidavidm commented on issue #194:
URL: https://github.com/apache/arrow-cookbook/issues/194#issuecomment-1123957251

   See #195


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