Modified: calcite/site/docs/stream.html URL: http://svn.apache.org/viewvc/calcite/site/docs/stream.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/docs/stream.html (original) +++ calcite/site/docs/stream.html Mon Mar 19 15:59:20 2018 @@ -1085,15 +1085,15 @@ to be part of a tumbling window with a g and Jennifer Widom (2003) The CQL Continuous Query Language: Semantic Foundations and Query Execution</a>.</li> <li>[<a name="ref2">2</a>] -<a href="http://kafka.apache.org/documentation.html">Apache Kafka</a>.</li> - <li>[<a name="ref3">3</a>] <a href="http://samza.apache.org">Apache Samza</a>.</li> +<a href="https://kafka.apache.org/documentation.html">Apache Kafka</a>.</li> + <li>[<a name="ref3">3</a>] <a href="https://samza.apache.org">Apache Samza</a>.</li> <li>[<a name="ref4">4</a>] <a href="https://github.com/milinda/samza-sql">SamzaSQL</a>.</li> <li>[<a name="ref5">5</a>] -<a href="http://www.whitworth.edu/academic/department/mathcomputerscience/faculty/tuckerpeter/pdf/117896_final.pdf">Peter +<a href="https://www.whitworth.edu/academic/department/mathcomputerscience/faculty/tuckerpeter/pdf/117896_final.pdf">Peter A. Tucker, David Maier, Tim Sheard, and Leonidas Fegaras (2003) Exploiting Punctuation Semantics in Continuous Data Streams</a>.</li> <li>[<a name="ref6">6</a>] -<a href="http://research.google.com/pubs/pub41378.html">Tyler Akidau, +<a href="https://research.google.com/pubs/pub41378.html">Tyler Akidau, Alex Balikov, Kaya Bekiroglu, Slava Chernyak, Josh Haberman, Reuven Lax, Sam McVeety, Daniel Mills, Paul Nordstrom, and Sam Whittle (2013) MillWheel: Fault-Tolerant Stream Processing at Internet Scale</a>.</li>
Modified: calcite/site/docs/tutorial.html URL: http://svn.apache.org/viewvc/calcite/site/docs/tutorial.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/docs/tutorial.html (original) +++ calcite/site/docs/tutorial.html Mon Mar 19 15:59:20 2018 @@ -112,7 +112,7 @@ provides a full SQL interface.</p> <p>Calcite-example-CSV is a fully functional adapter for Calcite that reads text files in -<a href="http://en.wikipedia.org/wiki/Comma-separated_values">CSV +<a href="https://en.wikipedia.org/wiki/Comma-separated_values">CSV (comma-separated values)</a> format. It is remarkable that a couple of hundred lines of Java code are sufficient to provide full SQL query capability.</p> @@ -169,7 +169,7 @@ that is included in this project.</p> +------------+--------------+-------------+---------------+----------+------+</code></pre></figure> <p>(JDBC experts, note: sqllineâs <code>!tables</code> command is just executing -<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"><code>DatabaseMetaData.getTables()</code></a> +<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"><code>DatabaseMetaData.getTables()</code></a> behind the scenes. It has other commands to query JDBC metadata, such as <code>!columns</code> and <code>!describe</code>.)</p> @@ -676,7 +676,7 @@ operator statistics it is based upon. Bu <p>(The FoodMart database will be familiar to those of you who have used the Mondrian OLAP engine, because it is Mondrianâs main test data -set. To load the data set, follow <a href="http://mondrian.pentaho.com/documentation/installation.php#2_Set_up_test_data">Mondrianâs +set. To load the data set, follow <a href="https://mondrian.pentaho.com/documentation/installation.php#2_Set_up_test_data">Mondrianâs installation instructions</a>.)</p> <p><b>Current limitations</b>: The JDBC adapter currently only pushes Modified: calcite/site/downloads/index.html URL: http://svn.apache.org/viewvc/calcite/site/downloads/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/downloads/index.html (original) +++ calcite/site/downloads/index.html Mon Mar 19 15:59:20 2018 @@ -101,10 +101,16 @@ </thead> <tbody> <tr> + <td style="text-align: left"><a href="/docs/history.html#v1-16-0">1.16.0</a></td> + <td style="text-align: left">19 Mar 2018</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/96b7306">96b7306</a></td> + <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.16.0/apache-calcite-1.16.0-src.tar.gz&action=download">tar</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.16.0/apache-calcite-1.16.0-src.tar.gz.sha256">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.16.0/apache-calcite-1.16.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.16.0/apache-calcite-1.16.0-src.zip&action=download">zip</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.16.0/apache-calcite-1.16.0-src.zip.sha256">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.16.0/apache-calcite-1.16.0-src.zip.asc">pgp</a>)</td> + </tr> + <tr> <td style="text-align: left"><a href="/docs/history.html#v1-15-0">1.15.0</a></td> <td style="text-align: left">11 Dec 2017</td> <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/a2aa00e">a2aa00e</a></td> - <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.tar.gz&action=download">tar</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.tar.gz.sha256">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.zip&action=download">zip</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.zip.sha256">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.zip.asc">pgp</a>)</td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.tar.gz.sha256">digest</a> <a href="https://archive.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.zip">zip</a> (<a href="https://archive.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.zip.sha256">digest</a> <a href="https://archive.apache.org/dist/calcite/apache-calcite-1.15.0/apache-calcite-1.15.0-src.zip.asc">pgp</a>)</td> </tr> <tr> <td style="text-align: left"><a href="/docs/history.html#v1-14-0">1.14.0</a></td> @@ -248,7 +254,7 @@ succeed.</p> <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.15.0<span class="nt"></version></span> + <span class="nt"><version></span>1.16.0<span class="nt"></version></span> <span class="nt"></dependency></span> <span class="nt"></dependencies></span></code></pre></figure> Modified: calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html (original) +++ calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -176,6 +177,10 @@ new utility, <code class="highlighter-ro <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -191,10 +196,6 @@ new utility, <code class="highlighter-ro <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html (original) +++ calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -174,6 +175,10 @@ <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -189,10 +194,6 @@ <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html (original) +++ calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -174,6 +175,10 @@ <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -189,10 +194,6 @@ <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html (original) +++ calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -177,6 +178,10 @@ before you move on to 1.0.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -192,10 +197,6 @@ before you move on to 1.0.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html (original) +++ calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -187,6 +188,10 @@ and fixes about 30 bugs.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -202,10 +207,6 @@ and fixes about 30 bugs.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html (original) +++ calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -186,6 +187,10 @@ calling constructors directly.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -201,10 +206,6 @@ calling constructors directly.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html (original) +++ calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -186,6 +187,10 @@ improve implicit and explicit conversion <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -201,10 +206,6 @@ improve implicit and explicit conversion <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/04/24/new-committers/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/04/24/new-committers/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/04/24/new-committers/index.html (original) +++ calcite/site/news/2015/04/24/new-committers/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -180,6 +181,10 @@ committers for their work on Calcite. We <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -195,10 +200,6 @@ committers for their work on Calcite. We <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html (original) +++ calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -178,6 +179,10 @@ and various improvements to Avatica.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -193,10 +198,6 @@ and various improvements to Avatica.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/06/05/algebra-builder/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/06/05/algebra-builder/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/06/05/algebra-builder/index.html (original) +++ calcite/site/news/2015/06/05/algebra-builder/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -225,6 +226,10 @@ extensive set of query-optimization rule <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -240,10 +245,6 @@ extensive set of query-optimization rule <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html (original) +++ calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -185,6 +186,10 @@ and <a href="https://www.youtube.com/wat <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -200,10 +205,6 @@ and <a href="https://www.youtube.com/wat <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html (original) +++ calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -184,6 +185,10 @@ so that you can easily create relational <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -199,10 +204,6 @@ so that you can easily create relational <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/10/22/calcite-graduates/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/10/22/calcite-graduates/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/10/22/calcite-graduates/index.html (original) +++ calcite/site/news/2015/10/22/calcite-graduates/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -206,6 +207,10 @@ celebrated with a graduation cake.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -221,10 +226,6 @@ celebrated with a graduation cake.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/11/08/new-committers/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/11/08/new-committers/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/11/08/new-committers/index.html (original) +++ calcite/site/news/2015/11/08/new-committers/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -177,6 +178,10 @@ committers for their work on Calcite. We <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -192,10 +197,6 @@ committers for their work on Calcite. We <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2015/11/10/release-1.5.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/11/10/release-1.5.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2015/11/10/release-1.5.0/index.html (original) +++ calcite/site/news/2015/11/10/release-1.5.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -178,6 +179,10 @@ <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -193,10 +198,6 @@ <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2016/01/22/release-1.6.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2016/01/22/release-1.6.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2016/01/22/release-1.6.0/index.html (original) +++ calcite/site/news/2016/01/22/release-1.6.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -204,6 +205,10 @@ further tune the metadata layer.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -219,10 +224,6 @@ further tune the metadata layer.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2016/02/17/elser-pmc/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2016/02/17/elser-pmc/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2016/02/17/elser-pmc/index.html (original) +++ calcite/site/news/2016/02/17/elser-pmc/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -177,6 +178,10 @@ not least in discussing <a href="https:/ <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -192,10 +197,6 @@ not least in discussing <a href="https:/ <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2016/02/17/streaming-sql-talk/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2016/02/17/streaming-sql-talk/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2016/02/17/streaming-sql-talk/index.html (original) +++ calcite/site/news/2016/02/17/streaming-sql-talk/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -186,6 +187,10 @@ and <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -201,10 +206,6 @@ and <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2016/03/22/cassandra-adapter/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2016/03/22/cassandra-adapter/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2016/03/22/cassandra-adapter/index.html (original) +++ calcite/site/news/2016/03/22/cassandra-adapter/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -187,6 +188,10 @@ for CSV and JSON files, and JDBC data so <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -202,10 +207,6 @@ for CSV and JSON files, and JDBC data so <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2016/03/22/release-1.7.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2016/03/22/release-1.7.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2016/03/22/release-1.7.0/index.html (original) +++ calcite/site/news/2016/03/22/release-1.7.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -209,6 +210,10 @@ to SLF4Jâs <code class="highlighter <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -224,10 +229,6 @@ to SLF4Jâs <code class="highlighter <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2016/06/13/release-1.8.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2016/06/13/release-1.8.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2016/06/13/release-1.8.0/index.html (original) +++ calcite/site/news/2016/06/13/release-1.8.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -200,6 +201,10 @@ planner rules and APIs.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -215,10 +220,6 @@ planner rules and APIs.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2016/09/22/release-1.9.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2016/09/22/release-1.9.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2016/09/22/release-1.9.0/index.html (original) +++ calcite/site/news/2016/09/22/release-1.9.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -198,6 +199,10 @@ changes to planner rules and APIs.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -213,10 +218,6 @@ changes to planner rules and APIs.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2016/10/12/release-1.10.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2016/10/12/release-1.10.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2016/10/12/release-1.10.0/index.html (original) +++ calcite/site/news/2016/10/12/release-1.10.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -181,6 +182,10 @@ prevented us from handling consistently <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -196,10 +201,6 @@ prevented us from handling consistently <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2017/01/09/release-1.11.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2017/01/09/release-1.11.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2017/01/09/release-1.11.0/index.html (original) +++ calcite/site/news/2017/01/09/release-1.11.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -219,6 +220,10 @@ See the cases for more details.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -234,10 +239,6 @@ See the cases for more details.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class="current"> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2017/03/24/release-1.12.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2017/03/24/release-1.12.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2017/03/24/release-1.12.0/index.html (original) +++ calcite/site/news/2017/03/24/release-1.12.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -223,6 +224,10 @@ allows the corresponding time-unit argum <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -238,10 +243,6 @@ allows the corresponding time-unit argum <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2017/03/31/new-avatica-repository/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2017/03/31/new-avatica-repository/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2017/03/31/new-avatica-repository/index.html (original) +++ calcite/site/news/2017/03/31/new-avatica-repository/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -182,6 +183,10 @@ with a mirrored-copy also available on G <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -197,10 +202,6 @@ with a mirrored-copy also available on G <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2017/06/26/release-1.13.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2017/06/26/release-1.13.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2017/06/26/release-1.13.0/index.html (original) +++ calcite/site/news/2017/06/26/release-1.13.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -199,6 +200,10 @@ e.g., <a href="https://issues.apache.org <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -214,10 +219,6 @@ e.g., <a href="https://issues.apache.org <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2017/10/02/release-1.14.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2017/10/02/release-1.14.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2017/10/02/release-1.14.0/index.html (original) +++ calcite/site/news/2017/10/02/release-1.14.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -186,6 +187,10 @@ Several minor improvements are added as <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -201,10 +206,6 @@ Several minor improvements are added as <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/2017/12/11/release-1.15.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2017/12/11/release-1.15.0/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/2017/12/11/release-1.15.0/index.html (original) +++ calcite/site/news/2017/12/11/release-1.15.0/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -204,6 +205,10 @@ release that will support JDK 7</a>.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + <li class="current"> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -220,10 +225,6 @@ release that will support JDK 7</a>.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Added: calcite/site/news/2018/03/19/release-1.16.0/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2018/03/19/release-1.16.0/index.html?rev=1827211&view=auto ============================================================================== --- calcite/site/news/2018/03/19/release-1.16.0/index.html (added) +++ calcite/site/news/2018/03/19/release-1.16.0/index.html Mon Mar 19 15:59:20 2018 @@ -0,0 +1,323 @@ +<!DOCTYPE HTML> +<html lang="en-US"> +<head> + <meta charset="UTF-8"> + <title>Release 1.16.0</title> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta name="generator" content="Jekyll v3.5.1"> + <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900"> + <link rel="stylesheet" href="/css/screen.css"> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <!--[if lt IE 9]> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> + <![endif]--> +</head> + + +<body class="wrap"> + <header role="banner"> + <nav class="mobile-nav show-on-mobiles"> + <ul> + <li class=""> + <a href="/">Home</a> + </li> + <li class=""> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> + </li> + <li class="current"> + <a href="/news/">News</a> + </li> + <li class=""> + <a href="/docs/">Docs</a> + </li> +</ul> + + </nav> + <div class="grid"> + <div class="unit one-third center-on-mobiles"> + <h1> + <a href="/"> + <span class="sr-only">Apache Calcite</span> + <img src="/img/logo.png" width="226" height="140" alt="Calcite Logo"> + </a> + </h1> + </div> + <nav class="main-nav unit two-thirds hide-on-mobiles"> + <ul> + <li class=""> + <a href="/">Home</a> + </li> + <li class=""> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> + </li> + <li class="current"> + <a href="/news/">News</a> + </li> + <li class=""> + <a href="/docs/">Docs</a> + </li> +</ul> + + </nav> + </div> +</header> + + + <section class="news"> + <div class="grid"> + + <div class="docs-nav-mobile unit whole show-on-mobiles"> + <select onchange="if (this.value) window.location.href=this.value"> + <option value="">Navigate the blogâ¦</option> + <option value="/news/">Home</option> + <optgroup label="v1.x"> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> + <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> + <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> + <option value="/news/2017/03/24/release-1.12.0/">Release 1.12.0</option> + <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option> + <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option> + <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option> + <option value="/news/2016/06/13/release-1.8.0/">Release 1.8.0</option> + <option value="/news/2016/03/22/cassandra-adapter/">Cassandra Adapter</option> + <option value="/news/2016/03/22/release-1.7.0/">Release 1.7.0</option> + <option value="/news/2016/02/17/streaming-sql-talk/">Streaming SQL in Samza</option> + <option value="/news/2016/02/17/elser-pmc/">Calcite appoints Josh Elser to PMC</option> + <option value="/news/2016/01/22/release-1.6.0/">Release 1.6.0</option> + <option value="/news/2015/11/10/release-1.5.0/">Release 1.5.0</option> + <option value="/news/2015/11/08/new-committers/">Calcite adds 2 committers</option> + <option value="/news/2015/10/22/calcite-graduates/">Calcite Graduates</option> + <option value="/news/2015/09/02/release-1.4.0-incubating/">Release 1.4.0 Incubating</option> + <option value="/news/2015/07/31/xldb-best-lightning-talk/">XLDB 2015 best lightning talk</option> + <option value="/news/2015/06/05/algebra-builder/">Algebra builder</option> + <option value="/news/2015/05/30/release-1.3.0-incubating/">Release 1.3.0 Incubating</option> + <option value="/news/2015/04/24/new-committers/">Calcite adds 5 committers</option> + <option value="/news/2015/04/07/release-1.2.0-incubating/">Release 1.2.0 Incubating</option> + <option value="/news/2015/03/13/release-1.1.0-incubating/">Release 1.1.0 Incubating</option> + <option value="/news/2015/01/31/release-1.0.0-incubating/">Release 1.0.0 Incubating</option> + <option value="/news/2014/11/05/release-0.9.2-incubating/">Release 0.9.2 Incubating</option> + <option value="/news/2014/10/02/release-0.9.1-incubating/">Release 0.9.1 Incubating</option> + <option value="/news/2014/08/19/release-0.9.0-incubating/">Release 0.9.0 Incubating</option> + <option value="/news/2014/06/27/release-0.8.0-incubating/">Release 0.8.0 Incubating</option> + + </optgroup> + </select> +</div> + + + <div class="unit four-fifths"> + <article> + <h2> + Release 1.16.0 + <a href="/news/2018/03/19/release-1.16.0/" class="permalink" title="Permalink">â</a> + </h2> + <span class="post-category"> + <span class="label"> + release + </span> + </span> + <div class="post-meta"> + <span class="post-date"> + 19 Mar 2018 + </span> + + + + <a href="http://github.com/jcamachor" class="post-author"> + <img src="http://github.com/jcamachor.png" + class="avatar" alt="jcamacho avatar" + width="24" height="24"> + jcamacho + </a> + </div> + <div class="post-content"> + <!-- + +--> + +<p>The <a href="">Apache Calcite PMC</a> +is pleased to announce +<a href="/docs/history.html#v1-16-0">Apache Calcite release 1.16.0</a>.</p> + +<p>This release comes three months after 1.15.0. It includes more than 80 resolved +issues, comprising a large number of new features as well as general improvements +and bug-fixes to Calcite core. Among others:</p> + +<ul> + <li>Calcite has been upgraded to use +<a href="https://issues.apache.org/jira/browse/CALCITE-2182">Avatica 1.11.0</a>, +which was recently released.</li> + <li>Moreover, a new adapter to +<a href="https://issues.apache.org/jira/browse/CALCITE-2059">read data from Apache Geode</a> +was added in this release. In addition, more progress has been made for the existing adapters, +e.g., the Druid adapter can generate +<a href="https://issues.apache.org/jira/browse/CALCITE-2077"><code class="highlighter-rouge">SCAN</code> queries rather than <code class="highlighter-rouge">SELECT</code> queries</a> +for more efficient execution and it can push +<a href="https://issues.apache.org/jira/browse/CALCITE-2170">more work to Druid using its new expressions capabilities</a>, +and the JDBC adapter now <a href="https://issues.apache.org/jira/browse/CALCITE-2128">supports the SQL dialect used by Jethro Data</a>.</li> + <li>Finally, this release +<a href="https://issues.apache.org/jira/browse/CALCITE-2027">drops support for JDK 1.7</a> and +support for <a href="https://issues.apache.org/jira/browse/CALCITE-2191">Guava versions earlier than 19</a>.</li> +</ul> + + + <p>See the <a href="/docs/history.html#v1-16-0">release notes</a>; + <a href="/downloads#source-releases">download</a> the release.</p> + + </div> +</article> + + </div> + + <div class="unit one-fifth hide-on-mobiles"> + <aside> + <ul> + <li class=""> + <a href="/news/">All News</a> + </li> + <li class=""> + <a href="/news/releases/">Calcite Releases</a> + </li> + </ul> + <h4>Recent Releases</h4> + <ul> + + <li class="current"> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> + <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> + </li> + + <li class=""> + <a href="/news/2017/10/02/release-1.14.0/">1.14.0</a> + </li> + + <li class=""> + <a href="/news/2017/06/26/release-1.13.0/">1.13.0</a> + </li> + + <li class=""> + <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> + </li> + + </ul> + <h4>Other News</h4> + <ul> + + <li class=""> + <a href="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</a> + </li> + + <li class=""> + <a href="/news/2016/03/22/cassandra-adapter/">Cassandra Adapter</a> + </li> + + <li class=""> + <a href="/news/2016/02/17/streaming-sql-talk/">Streaming SQL in Samza</a> + </li> + + <li class=""> + <a href="/news/2016/02/17/elser-pmc/">Calcite appoints Josh Elser to PMC</a> + </li> + + <li class=""> + <a href="/news/2015/11/08/new-committers/">Calcite adds 2 committers</a> + </li> + + <li class=""> + <a href="/news/2015/10/22/calcite-graduates/">Calcite Graduates</a> + </li> + + <li class=""> + <a href="/news/2015/07/31/xldb-best-lightning-talk/">XLDB 2015 best lightning talk</a> + </li> + + <li class=""> + <a href="/news/2015/06/05/algebra-builder/">Algebra builder</a> + </li> + + <li class=""> + <a href="/news/2015/04/24/new-committers/">Calcite adds 5 committers</a> + </li> + + </ul> + </aside> +</div> + + + <div class="clear"></div> + + </div> + </section> + + + <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" width="190" height="77" alt="Apache Logo"></a> + </div> + <div id="copyright"> + <p>The contents of this website are © 2018 + <a href="https://www.apache.org/">Apache Software Foundation</a> + under the terms of + the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> + Apache License v2</a>. Apache Calcite and its logo are + trademarks of the Apache Software Foundation.</p> + </div> +</footer> + + <script> + var anchorForId = function (id) { + var anchor = document.createElement("a"); + anchor.className = "header-link"; + anchor.href = "#" + id; + anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>"; + anchor.title = "Permalink"; + return anchor; + }; + + var linkifyAnchors = function (level, containingElement) { + var headers = containingElement.getElementsByTagName("h" + level); + for (var h = 0; h < headers.length; h++) { + var header = headers[h]; + + if (typeof header.id !== "undefined" && header.id !== "") { + header.appendChild(anchorForId(header.id)); + } + } + }; + + document.onreadystatechange = function () { + if (this.readyState === "complete") { + var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0]; + if (!contentBlock) { + return; + } + for (var level = 1; level <= 6; level++) { + linkifyAnchors(level, contentBlock); + } + } + }; +</script> + + +</body> +</html> Modified: calcite/site/news/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/index.html (original) +++ calcite/site/news/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -126,6 +127,70 @@ <article> <h2> + <a href="/news/2018/03/19/release-1.16.0/"> + Release 1.16.0 + </a> + </h2> + <span class="post-category"> + <span class="label"> + release + </span> + </span> + <div class="post-meta"> + <span class="post-date"> + 19 Mar 2018 + </span> + + + + <a href="http://github.com/jcamachor" class="post-author"> + <img src="http://github.com/jcamachor.png" + class="avatar" alt="jcamacho avatar" + width="24" height="24"> + jcamacho + </a> + </div> + <div class="post-content"> + <!-- + +--> + +<p>The <a href="">Apache Calcite PMC</a> +is pleased to announce +<a href="/docs/history.html#v1-16-0">Apache Calcite release 1.16.0</a>.</p> + +<p>This release comes three months after 1.15.0. It includes more than 80 resolved +issues, comprising a large number of new features as well as general improvements +and bug-fixes to Calcite core. Among others:</p> + +<ul> + <li>Calcite has been upgraded to use +<a href="https://issues.apache.org/jira/browse/CALCITE-2182">Avatica 1.11.0</a>, +which was recently released.</li> + <li>Moreover, a new adapter to +<a href="https://issues.apache.org/jira/browse/CALCITE-2059">read data from Apache Geode</a> +was added in this release. In addition, more progress has been made for the existing adapters, +e.g., the Druid adapter can generate +<a href="https://issues.apache.org/jira/browse/CALCITE-2077"><code class="highlighter-rouge">SCAN</code> queries rather than <code class="highlighter-rouge">SELECT</code> queries</a> +for more efficient execution and it can push +<a href="https://issues.apache.org/jira/browse/CALCITE-2170">more work to Druid using its new expressions capabilities</a>, +and the JDBC adapter now <a href="https://issues.apache.org/jira/browse/CALCITE-2128">supports the SQL dialect used by Jethro Data</a>.</li> + <li>Finally, this release +<a href="https://issues.apache.org/jira/browse/CALCITE-2027">drops support for JDK 1.7</a> and +support for <a href="https://issues.apache.org/jira/browse/CALCITE-2191">Guava versions earlier than 19</a>.</li> +</ul> + + + <p>See the <a href="/docs/history.html#v1-16-0">release notes</a>; + <a href="/downloads#source-releases">download</a> the release.</p> + + </div> +</article> + + + +<article> + <h2> <a href="/news/2017/12/11/release-1.15.0/"> Release 1.15.0 </a> @@ -1821,6 +1886,10 @@ of the website.</p> <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -1836,10 +1905,6 @@ of the website.</p> <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul> Modified: calcite/site/news/releases/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/releases/index.html?rev=1827211&r1=1827210&r2=1827211&view=diff ============================================================================== --- calcite/site/news/releases/index.html (original) +++ calcite/site/news/releases/index.html Mon Mar 19 15:59:20 2018 @@ -84,7 +84,8 @@ <option value="">Navigate the blogâ¦</option> <option value="/news/">Home</option> <optgroup label="v1.x"> - <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> + <option value="/news/2018/03/19/release-1.16.0/">Release 1.16.0</option> + <option value="/news/2017/12/11/release-1.15.0/">Release 1.15.0</option> <option value="/news/2017/10/02/release-1.14.0/">Release 1.14.0</option> <option value="/news/2017/06/26/release-1.13.0/">Release 1.13.0</option> <option value="/news/2017/03/31/new-avatica-repository/">New Avatica Repository</option> @@ -126,6 +127,70 @@ <article> <h2> + <a href="/news/2018/03/19/release-1.16.0/"> + Release 1.16.0 + </a> + </h2> + <span class="post-category"> + <span class="label"> + release + </span> + </span> + <div class="post-meta"> + <span class="post-date"> + 19 Mar 2018 + </span> + + + + <a href="http://github.com/jcamachor" class="post-author"> + <img src="http://github.com/jcamachor.png" + class="avatar" alt="jcamacho avatar" + width="24" height="24"> + jcamacho + </a> + </div> + <div class="post-content"> + <!-- + +--> + +<p>The <a href="">Apache Calcite PMC</a> +is pleased to announce +<a href="/docs/history.html#v1-16-0">Apache Calcite release 1.16.0</a>.</p> + +<p>This release comes three months after 1.15.0. It includes more than 80 resolved +issues, comprising a large number of new features as well as general improvements +and bug-fixes to Calcite core. Among others:</p> + +<ul> + <li>Calcite has been upgraded to use +<a href="https://issues.apache.org/jira/browse/CALCITE-2182">Avatica 1.11.0</a>, +which was recently released.</li> + <li>Moreover, a new adapter to +<a href="https://issues.apache.org/jira/browse/CALCITE-2059">read data from Apache Geode</a> +was added in this release. In addition, more progress has been made for the existing adapters, +e.g., the Druid adapter can generate +<a href="https://issues.apache.org/jira/browse/CALCITE-2077"><code class="highlighter-rouge">SCAN</code> queries rather than <code class="highlighter-rouge">SELECT</code> queries</a> +for more efficient execution and it can push +<a href="https://issues.apache.org/jira/browse/CALCITE-2170">more work to Druid using its new expressions capabilities</a>, +and the JDBC adapter now <a href="https://issues.apache.org/jira/browse/CALCITE-2128">supports the SQL dialect used by Jethro Data</a>.</li> + <li>Finally, this release +<a href="https://issues.apache.org/jira/browse/CALCITE-2027">drops support for JDK 1.7</a> and +support for <a href="https://issues.apache.org/jira/browse/CALCITE-2191">Guava versions earlier than 19</a>.</li> +</ul> + + + <p>See the <a href="/docs/history.html#v1-16-0">release notes</a>; + <a href="/downloads#source-releases">download</a> the release.</p> + + </div> +</article> + + + +<article> + <h2> <a href="/news/2017/12/11/release-1.15.0/"> Release 1.15.0 </a> @@ -1304,6 +1369,10 @@ new utility, <code class="highlighter-ro <ul> <li class=""> + <a href="/news/2018/03/19/release-1.16.0/">1.16.0</a> + </li> + + <li class=""> <a href="/news/2017/12/11/release-1.15.0/">1.15.0</a> </li> @@ -1319,10 +1388,6 @@ new utility, <code class="highlighter-ro <a href="/news/2017/03/24/release-1.12.0/">1.12.0</a> </li> - <li class=""> - <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a> - </li> - </ul> <h4>Other News</h4> <ul>
