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 2017/04/17 20:34:34 UTC

svn commit: r1791722 - in /calcite/site/docs: druid_adapter.html history.html howto.html powered_by.html reference.html

Author: jhyde
Date: Mon Apr 17 20:34:34 2017
New Revision: 1791722

URL: http://svn.apache.org/viewvc?rev=1791722&view=rev
Log:
Add Dremio to 'Powered by Calcite' page; remove KEYS from git; upgrade Druid to 0.9.2

Modified:
    calcite/site/docs/druid_adapter.html
    calcite/site/docs/history.html
    calcite/site/docs/howto.html
    calcite/site/docs/powered_by.html
    calcite/site/docs/reference.html

Modified: calcite/site/docs/druid_adapter.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/druid_adapter.html?rev=1791722&r1=1791721&r2=1791722&view=diff
==============================================================================
--- calcite/site/docs/druid_adapter.html (original)
+++ calcite/site/docs/druid_adapter.html Mon Apr 17 20:34:34 2017
@@ -106,11 +106,11 @@
 
 <p><a href="http://druid.io/">Druid</a> is a fast column-oriented distributed data
 store. It allows you to execute queries via a
-<a href="http://druid.io/docs/0.9.0/querying/querying.html">JSON-based query language</a>,
+<a href="http://druid.io/docs/0.9.2/querying/querying.html">JSON-based query language</a>,
 in particular OLAP-style queries.
 Druid can be loaded in batch mode or continuously; one of Druid’s key
 differentiators is its ability to
-<a href="http://druid.io/docs/0.9.0/ingestion/stream-ingestion.html">load from a streaming source such as Kafka</a>
+<a href="http://druid.io/docs/0.9.2/ingestion/stream-ingestion.html">load from a streaming source such as Kafka</a>
 and have the data available for query within milliseconds.</p>
 
 <p>Calcite’s Druid adapter allows you to query the data using SQL,

Modified: calcite/site/docs/history.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/history.html?rev=1791722&r1=1791721&r2=1791722&view=diff
==============================================================================
--- calcite/site/docs/history.html (original)
+++ calcite/site/docs/history.html Mon Apr 17 20:34:34 2017
@@ -109,6 +109,15 @@
 Downloads are available on the
 <a href="/downloads/">downloads page</a>.</p>
 
+<h2 id="v1-13-0"><a href="https://github.com/apache/calcite/releases/tag/calcite-1.13.0">1.13.0</a> / under development</h2>
+
+<p>Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 1.7, 1.8, 9;
+Guava versions 14.0 to 21.0;
+Druid version 0.9.2;
+other software versions as specified in <code class="highlighter-rouge">pom.xml</code>.</p>
+
 <h2 id="v1-12-0"><a href="https://github.com/apache/calcite/releases/tag/calcite-1.12.0">1.12.0</a> / 2017-03-24</h2>
 
 <p><a href="../news/2017/03/24/release-1.12.0">Features of note</a> this release are

Modified: calcite/site/docs/howto.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/howto.html?rev=1791722&r1=1791721&r2=1791722&view=diff
==============================================================================
--- calcite/site/docs/howto.html (original)
+++ calcite/site/docs/howto.html Mon Apr 17 20:34:34 2017
@@ -496,8 +496,12 @@ particular release managers.</p>
 create a key pair. (On Mac OS X, I did <code class="highlighter-rouge">brew install gpg</code> and
 <code class="highlighter-rouge">gpg --gen-key</code>.)</p>
 
-<p>Add your public key to the <code class="highlighter-rouge">KEYS</code> file by following instructions in
-the <code class="highlighter-rouge">KEYS</code> file.</p>
+<p>Add your public key to the
+<a href="https://dist.apache.org/repos/dist/release/calcite/KEYS"><code class="highlighter-rouge">KEYS</code></a>
+file by following instructions in the <code class="highlighter-rouge">KEYS</code> file.
+(The <code class="highlighter-rouge">KEYS</code> file is not present in the git repo or in a release tar
+ball because that would be
+<a href="https://issues.apache.org/jira/browse/CALCITE-1746">redundant</a>.)</p>
 
 <h2 id="making-a-snapshot-for-calcite-committers">Making a snapshot (for Calcite committers)</h2>
 
@@ -618,6 +622,7 @@ no binary distro), check that all files
       <li>Check that the copyright year in <code class="highlighter-rouge">NOTICE</code> is correct</li>
     </ul>
   </li>
+  <li>Make sure that there is no <code class="highlighter-rouge">KEYS</code> file in the source distros</li>
   <li>In each .jar (for example
 <code class="highlighter-rouge">core/target/calcite-core-X.Y.Z.jar</code> and
 <code class="highlighter-rouge">mongodb/target/calcite-mongodb-X.Y.Z-sources.jar</code>), check

Modified: calcite/site/docs/powered_by.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/powered_by.html?rev=1791722&r1=1791721&r2=1791722&view=diff
==============================================================================
--- calcite/site/docs/powered_by.html (original)
+++ calcite/site/docs/powered_by.html Mon Apr 17 20:34:34 2017
@@ -118,6 +118,7 @@
   <li><a href="#apache-samza" id="markdown-toc-apache-samza">Apache Samza</a></li>
   <li><a href="#apache-storm" id="markdown-toc-apache-storm">Apache Storm</a></li>
   <li><a href="#cascading" id="markdown-toc-cascading">Cascading</a></li>
+  <li><a href="#dremio" id="markdown-toc-dremio">Dremio</a></li>
   <li><a href="#mapd" id="markdown-toc-mapd">MapD</a></li>
   <li><a href="#qubole-quark" id="markdown-toc-qubole-quark">Qubole Quark</a></li>
   <li><a href="#sql-gremlin" id="markdown-toc-sql-gremlin">SQL-Gremlin</a></li>
@@ -181,6 +182,11 @@ uses Calcite for parsing streaming SQL a
 <p><a href="https://github.com/Cascading/lingual">Lingual</a>
 component provides a SQL interface to Cascading.</p>
 
+<h3 id="dremio">Dremio</h3>
+
+<p><a href="http://www.dremio.com">Dremio</a>
+uses Calcite for SQL parsing and cost-based query optimization.</p>
+
 <h3 id="mapd">MapD</h3>
 
 <p><a href="https://www.mapd.com">MapD</a>

Modified: calcite/site/docs/reference.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/reference.html?rev=1791722&r1=1791721&r2=1791722&view=diff
==============================================================================
--- calcite/site/docs/reference.html (original)
+++ calcite/site/docs/reference.html Mon Apr 17 20:34:34 2017
@@ -579,6 +579,7 @@ MATCHED,
 <strong>MATCH_RECOGNIZE</strong>,
 <strong>MAX</strong>,
 MAXVALUE,
+<strong>MEASURES</strong>,
 <strong>MEMBER</strong>,
 <strong>MERGE</strong>,
 MESSAGE_LENGTH,