Skip to content

Conversation

@thisisnic
Copy link
Member

Rationale for this change

CI needs updating to test old R package versions

What changes are included in this PR?

Add 22.0.0.1

Are these changes tested?

Nah, it's CI stuff

Are there any user-facing changes?

No

@github-actions
Copy link

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Jan 27, 2026
@raulcd
Copy link
Member

raulcd commented Jan 28, 2026

@github-actions crossbow submit test-r-arrow-backwards-compatibility

Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, validating CI. Will merge once green

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting committer review Awaiting committer review labels Jan 28, 2026
@github-actions
Copy link

Revision: d7c6b0d

Submitted crossbow builds: ursacomputing/crossbow @ actions-e5a2a3d937

Task Status
test-r-arrow-backwards-compatibility GitHub Actions

@raulcd
Copy link
Member

raulcd commented Jan 28, 2026

whoah, the space at the beginning of the title had me wondering what was going on:

Traceback (most recent call last):
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 641, in <module>
    cli()
    ~~~^^
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 608, in cli
    pr = PullRequest(cmd, github_api, ORG_NAME, pr_num)
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 404, in __init__
    self.issue = self._get_issue()
                 ~~~~~~~~~~~~~~~^^
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 437, in _get_issue
    self.cmd.fail("PR title should be prefixed by a GitHub ID, like: "
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  f"GH-XXX, but found {self.title}")
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 364, in fail
    raise Exception(msg)
Exception: PR title should be prefixed by a GitHub ID, like: GH-XXX, but found  MINOR: [R] Add 22.0.0.1 to compatiblity matrix

@raulcd raulcd changed the title MINOR: [R] Add 22.0.0.1 to compatiblity matrix MINOR: [R] Add 22.0.0.1 to compatiblity matrix Jan 28, 2026
@raulcd raulcd merged commit d2fcaa6 into apache:main Jan 28, 2026
11 checks passed
@raulcd raulcd removed the awaiting merge Awaiting merge label Jan 28, 2026
@thisisnic
Copy link
Member Author

whoah, the space at the beginning of the title had me wondering what was going on:

Traceback (most recent call last):
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 641, in <module>
    cli()
    ~~~^^
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 608, in cli
    pr = PullRequest(cmd, github_api, ORG_NAME, pr_num)
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 404, in __init__
    self.issue = self._get_issue()
                 ~~~~~~~~~~~~~~~^^
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 437, in _get_issue
    self.cmd.fail("PR title should be prefixed by a GitHub ID, like: "
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  f"GH-XXX, but found {self.title}")
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 364, in fail
    raise Exception(msg)
Exception: PR title should be prefixed by a GitHub ID, like: GH-XXX, but found  MINOR: [R] Add 22.0.0.1 to compatiblity matrix

Oh damn, that is such a subtle one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants