kou commented on PR #13101: URL: https://github.com/apache/arrow/pull/13101#issuecomment-1128136970
This is ready to merge. AppVeyor build: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/43563294 `arrow-flight-sql-test` is sometimes stuck on macOS. e.g.: https://github.com/ursacomputing/crossbow/runs/6447575030?check_suite_focus=true#step:7:6883 But this is not related to this change because it's caused without this change. e.g.: [verify-rc-source-python-macos-conda-amd64 nightly at 2022-05-09](https://github.com/ursacomputing/crossbow/runs/6353247542?check_suite_focus=true) Note that the nightly job at 2022-05-09 was canceled by GitHub Actions' default 6 hours timeout because we ran tests without ctest's `--timeout`. The `arrow-flight-sql-test` failure in this pull request is stopped by `ctest` because I added `--timeout` in this pull request: https://github.com/apache/arrow/pull/13101/files#diff-82f32771b6ac9daaadbfb77bd77062d63e131ad18ecd9014ff90eff17865964fR638 -- 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]
