You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jc...@apache.org on 2016/10/12 12:29:47 UTC

svn commit: r1764445 - in /calcite/site: docs/ downloads/ news/ news/2014/06/27/release-0.8.0-incubating/ news/2014/08/19/release-0.9.0-incubating/ news/2014/10/02/release-0.9.1-incubating/ news/2014/11/05/release-0.9.2-incubating/ news/2015/01/31/rele...

Author: jcamacho
Date: Wed Oct 12 12:29:46 2016
New Revision: 1764445

URL: http://svn.apache.org/viewvc?rev=1764445&view=rev
Log:
Regenerating website

Added:
    calcite/site/news/2016/10/
    calcite/site/news/2016/10/12/
    calcite/site/news/2016/10/12/release-1.10.0/
    calcite/site/news/2016/10/12/release-1.10.0/index.html
Modified:
    calcite/site/docs/history.html
    calcite/site/docs/howto.html
    calcite/site/downloads/index.html
    calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html
    calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html
    calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html
    calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html
    calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html
    calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html
    calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html
    calcite/site/news/2015/04/24/new-committers/index.html
    calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html
    calcite/site/news/2015/06/05/algebra-builder/index.html
    calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html
    calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html
    calcite/site/news/2015/10/22/calcite-graduates/index.html
    calcite/site/news/2015/11/08/new-committers/index.html
    calcite/site/news/2015/11/10/release-1.5.0/index.html
    calcite/site/news/2016/01/22/release-1.6.0/index.html
    calcite/site/news/2016/02/17/elser-pmc/index.html
    calcite/site/news/2016/02/17/streaming-sql-talk/index.html
    calcite/site/news/2016/03/22/cassandra-adapter/index.html
    calcite/site/news/2016/03/22/release-1.7.0/index.html
    calcite/site/news/2016/06/13/release-1.8.0/index.html
    calcite/site/news/2016/09/22/release-1.9.0/index.html
    calcite/site/news/index.html
    calcite/site/news/releases/index.html

Modified: calcite/site/docs/history.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/history.html?rev=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/docs/history.html (original)
+++ calcite/site/docs/history.html Wed Oct 12 12:29:46 2016
@@ -882,6 +882,65 @@
 Downloads are available on the
 <a href="/downloads/">downloads page</a>.</p>
 
+<h2 id="v1-10-0"><a href="https://github.com/apache/calcite/releases/tag/calcite-1.10.0">1.10.0</a> / 2016-10-12</h2>
+
+<p>This release comes shortly after 1.9.0. It includes mainly bug fixes for the core and
+Druid adapter. For the latest, we fixed an
+<a href="https://issues.apache.org/jira/browse/CALCITE-1403">important issue</a> that
+prevented us from handling consistently time dimensions in different time zones.</p>
+
+<p>Compatibility: This release is tested
+on Linux, Mac OS X, Microsoft Windows;
+using Oracle JDK 1.7, 1.8;
+Guava versions 14.0 to 19.0;
+Druid version 0.9.1.1;
+other software versions as specified in <code class="highlighter-rouge">pom.xml</code>.</p>
+
+<p>New Feature</p>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1374">CALCITE-1374</a>]
+Support operator <code class="highlighter-rouge">!=</code> as an alternative to <code class="highlighter-rouge">&lt;&gt;</code></li>
+</ul>
+
+<p>Bug fixes, API changes and minor enhancements</p>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1378">CALCITE-1378</a>]
+<code class="highlighter-rouge">ArrayIndexOutOfBoundsException</code> in sql-to-rel conversion for two-level columns</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1379">CALCITE-1379</a>]
+When expanding <code class="highlighter-rouge">STAR</code>, expand sub-fields in <code class="highlighter-rouge">RecordType</code> columns of <code class="highlighter-rouge">StructKind.PEEK_FIELDS</code> and <code class="highlighter-rouge">StructKind.PEEK_FIELDS_DEFAULT</code></li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1381">CALCITE-1381</a>]
+Function quantifier should be retained in a cloned Sql call (zhengdong)</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1386">CALCITE-1386</a>]
+<code class="highlighter-rouge">ITEM</code> operator ignores the value type of the collection, assigns to Object variable (Jungtaek Lim)</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1392">CALCITE-1392</a>]
+Druid default time column not properly recognized</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1394">CALCITE-1394</a>]
+Using <code class="highlighter-rouge">CoreMatchers.containsString</code> causes javadoc errors</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1396">CALCITE-1396</a>]
+<code class="highlighter-rouge">isDeterministic</code> only explores top <code class="highlighter-rouge">RexCall</code></li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1397">CALCITE-1397</a>]
+<code class="highlighter-rouge">ClassCastException</code> in <code class="highlighter-rouge">FilterReduceExpressionsRule</code></li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1398">CALCITE-1398</a>]
+Change visibility of <code class="highlighter-rouge">RelFieldTrimmer</code> utility methods</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1400">CALCITE-1400</a>]
+<code class="highlighter-rouge">AggregatePullUpConstantsRule</code> might adjust aggregation function parameters indices wrongly</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1402">CALCITE-1402</a>]
+Druid Filter translation incorrect if input reference is in RHS of comparison</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1403">CALCITE-1403</a>]
+<code class="highlighter-rouge">DruidAdapterIT</code> broken</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1420">CALCITE-1420</a>]
+Allow Calcite JDBC Driver minor version to be greater than 9</li>
+</ul>
+
+<p>Web site and documentation</p>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-1393">CALCITE-1393</a>]
+Exclude packages <code class="highlighter-rouge">org.apache.calcite.benchmarks.generated</code>, <code class="highlighter-rouge">org.openjdk.jmh</code> from javadoc</li>
+</ul>
+
 <h2 id="v1-9-0"><a href="https://github.com/apache/calcite/releases/tag/calcite-1.9.0">1.9.0</a> / 2016-09-22</h2>
 
 <p>This release includes extensions and fixes for the Druid adapter. New features were

Modified: calcite/site/docs/howto.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/howto.html?rev=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/docs/howto.html (original)
+++ calcite/site/docs/howto.html Wed Oct 12 12:29:46 2016
@@ -928,8 +928,8 @@ and Java (JDK 1.7 or later, 1.8 preferre
 <code class="highlighter-rouge">cd</code> to the root directory of the unpacked source,
 then build using maven:</p>
 
-<figure class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="gp">$ </span>tar xvfz calcite-1.9.0-source.tar.gz
-<span class="gp">$ </span><span class="nb">cd </span>calcite-1.9.0
+<figure class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="gp">$ </span>tar xvfz calcite-1.10.0-source.tar.gz
+<span class="gp">$ </span><span class="nb">cd </span>calcite-1.10.0
 <span class="gp">$ </span>mvn install</code></pre></figure>
 
 <p><a href="#running-tests">Running tests</a> describes how to run more or fewer

Modified: calcite/site/downloads/index.html
URL: http://svn.apache.org/viewvc/calcite/site/downloads/index.html?rev=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/downloads/index.html (original)
+++ calcite/site/downloads/index.html Wed Oct 12 12:29:46 2016
@@ -101,10 +101,16 @@
   </thead>
   <tbody>
     <tr>
+      <td style="text-align: left"><a href="/docs/history.html#v1-10-0">1.10.0</a></td>
+      <td style="text-align: left">12 Oct 2016</td>
+      <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/448dd85">448dd85</a></td>
+      <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz&amp;action=download">tar</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz.mds">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip&amp;action=download">zip</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip.mds">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip.asc">pgp</a>)</td>
+    </tr>
+    <tr>
       <td style="text-align: left"><a href="/docs/history.html#v1-9-0">1.9.0</a></td>
       <td style="text-align: left">22 Sep 2016</td>
       <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/08c56b1">08c56b1</a></td>
-      <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.tar.gz&amp;action=download">tar</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.tar.gz.mds">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.zip&amp;action=download">zip</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.zip.mds">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.zip.asc">pgp</a>)</td>
+      <td style="text-align: left"><a href="http://archive.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.tar.gz.mds">digest</a> <a href="https://archive.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.zip">zip</a> (<a href="https://archive.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.zip.mds">digest</a> <a href="https://archive.apache.org/dist/calcite/apache-calcite-1.9.0/apache-calcite-1.9.0-src.zip.asc">pgp</a>)</td>
     </tr>
     <tr>
       <td style="text-align: left"><a href="/docs/history.html#v1-8-0">1.8.0</a></td>
@@ -212,7 +218,7 @@ succeed.</p>
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.calcite<span class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>calcite-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.9.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.10.0<span class="nt">&lt;/version&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -191,6 +193,10 @@ new utility, <code class="highlighter-ro
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -206,10 +212,6 @@ new utility, <code class="highlighter-ro
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -189,6 +191,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -204,10 +210,6 @@
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -189,6 +191,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -204,10 +210,6 @@
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -192,6 +194,10 @@ before you move on to 1.0.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -207,10 +213,6 @@ before you move on to 1.0.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -202,6 +204,10 @@ and fixes about 30 bugs.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -217,10 +223,6 @@ and fixes about 30 bugs.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -201,6 +203,10 @@ calling constructors directly.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -216,10 +222,6 @@ calling constructors directly.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -201,6 +203,10 @@ improve implicit and explicit conversion
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -216,10 +222,6 @@ improve implicit and explicit conversion
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/news/2015/04/24/new-committers/index.html (original)
+++ calcite/site/news/2015/04/24/new-committers/index.html Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -195,6 +197,10 @@ committers for their work on Calcite. We
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -210,10 +216,6 @@ committers for their work on Calcite. We
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -193,6 +195,10 @@ and various improvements to Avatica.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -208,10 +214,6 @@ and various improvements to Avatica.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/news/2015/06/05/algebra-builder/index.html (original)
+++ calcite/site/news/2015/06/05/algebra-builder/index.html Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -240,6 +242,10 @@ extensive set of query-optimization rule
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -255,10 +261,6 @@ extensive set of query-optimization rule
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -200,6 +202,10 @@ and <a href="https://www.youtube.com/wat
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -215,10 +221,6 @@ and <a href="https://www.youtube.com/wat
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -199,6 +201,10 @@ so that you can easily create relational
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -214,10 +220,6 @@ so that you can easily create relational
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/news/2015/10/22/calcite-graduates/index.html (original)
+++ calcite/site/news/2015/10/22/calcite-graduates/index.html Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -221,6 +223,10 @@ celebrated with a graduation cake.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -236,10 +242,6 @@ celebrated with a graduation cake.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/news/2015/11/08/new-committers/index.html (original)
+++ calcite/site/news/2015/11/08/new-committers/index.html Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -192,6 +194,10 @@ committers for their work on Calcite. We
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -207,10 +213,6 @@ committers for their work on Calcite. We
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -193,6 +195,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -208,10 +214,6 @@
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="current">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -219,6 +221,10 @@ further tune the metadata layer.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -234,10 +240,6 @@ further tune the metadata layer.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/news/2016/02/17/elser-pmc/index.html (original)
+++ calcite/site/news/2016/02/17/elser-pmc/index.html Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -192,6 +194,10 @@ not least in discussing <a href="https:/
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -207,10 +213,6 @@ not least in discussing <a href="https:/
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -201,6 +203,10 @@ and
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -216,10 +222,6 @@ and
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/news/2016/03/22/cassandra-adapter/index.html (original)
+++ calcite/site/news/2016/03/22/cassandra-adapter/index.html Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -202,6 +204,10 @@ for CSV and JSON files, and JDBC data so
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -217,10 +223,6 @@ for CSV and JSON files, and JDBC data so
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -224,6 +226,10 @@ to SLF4J’s <code class="highlighter
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -239,10 +245,6 @@ to SLF4J’s <code class="highlighter
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -215,6 +217,10 @@ planner rules and APIs.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -230,10 +236,6 @@ planner rules and APIs.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&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 Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -212,6 +214,10 @@ changes to planner rules and APIs.</p>
     <h4>Recent Releases</h4>
     <ul>
       
+      <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
       <li class="current">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
@@ -228,10 +234,6 @@ changes to planner rules and APIs.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Added: 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=1764445&view=auto
==============================================================================
--- calcite/site/news/2016/10/12/release-1.10.0/index.html (added)
+++ calcite/site/news/2016/10/12/release-1.10.0/index.html Wed Oct 12 12:29:46 2016
@@ -0,0 +1,319 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Release 1.10.0</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v3.0.3">
+  <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/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.10.0
+    <a href="/news/2016/10/12/release-1.10.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">
+      12 Oct 2016
+    </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#v-1-10-0">Apache Calcite release 1.10.0</a>.</p>
+
+<p>This release comes shortly after 1.9.0. It includes mainly bug fixes for the core and
+Druid adapter. For the latest, we fixed an
+<a href="https://issues.apache.org/jira/browse/CALCITE-1403">important issue</a> that
+prevented us from handling consistently time dimensions in different time zones.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v1-10-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/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/06/13/release-1.8.0/">1.8.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        <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 &copy;&nbsp;2016
+     <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&nbsp;License&nbsp;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=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/news/index.html (original)
+++ calcite/site/news/index.html Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -141,6 +143,54 @@
   
 <article>
   <h2>
+    <a href="/news/2016/10/12/release-1.10.0/">
+      Release 1.10.0
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      12 Oct 2016
+    </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#v-1-10-0">Apache Calcite release 1.10.0</a>.</p>
+
+<p>This release comes shortly after 1.9.0. It includes mainly bug fixes for the core and
+Druid adapter. For the latest, we fixed an
+<a href="https://issues.apache.org/jira/browse/CALCITE-1403">important issue</a> that
+prevented us from handling consistently time dimensions in different time zones.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v1-10-0">release notes</a>;
+      <a href="/downloads#source-releases">download</a> the release.</p>
+    
+  </div>
+</article>
+
+
+  
+<article>
+  <h2>
     <a href="/news/2016/09/22/release-1.9.0/">
       Release 1.9.0
     </a>
@@ -1372,6 +1422,10 @@ of the website.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -1387,10 +1441,6 @@ of the website.</p>
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.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=1764445&r1=1764444&r2=1764445&view=diff
==============================================================================
--- calcite/site/news/releases/index.html (original)
+++ calcite/site/news/releases/index.html Wed Oct 12 12:29:46 2016
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <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>
@@ -141,6 +143,54 @@
   
 <article>
   <h2>
+    <a href="/news/2016/10/12/release-1.10.0/">
+      Release 1.10.0
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      12 Oct 2016
+    </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#v-1-10-0">Apache Calcite release 1.10.0</a>.</p>
+
+<p>This release comes shortly after 1.9.0. It includes mainly bug fixes for the core and
+Druid adapter. For the latest, we fixed an
+<a href="https://issues.apache.org/jira/browse/CALCITE-1403">important issue</a> that
+prevented us from handling consistently time dimensions in different time zones.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v1-10-0">release notes</a>;
+      <a href="/downloads#source-releases">download</a> the release.</p>
+    
+  </div>
+</article>
+
+
+  
+<article>
+  <h2>
     <a href="/news/2016/09/22/release-1.9.0/">
       Release 1.9.0
     </a>
@@ -904,6 +954,10 @@ new utility, <code class="highlighter-ro
     <ul>
       
       <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
       </li>
       
@@ -919,10 +973,6 @@ new utility, <code class="highlighter-ro
         <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2015/11/10/release-1.5.0/">1.5.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>