[
https://issues.apache.org/jira/browse/PHOENIX-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-2024.
-----------------------------------
Resolution: Invalid
That's correct that there isn't a specific branch for 3.3.1 -- the 3.x
developments are (were) done on the 3.0 branch (possibly a strange name, but
that's for historical reasons).
However, there is a v3.3.1 tag, which is probably what you're looking for:
{code}
$ git tag | grep v3.3.1
v3.3.1
v3.3.1-rc0
v3.3.1-rc1
{code}
Something like this can probably just be asked on the dev mailing list instead
of logging a bug.
> Latest v3 release doesn't have a git branch
> -------------------------------------------
>
> Key: PHOENIX-2024
> URL: https://issues.apache.org/jira/browse/PHOENIX-2024
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 3.3.1
> Reporter: James Heather
> Labels: github-import
>
> The latest downloadable tarball for v3 is 3.3.1. But if I clone the git repo
> and look at the available branches, it's not there:
> {code}
> [james@marlon phoenix] $ git branch -a
> * master
> remotes/origin/2.0
> remotes/origin/3.0
> remotes/origin/3.2
> remotes/origin/4.2
> remotes/origin/4.3
> remotes/origin/4.4-HBase-0.98
> remotes/origin/4.4-HBase-1.0
> remotes/origin/4.4-HBase-1.1
> remotes/origin/4.x-HBase-0.98
> remotes/origin/4.x-HBase-1.0
> remotes/origin/4.x-HBase-1.1
> remotes/origin/HEAD -> origin/master
> remotes/origin/calcite
> remotes/origin/json
> remotes/origin/master
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)