kou commented on PR #574: URL: https://github.com/apache/arrow-julia/pull/574#issuecomment-3583903220
OK. Let's work on the time out problem as #571. > ```text > # 126: Test Failed at /home/phillip/Work/arrow-julia/test/runtests.jl:391 > Expression: tt.a == [1, 2, 3, 1, 2, 3, 4, 1, 2, 3, 4, 5] > Evaluated: [1, 2, 3, 1, 2, 3, 4, 1, 2, 3, 4, 4] == [1, 2, 3, 1, 2, 3, 4, 1, 2, 3, 4, 5] > ``` This is caused by multi-threading: https://github.com/apache/arrow-julia/actions/runs/19651602551/job/56279594532?pr=574#step:6:219 ```text # 126: Test Failed at /home/runner/work/arrow-julia/arrow-julia/test/runtests.jl:391 Expression: tt.a == [1, 2, 3, 1, 2, 3, 4, 1, 2, 3, 4, 5] Evaluated: [1, 2, 3, 1, 2, 3, 4, 1, 2, 3, 4, 4] == [1, 2, 3, 1, 2, 3, 4, 1, 2, 3, 4, 5] ``` Let's work on it as #420. -- 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]
