raulcd commented on PR #50259: URL: https://github.com/apache/arrow/pull/50259#issuecomment-4799873492
@pitrou let's not merge yet, this fixed doxygen but I think the docs job still fail due to the last PR merged also breaking docs: - https://github.com/apache/arrow/pull/50160 I can see some doctest failures locally now that the job has run to completion: ``` /opt/conda/envs/arrow/lib/python3.10/site-packages/pyarrow/lib.cpython-310-x86_64-linux-gnu.so:5953: DocTestFailure ____________________________________________________________________________________________ [doctest] pyarrow.lib.table _____________________________________________________________________________________________ 6107 -- schema metadata -- 6108 n_legs: 'Number of legs per animal' 6109 6110 Construct a Table from pandas DataFrame: 6111 6112 >>> import pandas as pd 6113 >>> df = pd.DataFrame({'year': [2020, 2022, 2019, 2021], 6114 ... 'n_legs': [2, 4, 5, 100], 6115 ... 'animals': ["Flamingo", "Horse", "Brittle stars", "Centipede"]}) 6116 >>> pa.table(df) Differences (unified diff with -expected +actual): @@ -2,5 +2,5 @@ year: int64 n_legs: int64 -animals: large_string +animals: string ---- year: [[2020,2022,2019,2021]] ``` -- 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]
