This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2b2d44adf Website deployed from
calcite@ad2a68fc23226026dfef60ce5d72ff5ad6fb9604
2b2d44adf is described below
commit 2b2d44adf6adfb00063f0e8ad86bf97804d4eca3
Author: libenchao <[email protected]>
AuthorDate: Fri Nov 10 13:20:58 2023 +0000
Website deployed from calcite@ad2a68fc23226026dfef60ce5d72ff5ad6fb9604
---
docs/algebra.html | 8 +-
docs/history.html | 88 +++++++-
docs/innodb_adapter.html | 6 +-
docs/reference.html | 232 ++++-----------------
downloads/index.html | 11 +-
.../2014/08/19/release-0.9.0-incubating/index.html | 11 +-
.../2014/10/02/release-0.9.1-incubating/index.html | 11 +-
.../2014/11/05/release-0.9.2-incubating/index.html | 11 +-
.../2015/01/31/release-1.0.0-incubating/index.html | 11 +-
.../2015/03/13/release-1.1.0-incubating/index.html | 11 +-
.../2015/04/07/release-1.2.0-incubating/index.html | 11 +-
news/2015/04/24/new-committers/index.html | 11 +-
.../2015/05/30/release-1.3.0-incubating/index.html | 11 +-
news/2015/06/05/algebra-builder/index.html | 11 +-
.../2015/07/31/xldb-best-lightning-talk/index.html | 11 +-
.../2015/09/02/release-1.4.0-incubating/index.html | 11 +-
news/2015/10/22/calcite-graduates/index.html | 11 +-
news/2015/11/08/new-committers/index.html | 11 +-
news/2015/11/10/release-1.5.0/index.html | 11 +-
news/2016/01/22/release-1.6.0/index.html | 11 +-
news/2016/02/17/elser-pmc/index.html | 11 +-
news/2016/02/17/streaming-sql-talk/index.html | 11 +-
news/2016/03/22/cassandra-adapter/index.html | 11 +-
news/2016/03/22/release-1.7.0/index.html | 11 +-
news/2016/06/13/release-1.8.0/index.html | 11 +-
news/2016/09/22/release-1.9.0/index.html | 11 +-
news/2016/10/12/release-1.10.0/index.html | 11 +-
news/2017/01/09/release-1.11.0/index.html | 11 +-
news/2017/03/24/release-1.12.0/index.html | 11 +-
news/2017/03/31/new-avatica-repository/index.html | 11 +-
news/2017/06/26/release-1.13.0/index.html | 11 +-
news/2017/10/02/release-1.14.0/index.html | 11 +-
news/2017/12/11/release-1.15.0/index.html | 11 +-
news/2018/03/19/release-1.16.0/index.html | 11 +-
news/2018/07/20/release-1.17.0/index.html | 11 +-
news/2018/12/21/release-1.18.0/index.html | 11 +-
news/2019/03/25/release-1.19.0/index.html | 11 +-
news/2019/06/24/release-1.20.0/index.html | 11 +-
news/2019/09/11/release-1.21.0/index.html | 11 +-
news/2020/03/05/release-1.22.0/index.html | 11 +-
news/2020/05/23/release-1.23.0/index.html | 11 +-
news/2020/07/23/release-1.24.0/index.html | 11 +-
news/2020/08/22/release-1.25.0/index.html | 11 +-
news/2020/10/06/release-1.26.0/index.html | 11 +-
news/2021/01/11/meetup/index.html | 11 +-
news/2021/06/03/release-1.27.0/index.html | 11 +-
news/2021/10/19/release-1.28.0/index.html | 11 +-
news/2021/12/25/release-1.29.0/index.html | 11 +-
news/2022/03/19/release-1.30.0/index.html | 11 +-
news/2022/08/02/release-1.31.0/index.html | 11 +-
news/2022/09/10/release-1.32.0/index.html | 11 +-
news/2023/02/07/release_1.33.0/index.html | 11 +-
news/2023/03/14/release-1.34.0/index.html | 11 +-
news/2023/07/26/release-1.35.0/index.html | 11 +-
.../11/10/release-1.36.0}/index.html | 62 +++---
news/index.html | 72 ++++++-
news/releases/index.html | 72 ++++++-
57 files changed, 596 insertions(+), 494 deletions(-)
diff --git a/docs/algebra.html b/docs/algebra.html
index a6dfe83e4..1bfc13255 100644
--- a/docs/algebra.html
+++ b/docs/algebra.html
@@ -339,6 +339,10 @@ A SQL recursive query, e.g. this one that generates the
sequence 1, 2, 3, …10:
LogicalFilter(condition=[<($0, 10)])
LogicalTableScan(table=[[aux]])</code></pre></figure>
+<p>Note that there is no support for recursive queries in the SQL layer yet
+(<a href="https://issues.apache.org/jira/browse/CALCITE-129">CALCITE-129</a>);
+the <code class="language-plaintext highlighter-rouge">WITH RECURSIVE</code>
query above is only for illustrative purposes.</p>
+
<h3 id="api-summary">API summary</h3>
<h4 id="relational-operators">Relational operators</h4>
@@ -486,10 +490,6 @@ return the <code class="language-plaintext
highlighter-rouge">RelBuilder</code>.
<td style="text-align: left"><code class="language-plaintext
highlighter-rouge">repeatUnion(tableName, all [, n])</code></td>
<td style="text-align: left">Creates a <a
href="/javadocAggregate/org/apache/calcite/rel/core/RepeatUnion.html">RepeatUnion</a>
associated to a <a
href="/javadocAggregate/org/apache/calcite/schema/TransientTable.html">TransientTable</a>
of the two most recent relational expressions, with <code
class="language-plaintext highlighter-rouge">n</code> maximum number of
iterations (default -1, i.e. no limit).</td>
</tr>
- <tr>
- <td style="text-align: left"><code class="language-plaintext
highlighter-rouge">sample(bernoulli, rate [, repeatableSeed])</code></td>
- <td style="text-align: left">Creates a <a
href="/javadocAggregate/org/apache/calcite/rel/core/Sample.html">sample</a> of
at given sampling rate.</td>
- </tr>
<tr>
<td style="text-align: left"><code class="language-plaintext
highlighter-rouge">snapshot(period)</code></td>
<td style="text-align: left">Creates a <a
href="/javadocAggregate/org/apache/calcite/rel/core/Snapshot.html">Snapshot</a>
of the given snapshot period.</td>
diff --git a/docs/history.html b/docs/history.html
index 731ed5b45..8373ba79d 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -96,7 +96,7 @@ y (release manager),
z.
#### Breaking Changes
-{: #breaking-1-36-0}
+{: #breaking-1-37-0}
Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
using JDK/OpenJDK versions 8 to 19;
@@ -104,21 +104,95 @@ Guava versions 21.0 to 32.1.3-jre;
other software versions as specified in gradle.properties.
#### New features
-{: #new-features-1-36-0}
+{: #new-features-1-37-0}
#### Dependency version upgrade
-{: #dependency-1-36-0}
+{: #dependency-1-37-0}
#### Bug-fixes, API changes and minor enhancements
-{: #fixes-1-36-0}
+{: #fixes-1-37-0}
#### Build and test suite
-{: #build-1-36-0}
+{: #build-1-37-0}
#### Web site and documentation
-{: #site-1-36-0}
+{: #site-1-37-0}
-->
+<h2 id="v1-36-0">
+<a
href="https://github.com/apache/calcite/releases/tag/calcite-1.36.0">1.36.0</a>
/ 2023-11-10</h2>
+
+<p>This release comes 3 months after <a href="#v1-35-0">1.35.0</a>,
+contains contributions from 30 contributors, and resolves 125 issues.</p>
+
+<p>Among other new features, it’s worth highlighting the adding of 30 new SQL
functions in various libraries such as BigQuery and Spark, many improvements
hardening <code class="language-plaintext highlighter-rouge">TABLESAMPLE</code>
, and also the following features:</p>
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-129">CALCITE-129</a>]
+ Support recursive <code class="language-plaintext
highlighter-rouge">WITH</code> queries</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6022">CALCITE-6022</a>]
+ Support <code class="language-plaintext highlighter-rouge">CREATE TABLE ...
LIKE DDL</code> in server module</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5962">CALCITE-5962</a>]
+ Support parse Spark-style syntax <code class="language-plaintext
highlighter-rouge">LEFT ANTI JOIN</code> in Babel parser</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5184">CALCITE-5184</a>]
+ Support <code class="language-plaintext highlighter-rouge">LIMIT start,
ALL</code> in MySQL conformance, equivalent to <code class="language-plaintext
highlighter-rouge">OFFSET start</code>
+</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5889">CALCITE-5889</a>]
+ Add a <code class="language-plaintext highlighter-rouge">RelRule</code> that
converts <code class="language-plaintext highlighter-rouge">Minus</code> into
<code class="language-plaintext highlighter-rouge">UNION ALL..GROUP
BY...WHERE</code>
+</li>
+</ul>
+
+<p>In addition to new features, it’s also worth highlighting the integrating
of <a href="https://issues.apache.org/jira/browse/CALCITE-5615">SQL Logic Test
suite</a></p>
+
+<p>Contributors to this release:
+Benchao Li (release manager),
+Cancai Cai,
+Claude Brisson,
+Evgeniy Stanilovskiy,
+Hanumath Maduri,
+Hongyu Guo,
+Itiel Sadeh,
+Jerin John,
+Jiajun Xie,
+Julian Hyde,
+Kaustubh Beedkar,
+Lei Shen,
+Leonid Chistov,
+Michael Mior,
+Mihai Budiu,
+Mingcan Wang,
+Oliver Lee,
+Ran Tao,
+Ruben Quesada Lopez,
+Runkang He,
+Tanner Clary,
+Thomas Rebele,
+Tim Nieradzik,
+Wegdan Ghazi,
+Wenrui Meng,
+Xiaogang Zhou,
+ZhangJian He,
+Zhengqiang Duan,
+Zoltan Haindrich,
+zoovwang.</p>
+
+<h4 id="breaking-1-36-0">Breaking Changes</h4>
+
+<p>Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
+using JDK/OpenJDK versions 8 to 19;
+Guava versions 16.0.1 to 31.1-jre;
+other software versions as specified in gradle.properties.</p>
+
+<h4 id="new-features-1-36-0">New features</h4>
+
+<h4 id="dependency-1-36-0">Dependency version upgrade</h4>
+
+<h4 id="fixes-1-36-0">Bug-fixes, API changes and minor enhancements</h4>
+
+<h4 id="build-1-36-0">Build and test suite</h4>
+
+<h4 id="site-1-36-0">Web site and documentation</h4>
+<p>–></p>
+
<h2 id="v1-35-0">
<a
href="https://github.com/apache/calcite/releases/tag/calcite-1.35.0">1.35.0</a>
/ 2023-07-26</h2>
@@ -1096,7 +1170,7 @@ Zhengqiang Duan.</p>
<p id="breaking-1-32-0">Compatibility: This release is tested on Linux, macOS,
Microsoft Windows;
using JDK/OpenJDK versions 8 to 18;
-Guava versions 16.0.1 to 31.1-jre;
+Guava versions 19.0 to 31.1-jre;
other software versions as specified in gradle.properties.</p>
<h4 id="new-features-1-32-0">New features</h4>
diff --git a/docs/innodb_adapter.html b/docs/innodb_adapter.html
index 82b35baaa..c3d9d2ff8 100644
--- a/docs/innodb_adapter.html
+++ b/docs/innodb_adapter.html
@@ -114,9 +114,9 @@ possible.</p>
</span><span class="err">--------------------</span><span class="w">
</span><span class="err">File</span><span class="w"> </span><span
class="err">System</span><span class="w"> </span><span
class="err">--------------------</span><span class="w">
- </span><span class="err">+------------+</span><span class="w">
</span><span class="err">+-----+</span><span class="w">
- </span><span class="err">|</span><span class="w"> </span><span
class="err">.ibd</span><span class="w"> </span><span
class="err">files</span><span class="w"> </span><span class="err">|</span><span
class="w"> </span><span class="err">...</span><span class="w"> </span><span
class="err">|</span><span class="w"> </span><span class="err">|</span><span
class="w"> </span><span class="err">InnoDB</span><span class="w">
</span><span class="err">Data</span><span class="w"> </span><s [...]
- </span><span class="err">+------------+</span><span class="w">
</span><span class="err">+-----+</span></code></pre></figure>
+ </span><span class="err">+------------+</span><span class="w">
</span><span class="err">+-----+</span><span class="w">
+ </span><span class="err">|</span><span class="w"> </span><span
class="err">.ibd</span><span class="w"> </span><span
class="err">files</span><span class="w"> </span><span class="err">|</span><span
class="w"> </span><span class="err">...</span><span class="w"> </span><span
class="err">|</span><span class="w"> </span><span class="err">|</span><span
class="w"> </span><span class="err">InnoDB</span><span class="w">
</span><span class="err">Data</span><span class="w"> </span><span cla [...]
+ </span><span class="err">+------------+</span><span class="w">
</span><span class="err">+-----+</span></code></pre></figure>
<p>What’s more, with DDL statements, the adapter is “index aware”. It
leverages rules to choose the appropriate index to scan, for example,
diff --git a/docs/reference.html b/docs/reference.html
index ef53c5f43..4b4885ca4 100644
--- a/docs/reference.html
+++ b/docs/reference.html
@@ -201,7 +201,7 @@ form.</p>
<span class="n">query</span><span class="p">:</span>
<span class="k">values</span>
- <span class="o">|</span> <span class="k">WITH</span> <span
class="p">[</span> <span class="k">RECURSIVE</span> <span class="p">]</span>
<span class="n">withItem</span> <span class="p">[</span> <span
class="p">,</span> <span class="n">withItem</span> <span
class="p">]</span><span class="o">*</span> <span class="n">query</span>
+ <span class="o">|</span> <span class="k">WITH</span> <span
class="n">withItem</span> <span class="p">[</span> <span class="p">,</span>
<span class="n">withItem</span> <span class="p">]</span><span
class="o">*</span> <span class="n">query</span>
<span class="o">|</span> <span class="p">{</span>
<span class="k">select</span>
<span class="o">|</span> <span class="n">selectWithoutFrom</span>
@@ -211,7 +211,7 @@ form.</p>
<span class="o">|</span> <span class="n">query</span> <span
class="k">INTERSECT</span> <span class="p">[</span> <span class="k">ALL</span>
<span class="o">|</span> <span class="k">DISTINCT</span> <span
class="p">]</span> <span class="n">query</span>
<span class="p">}</span>
<span class="p">[</span> <span class="k">ORDER</span> <span
class="k">BY</span> <span class="n">orderItem</span> <span class="p">[,</span>
<span class="n">orderItem</span> <span class="p">]</span><span
class="o">*</span> <span class="p">]</span>
- <span class="p">[</span> <span class="k">LIMIT</span> <span
class="p">[</span> <span class="k">start</span><span class="p">,</span> <span
class="p">]</span> <span class="p">{</span> <span class="k">count</span> <span
class="o">|</span> <span class="k">ALL</span> <span class="p">}</span> <span
class="p">]</span>
+ <span class="p">[</span> <span class="k">LIMIT</span> <span
class="p">{</span> <span class="p">[</span> <span class="k">start</span><span
class="p">,</span> <span class="p">]</span> <span class="k">count</span> <span
class="o">|</span> <span class="k">ALL</span> <span class="p">}</span> <span
class="p">]</span>
<span class="p">[</span> <span class="k">OFFSET</span> <span
class="k">start</span> <span class="p">{</span> <span class="k">ROW</span>
<span class="o">|</span> <span class="k">ROWS</span> <span class="p">}</span>
<span class="p">]</span>
<span class="p">[</span> <span class="k">FETCH</span> <span
class="p">{</span> <span class="k">FIRST</span> <span class="o">|</span> <span
class="k">NEXT</span> <span class="p">}</span> <span class="p">[</span> <span
class="k">count</span> <span class="p">]</span> <span class="p">{</span> <span
class="k">ROW</span> <span class="o">|</span> <span class="k">ROWS</span> <span
class="p">}</span> <span class="k">ONLY</span> <span class="p">]</span>
@@ -530,7 +530,6 @@ CONSTRAINT_NAME,
CONSTRAINT_SCHEMA,
CONSTRUCTOR,
<strong>CONTAINS</strong>,
-CONTAINS_SUBSTR,
CONTINUE,
<strong>CONVERT</strong>,
<strong>CORR</strong>,
@@ -717,7 +716,6 @@ JSON,
<strong>JSON_OBJECT</strong>,
<strong>JSON_OBJECTAGG</strong>,
<strong>JSON_QUERY</strong>,
-<strong>JSON_SCOPE</strong>,
<strong>JSON_VALUE</strong>,
K,
KEY,
@@ -846,8 +844,8 @@ PATH,
<strong>PATTERN</strong>,
<strong>PER</strong>,
<strong>PERCENT</strong>,
-<strong>PERCENTILE_CONT</strong>,
-<strong>PERCENTILE_DISC</strong>,
+PERCENTILE_CONT,
+PERCENTILE_DISC,
<strong>PERCENT_RANK</strong>,
<strong>PERIOD</strong>,
<strong>PERMUTE</strong>,
@@ -1202,27 +1200,22 @@ name will have been converted to upper case also.</p>
<tr>
<td style="text-align: left">DECIMAL(p, s)</td>
<td style="text-align: left">Fixed point</td>
- <td style="text-align: left">Example: 123.45 and DECIMAL ‘123.45’ are
identical values, and have type DECIMAL(5, 2)</td>
+ <td style="text-align: left">Example: 123.45 is a DECIMAL(5, 2)
value.</td>
</tr>
<tr>
- <td style="text-align: left">NUMERIC(p, s)</td>
+ <td style="text-align: left">NUMERIC</td>
<td style="text-align: left">Fixed point</td>
- <td style="text-align: left">A synonym for DECIMAL</td>
+ <td style="text-align: left"> </td>
</tr>
<tr>
- <td style="text-align: left">REAL</td>
+ <td style="text-align: left">REAL, FLOAT</td>
<td style="text-align: left">4 byte floating point</td>
- <td style="text-align: left">6 decimal digits precision; examples:
CAST(1.2 AS REAL), CAST(‘Infinity’ AS REAL)</td>
+ <td style="text-align: left">6 decimal digits precision</td>
</tr>
<tr>
<td style="text-align: left">DOUBLE</td>
<td style="text-align: left">8 byte floating point</td>
- <td style="text-align: left">15 decimal digits precision; examples:
1.4E2, CAST(‘-Infinity’ AS DOUBLE), CAST(‘NaN’ AS DOUBLE)</td>
- </tr>
- <tr>
- <td style="text-align: left">FLOAT</td>
- <td style="text-align: left">8 byte floating point</td>
- <td style="text-align: left">A synonym for DOUBLE</td>
+ <td style="text-align: left">15 decimal digits precision</td>
</tr>
<tr>
<td style="text-align: left">CHAR(n), CHARACTER(n)</td>
@@ -1327,12 +1320,12 @@ we also allow their plurals, YEARS, QUARTERS, MONTHS,
WEEKS, DAYS, HOURS, MINUTE
<tr>
<td style="text-align: left">ROW</td>
<td style="text-align: left">Row with 1 or more columns</td>
- <td style="text-align: left">Example: row(f0 int null, f1 varchar)</td>
+ <td style="text-align: left">Example: Row(f0 int null, f1 varchar)</td>
</tr>
<tr>
<td style="text-align: left">MAP</td>
<td style="text-align: left">Collection of keys mapped to values</td>
- <td style="text-align: left">Example: (int, varchar) map</td>
+ <td style="text-align: left"> </td>
</tr>
<tr>
<td style="text-align: left">MULTISET</td>
@@ -2216,7 +2209,7 @@ However, Calcite supports both implicit and explicit
conversion of values from o
<tbody>
<tr>
<td style="text-align: left">CAST(value AS type)</td>
- <td style="text-align: left">Converts a value to a given type. Casts
between integer types truncate towards 0</td>
+ <td style="text-align: left">Converts a value to a given type</td>
</tr>
<tr>
<td style="text-align: left">CONVERT(string, charSet1, charSet2)</td>
@@ -5438,11 +5431,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">ARRAY_EXCEPT(array1, array2)</td>
<td style="text-align: left">Returns an array of the elements in
<em>array1</em> but not in <em>array2</em>, without duplicates</td>
</tr>
- <tr>
- <td style="text-align: left">s</td>
- <td style="text-align: left">ARRAY_INSERT(array, pos, element)</td>
- <td style="text-align: left">Places <em>element</em> into index
<em>pos</em> of <em>array</em>. Array index start at 1, or start from the end
if index is negative. Index above array size appends the array, or prepends the
array if index is negative, with <code class="language-plaintext
highlighter-rouge">NULL</code> elements.</td>
- </tr>
<tr>
<td style="text-align: left">s</td>
<td style="text-align: left">ARRAY_INTERSECT(array1, array2)</td>
@@ -5509,8 +5497,7 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<tr>
<td style="text-align: left">b</td>
<td style="text-align: left">ARRAY_TO_STRING(array, delimiter [,
nullText ])</td>
- <td style="text-align: left">Returns a concatenation of the elements in
<em>array</em> as a STRING and take <em>delimiter</em> as the delimiter. If the
<em>nullText</em> parameter is used, the function replaces any <code
class="language-plaintext highlighter-rouge">NULL</code> values in the array
with the value of <em>nullText</em>. If the <em>nullText</em> parameter is not
used, the function omits the <code class="language-plaintext
highlighter-rouge">NULL</code> value and its pre [...]
-</td>
+ <td style="text-align: left">Returns a concatenation of the elements in
<em>array</em> as a STRING and take <em>delimiter</em> as the delimiter. If the
<em>nullText</em> parameter is used, the function replaces any <code
class="language-plaintext highlighter-rouge">NULL</code> values in the array
with the value of <em>nullText</em>. If the <em>nullText</em> parameter is not
used, the function omits the <code class="language-plaintext
highlighter-rouge">NULL</code> value and its pre [...]
</tr>
<tr>
<td style="text-align: left">s</td>
@@ -5556,11 +5543,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">Returns the bit length of <em>string</em>
</td>
</tr>
- <tr>
- <td style="text-align: left">s</td>
- <td style="text-align: left">BIT_GET(value, position)</td>
- <td style="text-align: left">Returns the bit (0 or 1) value at the
specified <em>position</em> of numeric <em>value</em>. The positions are
numbered from right to left, starting at zero. The <em>position</em> argument
cannot be negative</td>
- </tr>
<tr>
<td style="text-align: left">b</td>
<td style="text-align: left">CEIL(value)</td>
@@ -5577,16 +5559,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">Returns the character whose UTF-8 code is
<em>integer</em>
</td>
</tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">CODE_POINTS_TO_BYTES(integers)</td>
- <td style="text-align: left">Converts <em>integers</em>, an array of
integers between 0 and 255 inclusive, into bytes; throws error if any element
is out of range</td>
- </tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">CODE_POINTS_TO_STRING(integers)</td>
- <td style="text-align: left">Converts <em>integers</em>, an array of
integers between 0 and 0xD7FF or between 0xE000 and 0x10FFFF inclusive, into
string; throws error if any element is out of range</td>
- </tr>
<tr>
<td style="text-align: left">o</td>
<td style="text-align: left">CONCAT(string, string)</td>
@@ -5617,11 +5589,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">COMPRESS(string)</td>
<td style="text-align: left">Compresses a string using zlib compression
and returns the result as a binary string</td>
</tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">CONTAINS_SUBSTR(expression, string [ ,
json_scope => json_scope_value ])</td>
- <td style="text-align: left">Returns whether <em>string</em> exists as a
substring in <em>expression</em>. Optional <em>json_scope</em> argument
specifies what scope to search if <em>expression</em> is in JSON format.
Returns NULL if a NULL exists in <em>expression</em> that does not result in a
match</td>
- </tr>
<tr>
<td style="text-align: left">q</td>
<td style="text-align: left">CONVERT(type, expression [ , style ])</td>
@@ -5822,16 +5789,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">EXTRACTVALUE(xml, xpathExpr))</td>
<td style="text-align: left">Returns the text of the first text node
which is a child of the element or elements matched by the XPath
expression.</td>
</tr>
- <tr>
- <td style="text-align: left">h s</td>
- <td style="text-align: left">FACTORIAL(integer)</td>
- <td style="text-align: left">Returns the factorial of <em>integer</em>,
the range of <em>integer</em> is [0, 20]. Otherwise, returns NULL</td>
- </tr>
- <tr>
- <td style="text-align: left">h s</td>
- <td style="text-align: left">FIND_IN_SET(matchStr, textStr)</td>
- <td style="text-align: left">Returns the index (1-based) of the given
<em>matchStr</em> in the comma-delimited <em>textStr</em>. Returns 0, if the
given <em>matchStr</em> is not found or if the <em>matchStr</em> contains a
comma. For example, FIND_IN_SET(‘bc’, ‘a,bc,def’) returns 2</td>
- </tr>
<tr>
<td style="text-align: left">b</td>
<td style="text-align: left">FLOOR(value)</td>
@@ -5849,16 +5806,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">Formats <em>timestamp</em> according to the
specified format <em>string</em>
</td>
</tr>
- <tr>
- <td style="text-align: left">h s</td>
- <td style="text-align: left">FORMAT_NUMBER(value, decimalVal)</td>
- <td style="text-align: left">Formats the number <em>value</em> like
‘#,###,###.##’, rounded to decimal places <em>decimalVal</em>. If
<em>decimalVal</em> is 0, the result has no decimal point or fractional
part</td>
- </tr>
- <tr>
- <td style="text-align: left">h s</td>
- <td style="text-align: left">FORMAT_NUMBER(value, format)</td>
- <td style="text-align: left">Formats the number <em>value</em> to
MySQL’s FORMAT <em>format</em>, like ‘#,###,###.##0.00’</td>
- </tr>
<tr>
<td style="text-align: left">b</td>
<td style="text-align: left">FORMAT_TIME(string, time)</td>
@@ -5869,12 +5816,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">b</td>
<td style="text-align: left">FORMAT_TIMESTAMP(string timestamp)</td>
<td style="text-align: left">Formats <em>timestamp</em> according to the
specified format <em>string</em>
-</td>
- </tr>
- <tr>
- <td style="text-align: left">s</td>
- <td style="text-align: left">GETBIT(value, position)</td>
- <td style="text-align: left">Equivalent to <code
class="language-plaintext highlighter-rouge">BIT_GET(value, position)</code>
</td>
</tr>
<tr>
@@ -5893,16 +5834,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">Equivalent to <code
class="language-plaintext highlighter-rouge">NVL(value1, value2)</code>
</td>
</tr>
- <tr>
- <td style="text-align: left">p</td>
- <td style="text-align: left">string1 ILIKE string2 [ ESCAPE string3
]</td>
- <td style="text-align: left">Whether <em>string1</em> matches pattern
<em>string2</em>, ignoring case (similar to <code class="language-plaintext
highlighter-rouge">LIKE</code>)</td>
- </tr>
- <tr>
- <td style="text-align: left">p</td>
- <td style="text-align: left">string1 NOT ILIKE string2 [ ESCAPE string3
]</td>
- <td style="text-align: left">Whether <em>string1</em> does not match
pattern <em>string2</em>, ignoring case (similar to <code
class="language-plaintext highlighter-rouge">NOT LIKE</code>)</td>
- </tr>
<tr>
<td style="text-align: left">b o</td>
<td style="text-align: left">INSTR(string, substring [, from [,
occurrence ] ])</td>
@@ -5916,14 +5847,14 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
</td>
</tr>
<tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">IS_INF(value)</td>
- <td style="text-align: left">Returns whether <em>value</em> is
infinite</td>
+ <td style="text-align: left">p</td>
+ <td style="text-align: left">string1 ILIKE string2 [ ESCAPE string3
]</td>
+ <td style="text-align: left">Whether <em>string1</em> matches pattern
<em>string2</em>, ignoring case (similar to <code class="language-plaintext
highlighter-rouge">LIKE</code>)</td>
</tr>
<tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">IS_NAN(value)</td>
- <td style="text-align: left">Returns whether <em>value</em> is NaN</td>
+ <td style="text-align: left">p</td>
+ <td style="text-align: left">string1 NOT ILIKE string2 [ ESCAPE string3
]</td>
+ <td style="text-align: left">Whether <em>string1</em> does not match
pattern <em>string2</em>, ignoring case (similar to <code
class="language-plaintext highlighter-rouge">NOT LIKE</code>)</td>
</tr>
<tr>
<td style="text-align: left">m</td>
@@ -5999,12 +5930,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">b</td>
<td style="text-align: left">LENGTH(string)</td>
<td style="text-align: left">Equivalent to <code
class="language-plaintext highlighter-rouge">CHAR_LENGTH(string)</code>
-</td>
- </tr>
- <tr>
- <td style="text-align: left">h s</td>
- <td style="text-align: left">LEVENSHTEIN(string1, string2)</td>
- <td style="text-align: left">Returns the Levenshtein distance between
<em>string1</em> and <em>string2</em>
</td>
</tr>
<tr>
@@ -6053,16 +5978,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">LTRIM(string)</td>
<td style="text-align: left">Returns <em>string</em> with all blanks
removed from the start</td>
</tr>
- <tr>
- <td style="text-align: left">s</td>
- <td style="text-align: left">MAP()</td>
- <td style="text-align: left">Returns an empty map</td>
- </tr>
- <tr>
- <td style="text-align: left">s</td>
- <td style="text-align: left">MAP(key, value [, key, value]*)</td>
- <td style="text-align: left">Returns a map with the given
<em>key</em>/<em>value</em> pairs</td>
- </tr>
<tr>
<td style="text-align: left">s</td>
<td style="text-align: left">MAP_CONCAT(map [, map]*)</td>
@@ -6145,11 +6060,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">Uses format specified by <em>format</em> to
convert <em>string</em> representation of timestamp to a TIMESTAMP WITH LOCAL
TIME ZONE value in <em>timeZone</em>
</td>
</tr>
- <tr>
- <td style="text-align: left">h s</td>
- <td style="text-align: left">PARSE_URL(urlString, partToExtract [,
keyToExtract] )</td>
- <td style="text-align: left">Returns the specified
<em>partToExtract</em> from the <em>urlString</em>. Valid values for
<em>partToExtract</em> include HOST, PATH, QUERY, REF, PROTOCOL, AUTHORITY,
FILE, and USERINFO. <em>keyToExtract</em> specifies which query to extract</td>
- </tr>
<tr>
<td style="text-align: left">b</td>
<td style="text-align: left">POW(numeric1, numeric2)</td>
@@ -6157,35 +6067,9 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
</td>
</tr>
<tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">REGEXP_CONTAINS(string, regexp)</td>
- <td style="text-align: left">Returns whether <em>string</em> is a
partial match for the <em>regexp</em>
-</td>
- </tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">REGEXP_EXTRACT(string, regexp [, position
[, occurrence]])</td>
- <td style="text-align: left">Returns the substring in <em>string</em>
that matches the <em>regexp</em>, starting search at <em>position</em> (default
1), and until locating the nth <em>occurrence</em> (default 1). Returns NULL if
there is no match</td>
- </tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">REGEXP_EXTRACT_ALL(string, regexp)</td>
- <td style="text-align: left">Returns an array of all substrings in
<em>string</em> that matches the <em>regexp</em>. Returns an empty array if
there is no match</td>
- </tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">REGEXP_INSTR(string, regexp [, position [,
occurrence [, occurrence_position]]])</td>
- <td style="text-align: left">Returns the lowest 1-based position of the
substring in <em>string</em> that matches the <em>regexp</em>, starting search
at <em>position</em> (default 1), and until locating the nth
<em>occurrence</em> (default 1). Setting occurrence_position (default 0) to 1
returns the end position of substring + 1. Returns 0 if there is no match</td>
- </tr>
- <tr>
- <td style="text-align: left">b m o</td>
+ <td style="text-align: left">m o</td>
<td style="text-align: left">REGEXP_REPLACE(string, regexp, rep [, pos
[, occurrence [, matchType]]])</td>
- <td style="text-align: left">Replaces all substrings of <em>string</em>
that match <em>regexp</em> with <em>rep</em> at the starting <em>pos</em> in
expr (if omitted, the default is 1), <em>occurrence</em> specifies which
occurrence of a match to search for (if omitted, the default is 1),
<em>matchType</em> specifies how to perform matching</td>
- </tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">REGEXP_SUBSTR(string, regexp [, position [,
occurrence]])</td>
- <td style="text-align: left">Synonym for REGEXP_EXTRACT</td>
+ <td style="text-align: left">Replaces all substrings of <em>string</em>
that match <em>regexp</em> with <em>rep</em> at the starting <em>pos</em> in
expr (if omitted, the default is 1), <em>occurrence</em> means which occurrence
of a match to search for (if omitted, the default is 1), <em>matchType</em>
specifies how to perform matching</td>
</tr>
<tr>
<td style="text-align: left">b m p</td>
@@ -6224,11 +6108,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">RTRIM(string)</td>
<td style="text-align: left">Returns <em>string</em> with all blanks
removed from the end</td>
</tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">SAFE_ADD(numeric1, numeric2)</td>
- <td style="text-align: left">Returns <em>numeric1</em> +
<em>numeric2</em>, or NULL on overflow</td>
- </tr>
<tr>
<td style="text-align: left">b</td>
<td style="text-align: left">SAFE_CAST(value AS type)</td>
@@ -6259,11 +6138,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">SAFE_ORDINAL(index)</td>
<td style="text-align: left">Similar to <code class="language-plaintext
highlighter-rouge">OFFSET</code> except <em>index</em> begins at 1 and null is
returned if <em>index</em> is out of bounds</td>
</tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">SAFE_SUBTRACT(numeric1, numeric2)</td>
- <td style="text-align: left">Returns <em>numeric1</em> -
<em>numeric2</em>, or NULL on overflow</td>
- </tr>
<tr>
<td style="text-align: left">*</td>
<td style="text-align: left">SEC(numeric)</td>
@@ -6301,11 +6175,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">SOUNDEX(string)</td>
<td style="text-align: left">Returns the phonetic representation of
<em>string</em>; throws if <em>string</em> is encoded with multi-byte encoding
such as UTF-8</td>
</tr>
- <tr>
- <td style="text-align: left">s</td>
- <td style="text-align: left">SOUNDEX(string)</td>
- <td style="text-align: left">Returns the phonetic representation of
<em>string</em>; return original <em>string</em> if <em>string</em> is encoded
with multi-byte encoding such as UTF-8</td>
- </tr>
<tr>
<td style="text-align: left">m</td>
<td style="text-align: left">SPACE(integer)</td>
@@ -6465,11 +6334,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">Converts <em>timestamp</em> to a string
using the format <em>format</em>
</td>
</tr>
- <tr>
- <td style="text-align: left">b</td>
- <td style="text-align: left">TO_CODE_POINTS(string)</td>
- <td style="text-align: left">Converts <em>string</em> to an array of
integers that represent code points or extended ASCII character values</td>
- </tr>
<tr>
<td style="text-align: left">o p</td>
<td style="text-align: left">TO_DATE(string, format)</td>
@@ -6517,16 +6381,6 @@ function, return a Calcite <code
class="language-plaintext highlighter-rouge">TI
<td style="text-align: left">UNIX_DATE(date)</td>
<td style="text-align: left">Returns the number of days since
1970-01-01</td>
</tr>
- <tr>
- <td style="text-align: left">s</td>
- <td style="text-align: left">URL_DECODE(string)</td>
- <td style="text-align: left">Decodes a <em>string</em> in
‘application/x-www-form-urlencoded’ format using a specific encoding scheme,
returns original <em>string</em> when decoded error</td>
- </tr>
- <tr>
- <td style="text-align: left">s</td>
- <td style="text-align: left">URL_ENCODE(string)</td>
- <td style="text-align: left">Translates a <em>string</em> into
‘application/x-www-form-urlencoded’ format using a specific encoding scheme</td>
- </tr>
<tr>
<td style="text-align: left">o</td>
<td style="text-align: left">XMLTRANSFORM(xml, xslt)</td>
@@ -7297,7 +7151,6 @@ to the JDBC connect string (see connect string property
<span class="n">createSchemaStatement</span>
<span class="o">|</span> <span
class="n">createForeignSchemaStatement</span>
<span class="o">|</span> <span class="n">createTableStatement</span>
- <span class="o">|</span> <span class="n">createTableLikeStatement</span>
<span class="o">|</span> <span class="n">createViewStatement</span>
<span class="o">|</span> <span
class="n">createMaterializedViewStatement</span>
<span class="o">|</span> <span class="n">createTypeStatement</span>
@@ -7329,13 +7182,6 @@ to the JDBC connect string (see connect string property
<span class="p">[</span> <span class="s1">'('</span> <span
class="n">tableElement</span> <span class="p">[,</span> <span
class="n">tableElement</span> <span class="p">]</span><span class="o">*</span>
<span class="s1">')'</span> <span class="p">]</span>
<span class="p">[</span> <span class="k">AS</span> <span
class="n">query</span> <span class="p">]</span>
-<span class="n">createTableLikeStatement</span><span class="p">:</span>
- <span class="k">CREATE</span> <span class="k">TABLE</span> <span
class="p">[</span> <span class="n">IF</span> <span class="k">NOT</span> <span
class="k">EXISTS</span> <span class="p">]</span> <span class="n">name</span>
<span class="k">LIKE</span> <span class="n">sourceTable</span>
- <span class="p">[</span> <span class="n">likeOption</span> <span
class="p">[,</span> <span class="n">likeOption</span> <span
class="p">]</span><span class="o">*</span> <span class="p">]</span>
-
-<span class="n">likeOption</span><span class="p">:</span>
- <span class="p">{</span> <span class="k">INCLUDING</span> <span
class="o">|</span> <span class="k">EXCLUDING</span> <span class="p">}</span>
<span class="p">{</span> <span class="k">DEFAULTS</span> <span
class="o">|</span> <span class="k">GENERATED</span> <span class="o">|</span>
<span class="k">ALL</span> <span class="p">}</span>
-
<span class="n">createTypeStatement</span><span class="p">:</span>
<span class="k">CREATE</span> <span class="p">[</span> <span
class="k">OR</span> <span class="k">REPLACE</span> <span class="p">]</span>
<span class="k">TYPE</span> <span class="n">name</span> <span
class="k">AS</span>
<span class="p">{</span>
@@ -7431,30 +7277,30 @@ instantiated. Each object can hold different values.</p>
<p>For example, we can declare types <code class="language-plaintext
highlighter-rouge">address_typ</code> and <code class="language-plaintext
highlighter-rouge">employee_typ</code>:</p>
-<figure class="highlight"><pre><code class="language-sql"
data-lang="sql"><span class="k">CREATE</span> <span class="k">TYPE</span> <span
class="n">address_typ</span> <span class="k">AS</span> <span class="p">(</span>
- <span class="n">street</span> <span class="nb">VARCHAR</span><span
class="p">(</span><span class="mi">30</span><span class="p">),</span>
- <span class="n">city</span> <span class="nb">VARCHAR</span><span
class="p">(</span><span class="mi">20</span><span class="p">),</span>
+<figure class="highlight"><pre><code class="language-sql"
data-lang="sql"><span class="k">CREATE</span> <span class="k">TYPE</span> <span
class="n">address_typ</span> <span class="k">AS</span> <span
class="k">OBJECT</span> <span class="p">(</span>
+ <span class="n">street</span> <span class="n">VARCHAR2</span><span
class="p">(</span><span class="mi">30</span><span class="p">),</span>
+ <span class="n">city</span> <span class="n">VARCHAR2</span><span
class="p">(</span><span class="mi">20</span><span class="p">),</span>
<span class="k">state</span> <span class="nb">CHAR</span><span
class="p">(</span><span class="mi">2</span><span class="p">),</span>
- <span class="n">postal_code</span> <span class="nb">VARCHAR</span><span
class="p">(</span><span class="mi">6</span><span class="p">));</span>
-
-<span class="k">CREATE</span> <span class="k">TYPE</span> <span
class="n">employee_typ</span> <span class="k">AS</span> <span class="p">(</span>
- <span class="n">employee_id</span> <span
class="nb">DECIMAL</span><span class="p">(</span><span class="mi">6</span><span
class="p">),</span>
- <span class="n">first_name</span> <span
class="nb">VARCHAR</span><span class="p">(</span><span
class="mi">20</span><span class="p">),</span>
- <span class="n">last_name</span> <span
class="nb">VARCHAR</span><span class="p">(</span><span
class="mi">25</span><span class="p">),</span>
- <span class="n">email</span> <span
class="nb">VARCHAR</span><span class="p">(</span><span
class="mi">25</span><span class="p">),</span>
- <span class="n">phone_number</span> <span
class="nb">VARCHAR</span><span class="p">(</span><span
class="mi">20</span><span class="p">),</span>
+ <span class="n">postal_code</span> <span class="n">VARCHAR2</span><span
class="p">(</span><span class="mi">6</span><span class="p">));</span>
+
+<span class="k">CREATE</span> <span class="k">TYPE</span> <span
class="n">employee_typ</span> <span class="k">AS</span> <span
class="k">OBJECT</span> <span class="p">(</span>
+ <span class="n">employee_id</span> <span class="n">NUMBER</span><span
class="p">(</span><span class="mi">6</span><span class="p">),</span>
+ <span class="n">first_name</span> <span
class="n">VARCHAR2</span><span class="p">(</span><span
class="mi">20</span><span class="p">),</span>
+ <span class="n">last_name</span> <span
class="n">VARCHAR2</span><span class="p">(</span><span
class="mi">25</span><span class="p">),</span>
+ <span class="n">email</span> <span
class="n">VARCHAR2</span><span class="p">(</span><span
class="mi">25</span><span class="p">),</span>
+ <span class="n">phone_number</span> <span
class="n">VARCHAR2</span><span class="p">(</span><span
class="mi">20</span><span class="p">),</span>
<span class="n">hire_date</span> <span class="nb">DATE</span><span
class="p">,</span>
- <span class="n">job_id</span> <span
class="nb">VARCHAR</span><span class="p">(</span><span
class="mi">10</span><span class="p">),</span>
- <span class="n">salary</span> <span
class="nb">DECIMAL</span><span class="p">(</span><span class="mi">8</span><span
class="p">,</span><span class="mi">2</span><span class="p">),</span>
- <span class="n">commission_pct</span> <span
class="nb">DECIMAL</span><span class="p">(</span><span class="mi">2</span><span
class="p">,</span><span class="mi">2</span><span class="p">),</span>
- <span class="n">manager_id</span> <span
class="nb">DECIMAL</span><span class="p">(</span><span class="mi">6</span><span
class="p">),</span>
- <span class="n">department_id</span> <span
class="nb">DECIMAL</span><span class="p">(</span><span class="mi">4</span><span
class="p">),</span>
+ <span class="n">job_id</span> <span
class="n">VARCHAR2</span><span class="p">(</span><span
class="mi">10</span><span class="p">),</span>
+ <span class="n">salary</span> <span class="n">NUMBER</span><span
class="p">(</span><span class="mi">8</span><span class="p">,</span><span
class="mi">2</span><span class="p">),</span>
+ <span class="n">commission_pct</span> <span class="n">NUMBER</span><span
class="p">(</span><span class="mi">2</span><span class="p">,</span><span
class="mi">2</span><span class="p">),</span>
+ <span class="n">manager_id</span> <span class="n">NUMBER</span><span
class="p">(</span><span class="mi">6</span><span class="p">),</span>
+ <span class="n">department_id</span> <span class="n">NUMBER</span><span
class="p">(</span><span class="mi">4</span><span class="p">),</span>
<span class="n">address</span> <span
class="n">address_typ</span><span class="p">);</span></code></pre></figure>
<p>Using these types, you can instantiate objects as follows:</p>
<figure class="highlight"><pre><code class="language-sql"
data-lang="sql"><span class="n">employee_typ</span><span
class="p">(</span><span class="mi">315</span><span class="p">,</span> <span
class="s1">'Francis'</span><span class="p">,</span> <span
class="s1">'Logan'</span><span class="p">,</span> <span
class="s1">'FLOGAN'</span><span class="p">,</span>
- <span class="s1">'555.777.2222'</span><span class="p">,</span> <span
class="nb">DATE</span> <span class="s1">'2004-05-01'</span><span
class="p">,</span> <span class="s1">'SA_MAN'</span><span class="p">,</span>
<span class="mi">11000</span><span class="p">,</span> <span
class="p">.</span><span class="mi">15</span><span class="p">,</span> <span
class="mi">101</span><span class="p">,</span> <span class="mi">110</span><span
class="p">,</span>
+ <span class="s1">'555.777.2222'</span><span class="p">,</span> <span
class="s1">'01-MAY-04'</span><span class="p">,</span> <span
class="s1">'SA_MAN'</span><span class="p">,</span> <span
class="mi">11000</span><span class="p">,</span> <span class="p">.</span><span
class="mi">15</span><span class="p">,</span> <span class="mi">101</span><span
class="p">,</span> <span class="mi">110</span><span class="p">,</span>
<span class="n">address_typ</span><span class="p">(</span><span
class="s1">'376 Mission'</span><span class="p">,</span> <span class="s1">'San
Francisco'</span><span class="p">,</span> <span class="s1">'CA'</span><span
class="p">,</span> <span class="s1">'94222'</span><span
class="p">))</span></code></pre></figure>
diff --git a/downloads/index.html b/downloads/index.html
index 497fd31a9..0ea685187 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -74,12 +74,19 @@
</tr>
</thead>
<tbody>
+ <tr>
+ <td style="text-align: left"><a
href="/docs/history.html#v1-36-0">1.36.0</a></td>
+ <td style="text-align: left">10 Nov 2023</td>
+ <td style="text-align: left"><a
href="https://github.com/apache/calcite/commit/0be8eaebcf27afae9ecda8ab79db63c214426561">0be8eae</a></td>
+ <td style="text-align: left">
+<a
href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.36.0/apache-calcite-1.36.0-src.tar.gz&action=download">tar</a>
(<a
href="https://downloads.apache.org/calcite/apache-calcite-1.36.0/apache-calcite-1.36.0-src.tar.gz.sha512">digest</a>
<a
href="https://downloads.apache.org/calcite/apache-calcite-1.36.0/apache-calcite-1.36.0-src.tar.gz.asc">pgp</a>)</td>
+ </tr>
<tr>
<td style="text-align: left"><a
href="/docs/history.html#v1-35-0">1.35.0</a></td>
<td style="text-align: left">26 Jul 2023</td>
<td style="text-align: left"><a
href="https://github.com/apache/calcite/commit/75750b78b5ac692caa654f506fc1515d4d3991d6">75750b7</a></td>
<td style="text-align: left">
-<a
href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.35.0/apache-calcite-1.35.0-src.tar.gz&action=download">tar</a>
(<a
href="https://downloads.apache.org/calcite/apache-calcite-1.35.0/apache-calcite-1.35.0-src.tar.gz.sha512">digest</a>
<a
href="https://downloads.apache.org/calcite/apache-calcite-1.35.0/apache-calcite-1.35.0-src.tar.gz.asc">pgp</a>)</td>
+<a
href="https://archive.apache.org/dist/calcite/apache-calcite-1.35.0/apache-calcite-1.35.0-src.tar.gz">tar</a>
(<a
href="https://archive.apache.org/dist/calcite/apache-calcite-1.35.0/apache-calcite-1.35.0-src.tar.gz.sha512">digest</a>
<a
href="https://archive.apache.org/dist/calcite/apache-calcite-1.35.0/apache-calcite-1.35.0-src.tar.gz.asc">pgp</a>)</td>
</tr>
<tr>
<td style="text-align: left"><a
href="/docs/history.html#v1-34-0">1.34.0</a></td>
@@ -402,7 +409,7 @@ For more information why this must be done, please read
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.calcite<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>calcite-core<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.35.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>1.36.0<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></span></code></pre></figure>
diff --git a/news/2014/08/19/release-0.9.0-incubating/index.html
b/news/2014/08/19/release-0.9.0-incubating/index.html
index cd07dadc7..1cd4b0e7c 100644
--- a/news/2014/08/19/release-0.9.0-incubating/index.html
+++ b/news/2014/08/19/release-0.9.0-incubating/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -165,6 +166,10 @@
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -181,10 +186,6 @@
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2014/10/02/release-0.9.1-incubating/index.html
b/news/2014/10/02/release-0.9.1-incubating/index.html
index ba514a8e7..676917f18 100644
--- a/news/2014/10/02/release-0.9.1-incubating/index.html
+++ b/news/2014/10/02/release-0.9.1-incubating/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -165,6 +166,10 @@
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -181,10 +186,6 @@
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2014/11/05/release-0.9.2-incubating/index.html
b/news/2014/11/05/release-0.9.2-incubating/index.html
index 41a7556fd..fa91b85a6 100644
--- a/news/2014/11/05/release-0.9.2-incubating/index.html
+++ b/news/2014/11/05/release-0.9.2-incubating/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -168,6 +169,10 @@ before you move on to 1.0.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -184,10 +189,6 @@ before you move on to 1.0.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/01/31/release-1.0.0-incubating/index.html
b/news/2015/01/31/release-1.0.0-incubating/index.html
index 7a5337430..6a74f089d 100644
--- a/news/2015/01/31/release-1.0.0-incubating/index.html
+++ b/news/2015/01/31/release-1.0.0-incubating/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -178,6 +179,10 @@ and fixes about 30 bugs.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -194,10 +199,6 @@ and fixes about 30 bugs.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/03/13/release-1.1.0-incubating/index.html
b/news/2015/03/13/release-1.1.0-incubating/index.html
index 135420ad3..3b77e904b 100644
--- a/news/2015/03/13/release-1.1.0-incubating/index.html
+++ b/news/2015/03/13/release-1.1.0-incubating/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -177,6 +178,10 @@ calling constructors directly.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -193,10 +198,6 @@ calling constructors directly.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/04/07/release-1.2.0-incubating/index.html
b/news/2015/04/07/release-1.2.0-incubating/index.html
index 26325d190..c719a01e7 100644
--- a/news/2015/04/07/release-1.2.0-incubating/index.html
+++ b/news/2015/04/07/release-1.2.0-incubating/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -177,6 +178,10 @@ improve implicit and explicit conversions in SQL.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -193,10 +198,6 @@ improve implicit and explicit conversions in SQL.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/04/24/new-committers/index.html
b/news/2015/04/24/new-committers/index.html
index 4df073697..374ea1aee 100644
--- a/news/2015/04/24/new-committers/index.html
+++ b/news/2015/04/24/new-committers/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -171,6 +172,10 @@ committers for their work on Calcite. Welcome all!</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -187,10 +192,6 @@ committers for their work on Calcite. Welcome all!</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/05/30/release-1.3.0-incubating/index.html
b/news/2015/05/30/release-1.3.0-incubating/index.html
index f35fd220c..59975ad79 100644
--- a/news/2015/05/30/release-1.3.0-incubating/index.html
+++ b/news/2015/05/30/release-1.3.0-incubating/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -169,6 +170,10 @@ and various improvements to Avatica.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -185,10 +190,6 @@ and various improvements to Avatica.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/06/05/algebra-builder/index.html
b/news/2015/06/05/algebra-builder/index.html
index 602d6b668..2c5060489 100644
--- a/news/2015/06/05/algebra-builder/index.html
+++ b/news/2015/06/05/algebra-builder/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -216,6 +217,10 @@ extensive set of query-optimization rules.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -232,10 +237,6 @@ extensive set of query-optimization rules.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/07/31/xldb-best-lightning-talk/index.html
b/news/2015/07/31/xldb-best-lightning-talk/index.html
index dd424e037..d9b58d98c 100644
--- a/news/2015/07/31/xldb-best-lightning-talk/index.html
+++ b/news/2015/07/31/xldb-best-lightning-talk/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -176,6 +177,10 @@ and <a
href="https://www.youtube.com/watch?v=5_MyORYjq3w">video</a>.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -192,10 +197,6 @@ and <a
href="https://www.youtube.com/watch?v=5_MyORYjq3w">video</a>.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/09/02/release-1.4.0-incubating/index.html
b/news/2015/09/02/release-1.4.0-incubating/index.html
index e726985fb..991914079 100644
--- a/news/2015/09/02/release-1.4.0-incubating/index.html
+++ b/news/2015/09/02/release-1.4.0-incubating/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -175,6 +176,10 @@ so that you can easily create relational algebra
expressions.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -191,10 +196,6 @@ so that you can easily create relational algebra
expressions.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/10/22/calcite-graduates/index.html
b/news/2015/10/22/calcite-graduates/index.html
index 80eef2d57..cb0f2c7d7 100644
--- a/news/2015/10/22/calcite-graduates/index.html
+++ b/news/2015/10/22/calcite-graduates/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -197,6 +198,10 @@ celebrated with a graduation cake.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -213,10 +218,6 @@ celebrated with a graduation cake.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/11/08/new-committers/index.html
b/news/2015/11/08/new-committers/index.html
index 228b8921c..7f04d64c9 100644
--- a/news/2015/11/08/new-committers/index.html
+++ b/news/2015/11/08/new-committers/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -168,6 +169,10 @@ committers for their work on Calcite. Welcome!</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -184,10 +189,6 @@ committers for their work on Calcite. Welcome!</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/11/10/release-1.5.0/index.html
b/news/2015/11/10/release-1.5.0/index.html
index 8bc24d874..b8032b88d 100644
--- a/news/2015/11/10/release-1.5.0/index.html
+++ b/news/2015/11/10/release-1.5.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -169,6 +170,10 @@
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -185,10 +190,6 @@
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/01/22/release-1.6.0/index.html
b/news/2016/01/22/release-1.6.0/index.html
index cf8075e81..c09339e7d 100644
--- a/news/2016/01/22/release-1.6.0/index.html
+++ b/news/2016/01/22/release-1.6.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -195,6 +196,10 @@ further tune the metadata layer.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -211,10 +216,6 @@ further tune the metadata layer.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/02/17/elser-pmc/index.html
b/news/2016/02/17/elser-pmc/index.html
index 273004c7b..338071b16 100644
--- a/news/2016/02/17/elser-pmc/index.html
+++ b/news/2016/02/17/elser-pmc/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -168,6 +169,10 @@ not least in discussing <a
href="https://mail-archives.apache.org/mod_mbox/calci
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -184,10 +189,6 @@ not least in discussing <a
href="https://mail-archives.apache.org/mod_mbox/calci
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/02/17/streaming-sql-talk/index.html
b/news/2016/02/17/streaming-sql-talk/index.html
index cdb4dd788..445398682 100644
--- a/news/2016/02/17/streaming-sql-talk/index.html
+++ b/news/2016/02/17/streaming-sql-talk/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -177,6 +178,10 @@ and
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -193,10 +198,6 @@ and
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/03/22/cassandra-adapter/index.html
b/news/2016/03/22/cassandra-adapter/index.html
index 8118a3c52..fc7c3e6f7 100644
--- a/news/2016/03/22/cassandra-adapter/index.html
+++ b/news/2016/03/22/cassandra-adapter/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -178,6 +179,10 @@ for CSV and JSON files, and JDBC data source, MongoDB,
Spark and Splunk.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -194,10 +199,6 @@ for CSV and JSON files, and JDBC data source, MongoDB,
Spark and Splunk.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/03/22/release-1.7.0/index.html
b/news/2016/03/22/release-1.7.0/index.html
index 95808a75c..a2796cf9f 100644
--- a/news/2016/03/22/release-1.7.0/index.html
+++ b/news/2016/03/22/release-1.7.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -200,6 +201,10 @@ to SLF4J’s <code class="language-plaintext
highlighter-rouge">DEBUG</code> lev
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -216,10 +221,6 @@ to SLF4J’s <code class="language-plaintext
highlighter-rouge">DEBUG</code> lev
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/06/13/release-1.8.0/index.html
b/news/2016/06/13/release-1.8.0/index.html
index e70d82b3e..7e40ac9e9 100644
--- a/news/2016/06/13/release-1.8.0/index.html
+++ b/news/2016/06/13/release-1.8.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -191,6 +192,10 @@ planner rules and APIs.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -207,10 +212,6 @@ planner rules and APIs.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/09/22/release-1.9.0/index.html
b/news/2016/09/22/release-1.9.0/index.html
index 9b7663ad0..cdee3a800 100644
--- a/news/2016/09/22/release-1.9.0/index.html
+++ b/news/2016/09/22/release-1.9.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -189,6 +190,10 @@ changes to planner rules and APIs.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -205,10 +210,6 @@ changes to planner rules and APIs.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/10/12/release-1.10.0/index.html
b/news/2016/10/12/release-1.10.0/index.html
index c08626133..5749f2f9d 100644
--- a/news/2016/10/12/release-1.10.0/index.html
+++ b/news/2016/10/12/release-1.10.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -172,6 +173,10 @@ prevented us from handling consistently time dimensions in
different time zones.
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -188,10 +193,6 @@ prevented us from handling consistently time dimensions in
different time zones.
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/01/09/release-1.11.0/index.html
b/news/2017/01/09/release-1.11.0/index.html
index 913380d9a..216bd82d1 100644
--- a/news/2017/01/09/release-1.11.0/index.html
+++ b/news/2017/01/09/release-1.11.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -212,6 +213,10 @@ See the cases for more details.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -228,10 +233,6 @@ See the cases for more details.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/03/24/release-1.12.0/index.html
b/news/2017/03/24/release-1.12.0/index.html
index 4330ce498..0f1ba8633 100644
--- a/news/2017/03/24/release-1.12.0/index.html
+++ b/news/2017/03/24/release-1.12.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -215,6 +216,10 @@ allows the corresponding time-unit arguments.</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -231,10 +236,6 @@ allows the corresponding time-unit arguments.</li>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/03/31/new-avatica-repository/index.html
b/news/2017/03/31/new-avatica-repository/index.html
index cbc3f5b85..014da49de 100644
--- a/news/2017/03/31/new-avatica-repository/index.html
+++ b/news/2017/03/31/new-avatica-repository/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -173,6 +174,10 @@ with a mirrored-copy also available on Github at <a
href="https://github.com/apa
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -189,10 +194,6 @@ with a mirrored-copy also available on Github at <a
href="https://github.com/apa
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/06/26/release-1.13.0/index.html
b/news/2017/06/26/release-1.13.0/index.html
index 1f3e2c1c5..f6f1dd163 100644
--- a/news/2017/06/26/release-1.13.0/index.html
+++ b/news/2017/06/26/release-1.13.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -190,6 +191,10 @@ e.g., <a
href="https://issues.apache.org/jira/browse/CALCITE-1707">using extract
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -206,10 +211,6 @@ e.g., <a
href="https://issues.apache.org/jira/browse/CALCITE-1707">using extract
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/10/02/release-1.14.0/index.html
b/news/2017/10/02/release-1.14.0/index.html
index fd8028dd5..0ed8b629f 100644
--- a/news/2017/10/02/release-1.14.0/index.html
+++ b/news/2017/10/02/release-1.14.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -177,6 +178,10 @@ Several minor improvements are added as well including
improved <code class="lan
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -193,10 +198,6 @@ Several minor improvements are added as well including
improved <code class="lan
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/12/11/release-1.15.0/index.html
b/news/2017/12/11/release-1.15.0/index.html
index 4c1b5e618..fb78f1068 100644
--- a/news/2017/12/11/release-1.15.0/index.html
+++ b/news/2017/12/11/release-1.15.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -196,6 +197,10 @@ release that will support JDK 7</a>.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -212,10 +217,6 @@ release that will support JDK 7</a>.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2018/03/19/release-1.16.0/index.html
b/news/2018/03/19/release-1.16.0/index.html
index bcf3255d0..4093ea26d 100644
--- a/news/2018/03/19/release-1.16.0/index.html
+++ b/news/2018/03/19/release-1.16.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -188,6 +189,10 @@ support for <a
href="https://issues.apache.org/jira/browse/CALCITE-2191">Guava v
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -204,10 +209,6 @@ support for <a
href="https://issues.apache.org/jira/browse/CALCITE-2191">Guava v
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2018/07/20/release-1.17.0/index.html
b/news/2018/07/20/release-1.17.0/index.html
index 95465f1e3..6b1a9dd17 100644
--- a/news/2018/07/20/release-1.17.0/index.html
+++ b/news/2018/07/20/release-1.17.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -179,6 +180,10 @@ that accepts all SQL dialects.</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -195,10 +200,6 @@ that accepts all SQL dialects.</li>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2018/12/21/release-1.18.0/index.html
b/news/2018/12/21/release-1.18.0/index.html
index fee03fbe3..9d5c5207c 100644
--- a/news/2018/12/21/release-1.18.0/index.html
+++ b/news/2018/12/21/release-1.18.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -178,6 +179,10 @@ and the Elasticsearch and Apache Geode adapters.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -194,10 +199,6 @@ and the Elasticsearch and Apache Geode adapters.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2019/03/25/release-1.19.0/index.html
b/news/2019/03/25/release-1.19.0/index.html
index 81696818e..730c95a4a 100644
--- a/news/2019/03/25/release-1.19.0/index.html
+++ b/news/2019/03/25/release-1.19.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -169,6 +170,10 @@ is pleased to announce
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -185,10 +190,6 @@ is pleased to announce
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2019/06/24/release-1.20.0/index.html
b/news/2019/06/24/release-1.20.0/index.html
index 8ad1df837..28c21c445 100644
--- a/news/2019/06/24/release-1.20.0/index.html
+++ b/news/2019/06/24/release-1.20.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -170,6 +171,10 @@ It includes support for anti-joins, recursive queries, new
functions, a new adap
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -186,10 +191,6 @@ It includes support for anti-joins, recursive queries, new
functions, a new adap
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2019/09/11/release-1.21.0/index.html
b/news/2019/09/11/release-1.21.0/index.html
index 3cfa83811..6d78fd983 100644
--- a/news/2019/09/11/release-1.21.0/index.html
+++ b/news/2019/09/11/release-1.21.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -192,6 +193,10 @@ and bug-fixes.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -208,10 +213,6 @@ and bug-fixes.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/03/05/release-1.22.0/index.html
b/news/2020/03/05/release-1.22.0/index.html
index 837196b0b..8906f16d4 100644
--- a/news/2020/03/05/release-1.22.0/index.html
+++ b/news/2020/03/05/release-1.22.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -184,6 +185,10 @@ is pleased to announce
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -200,10 +205,6 @@ is pleased to announce
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/05/23/release-1.23.0/index.html
b/news/2020/05/23/release-1.23.0/index.html
index 25c5f1502..3df9f2a35 100644
--- a/news/2020/05/23/release-1.23.0/index.html
+++ b/news/2020/05/23/release-1.23.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -187,6 +188,10 @@ highlighting that Calcite now:</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -203,10 +208,6 @@ highlighting that Calcite now:</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/07/23/release-1.24.0/index.html
b/news/2020/07/23/release-1.24.0/index.html
index 2182ff36a..40c4939b6 100644
--- a/news/2020/07/23/release-1.24.0/index.html
+++ b/news/2020/07/23/release-1.24.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -183,6 +184,10 @@ SQL string with placeholders</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -199,10 +204,6 @@ SQL string with placeholders</li>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/08/22/release-1.25.0/index.html
b/news/2020/08/22/release-1.25.0/index.html
index 8a19c1aa8..88f3a6e36 100644
--- a/news/2020/08/22/release-1.25.0/index.html
+++ b/news/2020/08/22/release-1.25.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -180,6 +181,10 @@ this release are:</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -196,10 +201,6 @@ this release are:</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
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 a826a9569..24a3e0af4 100644
--- a/news/2020/10/06/release-1.26.0/index.html
+++ b/news/2020/10/06/release-1.26.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -183,6 +184,10 @@ issues, comprising a lot of new features and bug-fixes.
Among others, it is wort
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -199,10 +204,6 @@ issues, comprising a lot of new features and bug-fixes.
Among others, it is wort
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2021/01/11/meetup/index.html
b/news/2021/01/11/meetup/index.html
index 72d819c60..a4189abe0 100644
--- a/news/2021/01/11/meetup/index.html
+++ b/news/2021/01/11/meetup/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -172,6 +173,10 @@ virtual key signing party.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -188,10 +193,6 @@ virtual key signing party.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2021/06/03/release-1.27.0/index.html
b/news/2021/06/03/release-1.27.0/index.html
index 7f4ae13eb..8f590ccb6 100644
--- a/news/2021/06/03/release-1.27.0/index.html
+++ b/news/2021/06/03/release-1.27.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -182,6 +183,10 @@ improvements, as well as code quality enhancements and
better test coverage.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -198,10 +203,6 @@ improvements, as well as code quality enhancements and
better test coverage.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2021/10/19/release-1.28.0/index.html
b/news/2021/10/19/release-1.28.0/index.html
index 445c7088b..c843edf84 100644
--- a/news/2021/10/19/release-1.28.0/index.html
+++ b/news/2021/10/19/release-1.28.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -246,6 +247,10 @@ configuration properties cannot mutate the returned
collections.</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -262,10 +267,6 @@ configuration properties cannot mutate the returned
collections.</li>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2021/12/25/release-1.29.0/index.html
b/news/2021/12/25/release-1.29.0/index.html
index 8bf56bc47..31c7410b3 100644
--- a/news/2021/12/25/release-1.29.0/index.html
+++ b/news/2021/12/25/release-1.29.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -174,6 +175,10 @@ such as CVE-2021-44228 and CVE-2021-45105.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -190,10 +195,6 @@ such as CVE-2021-44228 and CVE-2021-45105.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2022/03/19/release-1.30.0/index.html
b/news/2022/03/19/release-1.30.0/index.html
index a290bea7b..ee4fd8f82 100644
--- a/news/2022/03/19/release-1.30.0/index.html
+++ b/news/2022/03/19/release-1.30.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -180,6 +181,10 @@ and resolves 36 issues.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -196,10 +201,6 @@ and resolves 36 issues.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2022/08/02/release-1.31.0/index.html
b/news/2022/08/02/release-1.31.0/index.html
index ffe15d11a..585a55840 100644
--- a/news/2022/08/02/release-1.31.0/index.html
+++ b/news/2022/08/02/release-1.31.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -186,6 +187,10 @@ contains contributions from 28 contributors, and resolves
81 issues.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -202,10 +207,6 @@ contains contributions from 28 contributors, and resolves
81 issues.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="current">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2022/09/10/release-1.32.0/index.html
b/news/2022/09/10/release-1.32.0/index.html
index 48652e8f3..12e4e85d2 100644
--- a/news/2022/09/10/release-1.32.0/index.html
+++ b/news/2022/09/10/release-1.32.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -186,6 +187,10 @@ MULTISET</a> functions.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -202,10 +207,6 @@ MULTISET</a> functions.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2023/02/07/release_1.33.0/index.html
b/news/2023/02/07/release_1.33.0/index.html
index 039256ae6..e28371653 100644
--- a/news/2023/02/07/release_1.33.0/index.html
+++ b/news/2023/02/07/release_1.33.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -206,6 +207,10 @@ Prune empty parts of a query by exploiting
stats/metadata</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -222,10 +227,6 @@ Prune empty parts of a query by exploiting
stats/metadata</li>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2023/03/14/release-1.34.0/index.html
b/news/2023/03/14/release-1.34.0/index.html
index 8b141ade8..f69595646 100644
--- a/news/2023/03/14/release-1.34.0/index.html
+++ b/news/2023/03/14/release-1.34.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -176,6 +177,10 @@ introduced accidentally in <a
href="#v1-33-0">1.33.0</a>.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -192,10 +197,6 @@ introduced accidentally in <a
href="#v1-33-0">1.33.0</a>.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2023/07/26/release-1.35.0/index.html
b/news/2023/07/26/release-1.35.0/index.html
index cb8493b66..1b133cd0d 100644
--- a/news/2023/07/26/release-1.35.0/index.html
+++ b/news/2023/07/26/release-1.35.0/index.html
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -205,6 +206,10 @@ Improve simplification of <code class="language-plaintext
highlighter-rouge">(x
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="current">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -221,10 +226,6 @@ Improve simplification of <code class="language-plaintext
highlighter-rouge">(x
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2022/08/02/release-1.31.0/index.html
b/news/2023/11/10/release-1.36.0/index.html
similarity index 80%
copy from news/2022/08/02/release-1.31.0/index.html
copy to news/2023/11/10/release-1.36.0/index.html
index ffe15d11a..36fa344d3 100644
--- a/news/2022/08/02/release-1.31.0/index.html
+++ b/news/2023/11/10/release-1.36.0/index.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
- <title>Release 1.31.0</title>
+ <title>Release 1.36.0</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet"
href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
@@ -58,7 +58,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -116,8 +117,8 @@
<div class="unit four-fifths">
<article>
<h2>
- Release 1.31.0
- <a href="/news/2022/08/02/release-1.31.0/" class="permalink"
title="Permalink">∞</a>
+ Release 1.36.0
+ <a href="/news/2023/11/10/release-1.36.0/" class="permalink"
title="Permalink">∞</a>
</h2>
<span class="post-category">
<span class="label">
@@ -126,14 +127,14 @@
</span>
<div class="post-meta">
<span class="post-date">
- 02 Aug 2022
+ 10 Nov 2023
</span>
- <a href="https://github.com/asereda-gs" class="post-author">
- <img src="https://github.com/asereda-gs.png" class="avatar" alt="sereda
avatar" width="24" height="24">
- sereda
+ <a href="https://github.com/libenchao" class="post-author">
+ <img src="https://github.com/libenchao.png" class="avatar"
alt="libenchao avatar" width="24" height="24">
+ libenchao
</a>
</div>
<div class="post-content">
@@ -141,31 +142,32 @@
-->
-<p>The <a href="">Apache Calcite PMC</a>
-is pleased to announce
-<a href="/docs/history.html#v1-31-0">Apache Calcite release 1.31.0</a>.</p>
+<p>The <a href="">Apache Calcite PMC</a> is pleased to announce
+<a href="/docs/history.html#v1-36-0">Apache Calcite release 1.36.0</a>.</p>
-<p>This release comes four months after <a href="#v1-30-0">1.30.0</a>,
-contains contributions from 28 contributors, and resolves 81 issues.</p>
-
-<p>Among others, it is worth highlighting the following improvements:</p>
+<p>This release comes 3 months after <a href="#v1-35-0">1.35.0</a>,
+contains contributions from 30 contributors, and resolves 125 issues.</p>
+<p>Among other new features, it’s worth highlighting the adding of 30 new SQL
functions in various libraries such as BigQuery and Spark, many improvements
hardening <code class="language-plaintext highlighter-rouge">TABLESAMPLE</code>
, and also the following features:</p>
<ul>
- <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-4865">CALCITE-4865</a>]
- Allow table functions to be polymorphic</li>
- <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5107">CALCITE-5107</a>]
- Support SQL hint for <code class="language-plaintext
highlighter-rouge">Filter</code>, <code class="language-plaintext
highlighter-rouge">SetOp</code>, <code class="language-plaintext
highlighter-rouge">Sort</code>, <code class="language-plaintext
highlighter-rouge">Window</code>, <code class="language-plaintext
highlighter-rouge">Values</code>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-129">CALCITE-129</a>]
+ Support recursive <code class="language-plaintext
highlighter-rouge">WITH</code> queries</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6022">CALCITE-6022</a>]
+ Support <code class="language-plaintext highlighter-rouge">CREATE TABLE ...
LIKE DDL</code> in server module</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5962">CALCITE-5962</a>]
+ Support parse Spark-style syntax <code class="language-plaintext
highlighter-rouge">LEFT ANTI JOIN</code> in Babel parser</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5184">CALCITE-5184</a>]
+ Support <code class="language-plaintext highlighter-rouge">LIMIT start,
ALL</code> in MySQL conformance, equivalent to <code class="language-plaintext
highlighter-rouge">OFFSET start</code>
+</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5889">CALCITE-5889</a>]
+ Add a <code class="language-plaintext highlighter-rouge">RelRule</code> that
converts <code class="language-plaintext highlighter-rouge">Minus</code> into
<code class="language-plaintext highlighter-rouge">UNION ALL..GROUP
BY...WHERE</code>
</li>
- <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-35">CALCITE-35</a>]
- Support parsing parenthesized joins</li>
- <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-3890">CALCITE-3890</a>]
- Derive <code class="language-plaintext highlighter-rouge">IS NOT NULL</code>
filter for the inputs of inner join</li>
- <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5085">CALCITE-5085</a>]
- Firebolt dialect implementation</li>
</ul>
+<p>In addition to new features, it’s also worth highlighting the integrating
of <a href="https://issues.apache.org/jira/browse/CALCITE-5615">SQL Logic Test
suite</a></p>
+
- <p>See the <a href="/docs/history.html#v1-31-0">release notes</a>;
+ <p>See the <a href="/docs/history.html#v1-36-0">release notes</a>;
<a href="/downloads#source-releases">download</a> the release.</p>
</div>
@@ -186,6 +188,10 @@ contains contributions from 28 contributors, and resolves
81 issues.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="current">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -202,10 +208,6 @@ contains contributions from 28 contributors, and resolves
81 issues.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="current">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/index.html b/news/index.html
index 1d83d04de..a3a1ebda7 100644
--- a/news/index.html
+++ b/news/index.html
@@ -57,7 +57,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -117,6 +118,67 @@
+<article>
+ <h2>
+ <a href="/news/2023/11/10/release-1.36.0/">
+ Release 1.36.0
+ </a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 10 Nov 2023
+ </span>
+
+
+
+ <a href="https://github.com/libenchao" class="post-author">
+ <img src="https://github.com/libenchao.png"
+ class="avatar" alt="libenchao avatar"
+ width="24" height="24">
+ libenchao
+ </a>
+ </div>
+ <div class="post-content">
+ <!--
+
+-->
+
+<p>The <a href="">Apache Calcite PMC</a> is pleased to announce
+<a href="/docs/history.html#v1-36-0">Apache Calcite release 1.36.0</a>.</p>
+
+<p>This release comes 3 months after <a href="#v1-35-0">1.35.0</a>,
+contains contributions from 30 contributors, and resolves 125 issues.</p>
+
+<p>Among other new features, it’s worth highlighting the adding of 30 new SQL
functions in various libraries such as BigQuery and Spark, many improvements
hardening <code class="language-plaintext highlighter-rouge">TABLESAMPLE</code>
, and also the following features:</p>
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-129">CALCITE-129</a>]
+ Support recursive <code class="language-plaintext
highlighter-rouge">WITH</code> queries</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6022">CALCITE-6022</a>]
+ Support <code class="language-plaintext highlighter-rouge">CREATE TABLE ...
LIKE DDL</code> in server module</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5962">CALCITE-5962</a>]
+ Support parse Spark-style syntax <code class="language-plaintext
highlighter-rouge">LEFT ANTI JOIN</code> in Babel parser</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5184">CALCITE-5184</a>]
+ Support <code class="language-plaintext highlighter-rouge">LIMIT start,
ALL</code> in MySQL conformance, equivalent to <code class="language-plaintext
highlighter-rouge">OFFSET start</code></li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5889">CALCITE-5889</a>]
+ Add a <code class="language-plaintext highlighter-rouge">RelRule</code> that
converts <code class="language-plaintext highlighter-rouge">Minus</code> into
<code class="language-plaintext highlighter-rouge">UNION ALL..GROUP
BY...WHERE</code></li>
+</ul>
+
+<p>In addition to new features, it’s also worth highlighting the integrating
of <a href="https://issues.apache.org/jira/browse/CALCITE-5615">SQL Logic Test
suite</a></p>
+
+
+ <p>See the <a href="/docs/history.html#v1-36-0">release notes</a>;
+ <a href="/downloads#source-releases">download</a> the release.</p>
+
+ </div>
+</article>
+
+
+
<article>
<h2>
<a href="/news/2023/07/26/release-1.35.0/">
@@ -3060,6 +3122,10 @@ of the website.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -3076,10 +3142,6 @@ of the website.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/releases/index.html b/news/releases/index.html
index d38e7c7fd..1df72a65a 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -57,7 +57,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2023/07/26/release-1.35.0/">Release
1.35.0</option>
+ <option value="/news/2023/11/10/release-1.36.0/">Release
1.36.0</option>
+ <option value="/news/2023/07/26/release-1.35.0/">Release 1.35.0</option>
<option value="/news/2023/03/14/release-1.34.0/">Release 1.34.0</option>
<option value="/news/2023/02/07/release_1.33.0/">Release_1.33.0</option>
<option value="/news/2022/09/10/release-1.32.0/">Release 1.32.0</option>
@@ -117,6 +118,67 @@
+<article>
+ <h2>
+ <a href="/news/2023/11/10/release-1.36.0/">
+ Release 1.36.0
+ </a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 10 Nov 2023
+ </span>
+
+
+
+ <a href="https://github.com/libenchao" class="post-author">
+ <img src="https://github.com/libenchao.png"
+ class="avatar" alt="libenchao avatar"
+ width="24" height="24">
+ libenchao
+ </a>
+ </div>
+ <div class="post-content">
+ <!--
+
+-->
+
+<p>The <a href="">Apache Calcite PMC</a> is pleased to announce
+<a href="/docs/history.html#v1-36-0">Apache Calcite release 1.36.0</a>.</p>
+
+<p>This release comes 3 months after <a href="#v1-35-0">1.35.0</a>,
+contains contributions from 30 contributors, and resolves 125 issues.</p>
+
+<p>Among other new features, it’s worth highlighting the adding of 30 new SQL
functions in various libraries such as BigQuery and Spark, many improvements
hardening <code class="language-plaintext highlighter-rouge">TABLESAMPLE</code>
, and also the following features:</p>
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-129">CALCITE-129</a>]
+ Support recursive <code class="language-plaintext
highlighter-rouge">WITH</code> queries</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6022">CALCITE-6022</a>]
+ Support <code class="language-plaintext highlighter-rouge">CREATE TABLE ...
LIKE DDL</code> in server module</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5962">CALCITE-5962</a>]
+ Support parse Spark-style syntax <code class="language-plaintext
highlighter-rouge">LEFT ANTI JOIN</code> in Babel parser</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5184">CALCITE-5184</a>]
+ Support <code class="language-plaintext highlighter-rouge">LIMIT start,
ALL</code> in MySQL conformance, equivalent to <code class="language-plaintext
highlighter-rouge">OFFSET start</code></li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5889">CALCITE-5889</a>]
+ Add a <code class="language-plaintext highlighter-rouge">RelRule</code> that
converts <code class="language-plaintext highlighter-rouge">Minus</code> into
<code class="language-plaintext highlighter-rouge">UNION ALL..GROUP
BY...WHERE</code></li>
+</ul>
+
+<p>In addition to new features, it’s also worth highlighting the integrating
of <a href="https://issues.apache.org/jira/browse/CALCITE-5615">SQL Logic Test
suite</a></p>
+
+
+ <p>See the <a href="/docs/history.html#v1-36-0">release notes</a>;
+ <a href="/downloads#source-releases">download</a> the release.</p>
+
+ </div>
+</article>
+
+
+
<article>
<h2>
<a href="/news/2023/07/26/release-1.35.0/">
@@ -2495,6 +2557,10 @@ before you move on to 1.0.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
+ </li>
+
<li class="">
<a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
</li>
@@ -2511,10 +2577,6 @@ before you move on to 1.0.</p>
<a href="/news/2022/09/10/release-1.32.0/">1.32.0</a>
</li>
- <li class="">
- <a href="/news/2022/08/02/release-1.31.0/">1.31.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>