You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/05/29 21:57:22 UTC

svn commit: r1682542 - in /incubator/calcite/site: docs/ news/2014/ news/2014/06/ news/2014/06/27/ news/2014/06/27/release-0.8.0-incubating/ news/2014/08/ news/2014/08/19/ news/2014/08/19/release-0.9.0-incubating/ news/2014/10/ news/2014/10/02/ news/20...

Author: jhyde
Date: Fri May 29 19:57:21 2015
New Revision: 1682542

URL: http://svn.apache.org/r1682542
Log:
More formatting issues, and add news from 2014

Added:
    incubator/calcite/site/news/2014/
    incubator/calcite/site/news/2014/06/
    incubator/calcite/site/news/2014/06/27/
    incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/
    incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html
    incubator/calcite/site/news/2014/08/
    incubator/calcite/site/news/2014/08/19/
    incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/
    incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html
    incubator/calcite/site/news/2014/10/
    incubator/calcite/site/news/2014/10/02/
    incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/
    incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html
    incubator/calcite/site/news/2014/11/
    incubator/calcite/site/news/2014/11/05/
    incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/
    incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html
Modified:
    incubator/calcite/site/docs/reference.html

Modified: incubator/calcite/site/docs/reference.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/docs/reference.html?rev=1682542&r1=1682541&r2=1682542&view=diff
==============================================================================
--- incubator/calcite/site/docs/reference.html (original)
+++ incubator/calcite/site/docs/reference.html Fri May 29 19:57:21 2015
@@ -897,10 +897,13 @@ name will have been converted to upper c
 <div class="highlight"><pre><code class="language-sql" data-lang="sql"><span class="n">timeUnit</span><span class="p">:</span>
   <span class="k">YEAR</span> <span class="o">|</span> <span class="k">MONTH</span> <span class="o">|</span> <span class="k">DAY</span> <span class="o">|</span> <span class="n">HOUR</span> <span class="o">|</span> <span class="k">MINUTE</span> <span class="o">|</span> <span class="k">SECOND</span></code></pre></div>
 
-<p>Note:
-* DATE, TIME and TIMESTAMP have no time zone. There is not even an implicit
-  time zone, such as UTC (as in Java) or the local time zone. It is left to
-  the user or application to supply a time zone.</p>
+<p>Note:</p>
+
+<ul>
+  <li>DATE, TIME and TIMESTAMP have no time zone. There is not even an implicit
+time zone, such as UTC (as in Java) or the local time zone. It is left to
+the user or application to supply a time zone.</li>
+</ul>
 
 <h3 id="non-scalar-types">Non-scalar types</h3>
 
@@ -1195,7 +1198,7 @@ name will have been converted to upper c
       <td>Returns the position of the first occurrence of <em>string1</em> in <em>string2</em></td>
     </tr>
     <tr>
-      <td>TRIM( { BOTH ;| LEADING ;| TRAILING } string1 FROM string2)</td>
+      <td>TRIM( { BOTH | LEADING | TRAILING } string1 FROM string2)</td>
       <td>Removes the longest string containing only the characters in <em>string1</em> from the start/end/both ends of <em>string1</em></td>
     </tr>
     <tr>
@@ -1217,8 +1220,11 @@ name will have been converted to upper c
   </tbody>
 </table>
 
-<p>Not implemented:
-* SUBSTRING(string FROM regexp FOR regexp)</p>
+<p>Not implemented:</p>
+
+<ul>
+  <li>SUBSTRING(string FROM regexp FOR regexp)</li>
+</ul>
 
 <h3 id="binary-string-operators-and-functions">Binary string operators and functions</h3>
 
@@ -1306,19 +1312,30 @@ name will have been converted to upper c
   </tbody>
 </table>
 
-<p>Not implemented:
-* EXTRACT(timeUnit FROM interval)
-* CEIL(interval)
-* FLOOR(interval)
-* datetime - datetime timeUnit [ TO timeUnit ]
-* interval OVERLAPS interval
-* + interval
-* - interval
-* interval + interval
-* interval - interval
-* interval / interval
-* datetime + interval
-* datetime - interval</p>
+<p>Not implemented:</p>
+
+<ul>
+  <li>EXTRACT(timeUnit FROM interval)</li>
+  <li>CEIL(interval)</li>
+  <li>FLOOR(interval)</li>
+  <li>datetime - datetime timeUnit [ TO timeUnit ]</li>
+  <li>interval OVERLAPS interval</li>
+  <li>
+    <ul>
+      <li>interval</li>
+    </ul>
+  </li>
+  <li>
+    <ul>
+      <li>interval</li>
+    </ul>
+  </li>
+  <li>interval + interval</li>
+  <li>interval - interval</li>
+  <li>interval / interval</li>
+  <li>datetime + interval</li>
+  <li>datetime - interval</li>
+</ul>
 
 <h3 id="system-functions">System functions</h3>
 
@@ -1486,29 +1503,32 @@ name will have been converted to upper c
   </tbody>
 </table>
 
-<p>Not implemented:
-* {fn ABS(numeric)} - Returns the absolute value of <em>numeric</em>
-* {fn ACOS(numeric)} - Returns the arc cosine of <em>numeric</em>
-* {fn ASIN(numeric)} - Returns the arc sine of <em>numeric</em>
-* {fn ATAN(numeric)} - Returns the arc tangent of <em>numeric</em>
-* {fn ATAN2(numeric, numeric)}
-* {fn CEILING(numeric)} - Rounds <em>numeric</em> up, and returns the smallest number that is greater than or equal to <em>numeric</em>
-* {fn COS(numeric)} - Returns the cosine of <em>numeric</em>
-* {fn COT(numeric)}
-* {fn DEGREES(numeric)} - Converts <em>numeric</em> from radians to degrees
-* {fn EXP(numeric)} - Returns <em>e</em> raised to the power of <em>numeric</em>
-* {fn FLOOR(numeric)} - Rounds <em>numeric</em> down, and returns the largest number that is less than or equal to <em>numeric</em>
-* {fn LOG(numeric)} - Returns the natural logarithm (base <em>e</em>) of <em>numeric</em>
-* {fn MOD(numeric1, numeric2)} - Returns the remainder (modulus) of <em>numeric1</em> divided by <em>numeric2</em>. The result is negative only if <em>numeric1</em> is negative
-* {fn PI()} - Returns a value that is closer than any other value to <em>pi</em>
-* {fn RADIANS(numeric)} - Converts <em>numeric</em> from degrees to radians
-* {fn RAND(numeric)}
-* {fn ROUND(numeric, numeric)}
-* {fn SIGN(numeric)}
-* {fn SIN(numeric)} - Returns the sine of <em>numeric</em>
-* {fn SQRT(numeric)} - Returns the square root of <em>numeric</em>
-* {fn TAN(numeric)} - Returns the tangent of <em>numeric</em>
-* {fn TRUNCATE(numeric, numeric)}</p>
+<p>Not implemented:</p>
+
+<ul>
+  <li>{fn ABS(numeric)} - Returns the absolute value of <em>numeric</em></li>
+  <li>{fn ACOS(numeric)} - Returns the arc cosine of <em>numeric</em></li>
+  <li>{fn ASIN(numeric)} - Returns the arc sine of <em>numeric</em></li>
+  <li>{fn ATAN(numeric)} - Returns the arc tangent of <em>numeric</em></li>
+  <li>{fn ATAN2(numeric, numeric)}</li>
+  <li>{fn CEILING(numeric)} - Rounds <em>numeric</em> up, and returns the smallest number that is greater than or equal to <em>numeric</em></li>
+  <li>{fn COS(numeric)} - Returns the cosine of <em>numeric</em></li>
+  <li>{fn COT(numeric)}</li>
+  <li>{fn DEGREES(numeric)} - Converts <em>numeric</em> from radians to degrees</li>
+  <li>{fn EXP(numeric)} - Returns <em>e</em> raised to the power of <em>numeric</em></li>
+  <li>{fn FLOOR(numeric)} - Rounds <em>numeric</em> down, and returns the largest number that is less than or equal to <em>numeric</em></li>
+  <li>{fn LOG(numeric)} - Returns the natural logarithm (base <em>e</em>) of <em>numeric</em></li>
+  <li>{fn MOD(numeric1, numeric2)} - Returns the remainder (modulus) of <em>numeric1</em> divided by <em>numeric2</em>. The result is negative only if <em>numeric1</em> is negative</li>
+  <li>{fn PI()} - Returns a value that is closer than any other value to <em>pi</em></li>
+  <li>{fn RADIANS(numeric)} - Converts <em>numeric</em> from degrees to radians</li>
+  <li>{fn RAND(numeric)}</li>
+  <li>{fn ROUND(numeric, numeric)}</li>
+  <li>{fn SIGN(numeric)}</li>
+  <li>{fn SIN(numeric)} - Returns the sine of <em>numeric</em></li>
+  <li>{fn SQRT(numeric)} - Returns the square root of <em>numeric</em></li>
+  <li>{fn TAN(numeric)} - Returns the tangent of <em>numeric</em></li>
+  <li>{fn TRUNCATE(numeric, numeric)}</li>
+</ul>
 
 <h4 id="string">String</h4>
 
@@ -1535,52 +1555,61 @@ name will have been converted to upper c
   </tbody>
 </table>
 
-<p>Not implemented:
-* {fn ASCII(string)} - Convert a single-character string to the corresponding ASCII code, an integer between 0 and 255
-* {fn CHAR(string)}
-* {fn CONCAT(character, character)} - Returns the concatenation of character strings
-* {fn DIFFERENCE(string, string)}
-* {fn LEFT(string, integer)}
-* {fn LENGTH(string)}
-* {fn LOCATE(string1, string2 [, integer])} - Returns the position in <em>string2</em> of the first occurrence of <em>string1</em>. Searches from the beginning of <em>string2</em>, unless <em>integer</em> is specified.
-* {fn LTRIM(string)}
-* {fn REPEAT(string, integer)}
-* {fn REPLACE(string, string, string)}
-* {fn RIGHT(string, integer)}
-* {fn RTRIM(string)}
-* {fn SOUNDEX(string)}
-* {fn SPACE(integer)}
-* {fn SUBSTRING(string, integer, integer)}
-* {fn UCASE(string)} - Returns a string in which all alphabetic characters in <em>string</em> have been converted to upper case</p>
+<p>Not implemented:</p>
+
+<ul>
+  <li>{fn ASCII(string)} - Convert a single-character string to the corresponding ASCII code, an integer between 0 and 255</li>
+  <li>{fn CHAR(string)}</li>
+  <li>{fn CONCAT(character, character)} - Returns the concatenation of character strings</li>
+  <li>{fn DIFFERENCE(string, string)}</li>
+  <li>{fn LEFT(string, integer)}</li>
+  <li>{fn LENGTH(string)}</li>
+  <li>{fn LOCATE(string1, string2 [, integer])} - Returns the position in <em>string2</em> of the first occurrence of <em>string1</em>. Searches from the beginning of <em>string2</em>, unless <em>integer</em> is specified.</li>
+  <li>{fn LTRIM(string)}</li>
+  <li>{fn REPEAT(string, integer)}</li>
+  <li>{fn REPLACE(string, string, string)}</li>
+  <li>{fn RIGHT(string, integer)}</li>
+  <li>{fn RTRIM(string)}</li>
+  <li>{fn SOUNDEX(string)}</li>
+  <li>{fn SPACE(integer)}</li>
+  <li>{fn SUBSTRING(string, integer, integer)}</li>
+  <li>{fn UCASE(string)} - Returns a string in which all alphabetic characters in <em>string</em> have been converted to upper case</li>
+</ul>
 
 <h4 id="datetime">Date/time</h4>
 
-<p>Not implemented:
-* {fn CURDATE()}
-* {fn CURTIME()}
-* {fn DAYNAME(date)}
-* {fn DAYOFMONTH(date)}
-* {fn DAYOFWEEK(date)}
-* {fn DAYOFYEAR(date)}
-* {fn HOUR(time)}
-* {fn MINUTE(time)}
-* {fn MONTH(date)}
-* {fn MONTHNAME(date)}
-* {fn NOW()}
-* {fn QUARTER(date)}
-* {fn SECOND(time)}
-* {fn TIMESTAMPADD(interval, count, timestamp)}
-* {fn TIMESTAMPDIFF(interval, timestamp, timestamp)}
-* {fn WEEK(date)}
-* {fn YEAR(date)}</p>
+<p>Not implemented:</p>
+
+<ul>
+  <li>{fn CURDATE()}</li>
+  <li>{fn CURTIME()}</li>
+  <li>{fn DAYNAME(date)}</li>
+  <li>{fn DAYOFMONTH(date)}</li>
+  <li>{fn DAYOFWEEK(date)}</li>
+  <li>{fn DAYOFYEAR(date)}</li>
+  <li>{fn HOUR(time)}</li>
+  <li>{fn MINUTE(time)}</li>
+  <li>{fn MONTH(date)}</li>
+  <li>{fn MONTHNAME(date)}</li>
+  <li>{fn NOW()}</li>
+  <li>{fn QUARTER(date)}</li>
+  <li>{fn SECOND(time)}</li>
+  <li>{fn TIMESTAMPADD(interval, count, timestamp)}</li>
+  <li>{fn TIMESTAMPDIFF(interval, timestamp, timestamp)}</li>
+  <li>{fn WEEK(date)}</li>
+  <li>{fn YEAR(date)}</li>
+</ul>
 
 <h4 id="system">System</h4>
 
-<p>Not implemented:
-* {fn DATABASE()}
-* {fn IFNULL(value, value)}
-* {fn USER(value, value)}
-* {fn CONVERT(value, type)}</p>
+<p>Not implemented:</p>
+
+<ul>
+  <li>{fn DATABASE()}</li>
+  <li>{fn IFNULL(value, value)}</li>
+  <li>{fn USER(value, value)}</li>
+  <li>{fn CONVERT(value, type)}</li>
+</ul>
 
 <h3 id="aggregate-functions">Aggregate functions</h3>
 
@@ -1663,14 +1692,17 @@ passed to the aggregate function.</p>
   </tbody>
 </table>
 
-<p>Not implemented:
-* REGR_AVGX(numeric1, numeric2)
-* REGR_AVGY(numeric1, numeric2)
-* REGR_COUNT(numeric1, numeric2)
-* REGR_INTERCEPT(numeric1, numeric2)
-* REGR_R2(numeric1, numeric2)
-* REGR_SLOPE(numeric1, numeric2)
-* REGR_SXY(numeric1, numeric2)</p>
+<p>Not implemented:</p>
+
+<ul>
+  <li>REGR_AVGX(numeric1, numeric2)</li>
+  <li>REGR_AVGY(numeric1, numeric2)</li>
+  <li>REGR_COUNT(numeric1, numeric2)</li>
+  <li>REGR_INTERCEPT(numeric1, numeric2)</li>
+  <li>REGR_R2(numeric1, numeric2)</li>
+  <li>REGR_SLOPE(numeric1, numeric2)</li>
+  <li>REGR_SXY(numeric1, numeric2)</li>
+</ul>
 
 <h3 id="window-functions">Window functions</h3>
 
@@ -1741,13 +1773,16 @@ passed to the aggregate function.</p>
   </tbody>
 </table>
 
-<p>Not implemented:
-* COUNT(DISTINCT value) OVER window
-* FIRST_VALUE(value) IGNORE NULLS OVER window
-* LAST_VALUE(value) IGNORE NULLS OVER window
-* PERCENT_RANK(value) OVER window
-* CUME_DIST(value) OVER window
-* NTH_VALUE(value, nth) OVER window</p>
+<p>Not implemented:</p>
+
+<ul>
+  <li>COUNT(DISTINCT value) OVER window</li>
+  <li>FIRST_VALUE(value) IGNORE NULLS OVER window</li>
+  <li>LAST_VALUE(value) IGNORE NULLS OVER window</li>
+  <li>PERCENT_RANK(value) OVER window</li>
+  <li>CUME_DIST(value) OVER window</li>
+  <li>NTH_VALUE(value, nth) OVER window</li>
+</ul>
 
 <h3 id="grouping-functions">Grouping functions</h3>
 

Added: incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html?rev=1682542&view=auto
==============================================================================
--- incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html (added)
+++ incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html Fri May 29 19:57:21 2015
@@ -0,0 +1,308 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Release 0.8.0 Incubating</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <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="/docs/">Documentation</a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</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="/docs/">Documentation</a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</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/2015/05/29/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 0.8.0 Incubating
+    <a href="/news/2014/06/27/release-0.8.0-incubating/" class="permalink" title="Permalink">∞</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      27 Jun 2014
+    </span>
+    
+    
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+        
+          
+        
+        
+          
+        
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+    <a href="http://people.apache.org/~jhyde" class="post-author">
+      <img src="http://github.com/julianhyde.png"
+           class="avatar" alt="jhyde avatar"
+           width="24" height="24">
+      jhyde
+    </a>
+  </div>
+  <div class="post-content">
+    <p>This is the first release under the Apache incubator process.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v0-8">release notes</a>.</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="">
+        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/04/07/release-1.2.0-incubating/">1.2.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/03/13/release-1.1.0-incubating/">1.1.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/01/31/release-1.0.0-incubating/">1.0.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2014/11/05/release-0.9.2-incubating/">0.9.2-incubating</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        
+        
+        <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">
+  <p>The contents of this website are &copy;&nbsp;2015
+     <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>
+
+  <p>Apache Calcite is an effort undergoing incubation at The Apache
+      Software Foundation (ASF), sponsored by the Apache
+      Incubator. Incubation is required of all newly accepted projects
+      until a further review indicates that the infrastructure,
+      communications, and decision making process have stabilized in a
+      manner consistent with other successful ASF projects. While
+      incubation status is not necessarily a reflection of the
+      completeness or stability of the code, it does indicate that the
+      project has yet to be fully endorsed by the ASF.</p>
+  
+</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>

Added: incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html?rev=1682542&view=auto
==============================================================================
--- incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html (added)
+++ incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html Fri May 29 19:57:21 2015
@@ -0,0 +1,308 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Release 0.9.0 Incubating</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <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="/docs/">Documentation</a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</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="/docs/">Documentation</a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</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/2015/05/29/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 0.9.0 Incubating
+    <a href="/news/2014/08/19/release-0.9.0-incubating/" 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 Aug 2014
+    </span>
+    
+    
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+        
+          
+        
+        
+          
+        
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+    <a href="http://people.apache.org/~jhyde" class="post-author">
+      <img src="http://github.com/julianhyde.png"
+           class="avatar" alt="jhyde avatar"
+           width="24" height="24">
+      jhyde
+    </a>
+  </div>
+  <div class="post-content">
+    <p>This is the first release under the Apache incubator process.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v0-9-0">release notes</a>.</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="">
+        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/04/07/release-1.2.0-incubating/">1.2.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/03/13/release-1.1.0-incubating/">1.1.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/01/31/release-1.0.0-incubating/">1.0.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2014/11/05/release-0.9.2-incubating/">0.9.2-incubating</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        
+        
+        <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">
+  <p>The contents of this website are &copy;&nbsp;2015
+     <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>
+
+  <p>Apache Calcite is an effort undergoing incubation at The Apache
+      Software Foundation (ASF), sponsored by the Apache
+      Incubator. Incubation is required of all newly accepted projects
+      until a further review indicates that the infrastructure,
+      communications, and decision making process have stabilized in a
+      manner consistent with other successful ASF projects. While
+      incubation status is not necessarily a reflection of the
+      completeness or stability of the code, it does indicate that the
+      project has yet to be fully endorsed by the ASF.</p>
+  
+</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>

Added: incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html?rev=1682542&view=auto
==============================================================================
--- incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html (added)
+++ incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html Fri May 29 19:57:21 2015
@@ -0,0 +1,308 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Release 0.9.1 Incubating</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <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="/docs/">Documentation</a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</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="/docs/">Documentation</a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</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/2015/05/29/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 0.9.1 Incubating
+    <a href="/news/2014/10/02/release-0.9.1-incubating/" class="permalink" title="Permalink">∞</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      02 Oct 2014
+    </span>
+    
+    
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+        
+          
+        
+        
+          
+        
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+    <a href="http://people.apache.org/~jhyde" class="post-author">
+      <img src="http://github.com/julianhyde.png"
+           class="avatar" alt="jhyde avatar"
+           width="24" height="24">
+      jhyde
+    </a>
+  </div>
+  <div class="post-content">
+    <p>This is the first release as Calcite. (The project was previously called Optiq.)</p>
+
+    
+    <p>See the <a href="/docs/history.html#v0-9-1">release notes</a>.</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="">
+        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/04/07/release-1.2.0-incubating/">1.2.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/03/13/release-1.1.0-incubating/">1.1.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/01/31/release-1.0.0-incubating/">1.0.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2014/11/05/release-0.9.2-incubating/">0.9.2-incubating</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        
+        
+        <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">
+  <p>The contents of this website are &copy;&nbsp;2015
+     <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>
+
+  <p>Apache Calcite is an effort undergoing incubation at The Apache
+      Software Foundation (ASF), sponsored by the Apache
+      Incubator. Incubation is required of all newly accepted projects
+      until a further review indicates that the infrastructure,
+      communications, and decision making process have stabilized in a
+      manner consistent with other successful ASF projects. While
+      incubation status is not necessarily a reflection of the
+      completeness or stability of the code, it does indicate that the
+      project has yet to be fully endorsed by the ASF.</p>
+  
+</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>

Added: incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html?rev=1682542&view=auto
==============================================================================
--- incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html (added)
+++ incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html Fri May 29 19:57:21 2015
@@ -0,0 +1,311 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Release 0.9.2 Incubating</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <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="/docs/">Documentation</a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</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="/docs/">Documentation</a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</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/2015/05/29/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 0.9.2 Incubating
+    <a href="/news/2014/11/05/release-0.9.2-incubating/" class="permalink" title="Permalink">∞</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      05 Nov 2014
+    </span>
+    
+    
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+      
+        
+          
+        
+        
+          
+        
+      
+    
+      
+    
+      
+    
+      
+    
+      
+    
+    <a href="http://people.apache.org/~jhyde" class="post-author">
+      <img src="http://github.com/julianhyde.png"
+           class="avatar" alt="jhyde avatar"
+           width="24" height="24">
+      jhyde
+    </a>
+  </div>
+  <div class="post-content">
+    <p>A fairly minor release, and last release before we rename all of the
+packages and lots of classes, in what we expect to call 1.0. If you
+have an existing application, it’s worth upgrading to this first,
+before you move on to 1.0.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v0-9-2">release notes</a>.</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="">
+        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/04/07/release-1.2.0-incubating/">1.2.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/03/13/release-1.1.0-incubating/">1.1.0-incubating</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2015/01/31/release-1.0.0-incubating/">1.0.0-incubating</a>
+      </li>
+      
+      <li class="current">
+        <a href="/news/2014/11/05/release-0.9.2-incubating/">0.9.2-incubating</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        
+        
+        <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">
+  <p>The contents of this website are &copy;&nbsp;2015
+     <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>
+
+  <p>Apache Calcite is an effort undergoing incubation at The Apache
+      Software Foundation (ASF), sponsored by the Apache
+      Incubator. Incubation is required of all newly accepted projects
+      until a further review indicates that the infrastructure,
+      communications, and decision making process have stabilized in a
+      manner consistent with other successful ASF projects. While
+      incubation status is not necessarily a reflection of the
+      completeness or stability of the code, it does indicate that the
+      project has yet to be fully endorsed by the ASF.</p>
+  
+</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>