Apache9 commented on pull request #3568:
URL: https://github.com/apache/hbase/pull/3568#issuecomment-894243050
> > How about branch-2? This regex will only accept branch-2.x?
>
> The regex will accept `branch-2` and `branch-2<anything>` from now on. The
previous regex was faulty and allowed `branch-1` too.
I'm not an expert of regex in bash but skimmed the script, we also have this
```
if [[ "${PATCH_BRANCH}" = branch-1* ]]; then
yetus_info "Setting Hadoop 3 versions to test based on branch-1.x rules."
hbase_hadoop3_versions=""
```
Is this also wrong?
--
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]