Skip to content

Conversation

@pan3793
Copy link
Member

@pan3793 pan3793 commented Oct 23, 2025

What changes were proposed in this pull request?

I apologize for making a silly mistake.

https://github.com/apache/spark/actions/runs/18718856740/job/53385398202

[ERROR] Could not find the selected project in the reactor: sql/connect/client/jdbc @ 
[ERROR] Could not find the selected project in the reactor: sql/connect/client/jdbc -> [Help 1]

The issue is,

elif [[ "$MODULES_TO_TEST" == "connect" && "$INPUT_BRANCH" == "branch-4.0" ]]; then
  ...

should be defined before

elif [[ "$MODULES_TO_TEST" == "connect" ]]; then
  ...

Why are the changes needed?

Fix branch-4.0 daily maven test

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Monitor daily Maven CI stability.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the INFRA label Oct 23, 2025
@pan3793
Copy link
Member Author

pan3793 commented Oct 23, 2025

cc @LuciferYang

Copy link
Member

@sarutak sarutak left a comment

Choose a reason for hiding this comment

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

LGTM. This change doesn't affect GA on push so let me merge this and check the maven test work by triggering it manually.

@sarutak sarutak closed this in fcbafc3 Oct 23, 2025
@sarutak
Copy link
Member

sarutak commented Oct 23, 2025

I triggered Build / Maven (branch-4.0, Scala 2.13, Hadoop 3, JDK 17) only to observe the result.
https://github.com/apache/spark/actions/runs/18752894852

If it passes, other maven tests for branch-4.0 should pass as of next triggered test.

@pan3793
Copy link
Member Author

pan3793 commented Oct 24, 2025

@sarutak, thank you for merging and checking

huangxiaopingRD pushed a commit to huangxiaopingRD/spark that referenced this pull request Nov 25, 2025
### What changes were proposed in this pull request?

I apologize for making a silly mistake.

https://github.com/apache/spark/actions/runs/18718856740/job/53385398202
```
[ERROR] Could not find the selected project in the reactor: sql/connect/client/jdbc
[ERROR] Could not find the selected project in the reactor: sql/connect/client/jdbc -> [Help 1]
```

The issue is,

```
elif [[ "$MODULES_TO_TEST" == "connect" && "$INPUT_BRANCH" == "branch-4.0" ]]; then
  ...
```
should be defined before
```
elif [[ "$MODULES_TO_TEST" == "connect" ]]; then
  ...
```
### Why are the changes needed?

Fix branch-4.0 daily maven test

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Monitor daily Maven CI stability.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#52707 from pan3793/SPARK-53914-followup.

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Kousuke Saruta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants