I've created a JIRA case, a branch in my github fork containing your
commit, and a PR. Let's commit this using the regular process after
the release finishes.

https://github.com/apache/calcite/pull/955

https://issues.apache.org/jira/browse/CALCITE-2725

I deleted the branch in ASF git. I don't think we should clutter up
that repo with feature branches.

Julian

On Tue, Dec 4, 2018 at 3:50 PM <francischu...@apache.org> wrote:
>
> Repository: calcite
> Updated Branches:
>   refs/heads/site-sha512 [created] 30646adaa
>
>
> Site: Link to SHA512 digest and remove link to Github commit per ASF policy
>
>
> Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
> Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/30646ada
> Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/30646ada
> Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/30646ada
>
> Branch: refs/heads/site-sha512
> Commit: 30646adaa6dd93d947a6c3122977e7e1d0f7a9bb
> Parents: efec74d
> Author: Francis Chuang <francischu...@apache.org>
> Authored: Wed Dec 5 09:22:35 2018 +1100
> Committer: Francis Chuang <francischu...@apache.org>
> Committed: Wed Dec 5 09:22:35 2018 +1100
>
> ----------------------------------------------------------------------
>  site/downloads/index.md | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/calcite/blob/30646ada/site/downloads/index.md
> ----------------------------------------------------------------------
> diff --git a/site/downloads/index.md b/site/downloads/index.md
> index bceb2db..889ef5e 100644
> --- a/site/downloads/index.md
> +++ b/site/downloads/index.md
> @@ -50,14 +50,17 @@ Release          | Date       | Commit   | Download
>  {% endcomment %}{% capture d1 %}{{ post.date | date: "%F"}}{% endcapture 
> %}{% comment %}
>  {% endcomment %}{% capture d2 %}2017-08-31{% endcapture %}{% comment %}
>  {% endcomment %}{% capture d3 %}2018-06-01{% endcapture %}{% comment %}
> -{% endcomment %}{% if d1 > d2 %}{% comment %}
> +{% endcomment %}{% capture d4 %}2018-12-01{% endcapture %}{% comment %}
> +{% endcomment %}{% if d1 > d4 %}{% comment %}
> +{% endcomment %}{% assign digest = "sha512" %}{% comment %}
> +{% endcomment %}{% elsif d1 > d2 %}{% comment %}
>  {% endcomment %}{% assign digest = "sha256" %}{% comment %}
>  {% endcomment %}{% else %}{% comment %}
>  {% endcomment %}{% assign digest = "md5" %}{% comment %}
>  {% endcomment %}{% endif %}{% comment %}
>  {% endcomment %}<a href="{{ site.baseurl }}/docs/history.html#{{ post.tag 
> }}">{{ post.version }}</a>{% comment %}
>  {% endcomment %} | {{ post.date | date_to_string }}{% comment %}
> -{% endcomment %} | <a href="https://github.com/apache/calcite/commit/{{ 
> post.sha }}">{{ post.sha }}</a>{% comment %}
> +{% endcomment %} | {{ post.sha }}{% comment %}
>  {% endcomment %} | <a href="{{ p }}/{{ v }}-src.tar.gz{{ q }}">tar</a>{% 
> comment %}
>  {% endcomment %} (<a href="{{ d }}/calcite/{{ v }}/{{ v }}-src.tar.gz.{{ 
> digest }}">digest</a>{% comment %}
>  {% endcomment %} <a href="{{ d }}/calcite/{{ v }}/{{ v 
> }}-src.tar.gz.asc">pgp</a>){% comment %}
>

Reply via email to