You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2020/11/15 10:56:51 UTC

[calcite-site] branch master updated (b8bc73f -> dad9ccf)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-site.git.


 discard b8bc73f  Add regression warning to prevent users from upgrading to 1.26.0
     new dad9ccf  Add regression warning to prevent users from upgrading to 1.26.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b8bc73f)
            \
             N -- N -- N   refs/heads/master (dad9ccf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 news/index.html | 4 ++++
 1 file changed, 4 insertions(+)


[calcite-site] 01/01: Add regression warning to prevent users from upgrading to 1.26.0

Posted by vl...@apache.org.
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 <si...@gmail.com>
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>