Kouhei Sutou created ARROW-7255: ----------------------------------- Summary: [CI] Run source release test on pull request Key: ARROW-7255 URL: https://issues.apache.org/jira/browse/ARROW-7255 Project: Apache Arrow Issue Type: Improvement Components: Continuous Integration Reporter: Kouhei Sutou Assignee: Kouhei Sutou
If we don't run source release test on pull request, it's difficult that we detect source release test failure on pull request. For example, https://github.com/apache/arrow/pull/5852 introduced source release test failure but we can't detect it on pull request. Then https://github.com/apache/arrow/pull/5889 tried to fix the source release test failure and merged but it didn't fix the failure. We couldn't detect it because we didn't run source release test on pull request. Then https://github.com/apache/arrow/pull/5893 will really fix the source release test failure. -- This message was sent by Atlassian Jira (v8.3.4#803005)