This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-site.git
commit dad9ccf947118f6dbc82d51ef88799802083164d Author: Vladimir Sitnikov <[email protected]> AuthorDate: Sun Nov 15 13:55:24 2020 +0300 Add regression warning to prevent users from upgrading to 1.26.0 --- news/2020/10/06/release-1.26.0/index.html | 4 ++++ news/index.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/news/2020/10/06/release-1.26.0/index.html b/news/2020/10/06/release-1.26.0/index.html index 6329e59..dfd02a0 100644 --- a/news/2020/10/06/release-1.26.0/index.html +++ b/news/2020/10/06/release-1.26.0/index.html @@ -141,6 +141,10 @@ is pleased to announce <a href="/docs/history.html#v1-26-0">Apache Calcite release 1.26.0</a>.</p> +<p><strong>Warning:</strong> Calcite 1.26.0 has <strong>severe</strong> issues with <code class="highlighter-rouge">RexNode</code> simplification caused by <code class="highlighter-rouge">SEARCH operator</code> ( +wrong data from query optimization, <code class="highlighter-rouge">NullPointerException</code>), so use 1.26.0 for development only, +and beware that Calcite 1.26.0 would corrupt your data.</p> + <p>This release comes about two months after 1.25.0 and includes more than 70 resolved issues, comprising a lot of new features and bug-fixes. Among others, it is worth highlighting the following.</p> diff --git a/news/index.html b/news/index.html index b050aca..f90170f 100644 --- a/news/index.html +++ b/news/index.html @@ -146,6 +146,10 @@ is pleased to announce <a href="/docs/history.html#v1-26-0">Apache Calcite release 1.26.0</a>.</p> +<p><strong>Warning:</strong> Calcite 1.26.0 has <strong>severe</strong> issues with <code class="highlighter-rouge">RexNode</code> simplification caused by <code class="highlighter-rouge">SEARCH operator</code> ( +wrong data from query optimization, <code class="highlighter-rouge">NullPointerException</code>), so use 1.26.0 for development only, +and beware that Calcite 1.26.0 would corrupt your data.</p> + <p>This release comes about two months after 1.25.0 and includes more than 70 resolved issues, comprising a lot of new features and bug-fixes. Among others, it is worth highlighting the following.</p>
