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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
