REASY commented on PR #13157: URL: https://github.com/apache/arrow/pull/13157#issuecomment-1144344646
> Python / AMD64 Conda Python 3.9 Sphinx & Numpydoc (pull_request) failed with: ``` 2022-06-01T15:08:00.1182209Z =================================== FAILURES =================================== 2022-06-01T15:08:00.1183182Z _______________________ [doctest] pyarrow.lib.Table.join _______________________ 2022-06-01T15:08:00.1184191Z 4663 ... 'year': [2020, 2022, 2019]}) 2022-06-01T15:08:00.1184936Z 4664 >>> df2 = pd.DataFrame({'id': [3, 4], 2022-06-01T15:08:00.1185704Z 4665 ... 'n_legs': [5, 100], 2022-06-01T15:08:00.1187235Z 4666 ... 'animal': ["Brittle stars", "Centipede"]}) 2022-06-01T15:08:00.1187907Z 4667 >>> t1 = pa.Table.from_pandas(df1) 2022-06-01T15:08:00.1188957Z 4668 >>> t2 = pa.Table.from_pandas(df2) 2022-06-01T15:08:00.1189722Z 4669 2022-06-01T15:08:00.1190287Z 4670 Left outer join: 2022-06-01T15:08:00.1190727Z 4671 2022-06-01T15:08:00.1191547Z 4672 >>> t1.join(t2, 'id') 2022-06-01T15:08:00.1192092Z Differences (unified diff with -expected +actual): 2022-06-01T15:08:00.1192557Z @@ -2,9 +2,9 @@ 2022-06-01T15:08:00.1192892Z id: int64 2022-06-01T15:08:00.1193196Z year: int64 2022-06-01T15:08:00.1193520Z +animal: string 2022-06-01T15:08:00.1193840Z n_legs: int64 2022-06-01T15:08:00.1194239Z -animal: string 2022-06-01T15:08:00.1194626Z ---- 2022-06-01T15:08:00.1194955Z id: [[3,1,2]] 2022-06-01T15:08:00.1195422Z year: [[2019,2020,2022]] 2022-06-01T15:08:00.1195859Z +animal: [["Brittle stars",null,null]] 2022-06-01T15:08:00.1196237Z n_legs: [[5,null,null]] 2022-06-01T15:08:00.1196726Z -animal: [["Brittle stars",null,null]] ``` Seems like the order of columns has changed. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org