kou commented on code in PR #47093: URL: https://github.com/apache/arrow/pull/47093#discussion_r2203747781
########## .github/workflows/verify_rc.yml: ########## @@ -91,16 +91,37 @@ jobs: VERSION: ${{ needs.target.outputs.version }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + fetch-depth: 0 - name: Run run: | dev/release/verify-release-candidate.sh ${VERSION} ${RC} - name: Verify the previous version + # TODO: We may re-enable this in the future. + # There are some problems for now: + # * We need to specify the previous versions for all + # dependencies explicitly. For example, "apt install + # libarrow-glib-dev=20.0.0-1" doesn't work. We need "apt + # install libarrow-glib-dev=20.0.0-1 + # libarrow-acero-dev=20.0.0-1 libparquet-dev=20.0.0-1 + # gir1.2-arrow-1.0=20.0.0-1 libparquet-dev=20.0.0-1 + # libarrow-dev=20.0.0-1" Review Comment: https://github.com/apache/arrow/issues/47097 -- 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