Author: jhyde
Date: Mon Oct 23 18:27:58 2017
New Revision: 1813057

URL: http://svn.apache.org/viewvc?rev=1813057&view=rev
Log:
Add 2 talks, and committer Christian Beikov

Modified:
    calcite/site/community/index.html
    calcite/site/docs/adapter.html
    calcite/site/docs/howto.html

Modified: calcite/site/community/index.html
URL: 
http://svn.apache.org/viewvc/calcite/site/community/index.html?rev=1813057&r1=1813056&r2=1813057&view=diff
==============================================================================
--- calcite/site/community/index.html (original)
+++ calcite/site/community/index.html Mon Oct 23 18:27:58 2017
@@ -104,9 +104,14 @@
 <h1 id="upcoming-talks">Upcoming talks</h1>
 
 <ul>
-  <li>2017/10/30–31 <a href="http://www.dataengconf.com/";>DataEngConf 
NYC</a> (New York City, USA)
+  <li>2017/10/30 <a href="http://www.dataengconf.com/";>DataEngConf NYC</a> 
(New York City, USA)
     <ul>
-      <li>Don’t optimize my queries, optimimze my data! (Julian Hyde)</li>
+      <li><a 
href="http://www.dataengconf.com/dont-optimize-my-queries-optimize-my-data";>Don’t
 optimize my queries, optimize my data!</a> (Julian Hyde)</li>
+    </ul>
+  </li>
+  <li>2017/11/14 <a href="https://qconsf.com/";>QCon</a> (San Francisco, USA)
+    <ul>
+      <li><a 
href="https://qconsf.com/sf2017/presentation/ama-sql-over-streams-ask-experts";>AMA:
 SQL Over Streams, Ask the Experts</a> (Julian Hyde)</li>
     </ul>
   </li>
 </ul>
@@ -148,6 +153,12 @@
       <td style="text-align: left">Committer</td>
     </tr>
     <tr>
+      <td style="text-align: left">Christian Beikov (<a 
href="http://people.apache.org/phonebook.html?uid=cbeikov";>cbeikov</a>)</td>
+      <td style="text-align: left"><a href="http://github.com/beikov";><img 
width="64" src="http://github.com/beikov.png"; /></a></td>
+      <td style="text-align: left">Blazebit</td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
       <td style="text-align: left">Francis Chuang (<a 
href="http://people.apache.org/phonebook.html?uid=francischuang";>francischuang</a>)</td>
       <td style="text-align: left"><a href="http://github.com/F21";><img 
width="64" src="http://github.com/F21.png"; /></a></td>
       <td style="text-align: left">Boostport</td>

Modified: calcite/site/docs/adapter.html
URL: 
http://svn.apache.org/viewvc/calcite/site/docs/adapter.html?rev=1813057&r1=1813056&r2=1813057&view=diff
==============================================================================
--- calcite/site/docs/adapter.html (original)
+++ calcite/site/docs/adapter.html Mon Oct 23 18:27:58 2017
@@ -175,15 +175,15 @@ as implemented by Avatica’s
   <tbody>
     <tr>
       <td style="text-align: left"><a 
href="/apidocs/org/apache/calcite/config/CalciteConnectionProperty.html#APPROXIMATE_DECIMAL">approximateDecimal</a></td>
-      <td style="text-align: left">Whether approximate results from aggregate 
functions on <code class="highlighter-rouge">DECIMAL</code> types are 
acceptable</td>
+      <td style="text-align: left">Whether approximate results from aggregate 
functions on <code class="highlighter-rouge">DECIMAL</code> types are 
acceptable.</td>
     </tr>
     <tr>
       <td style="text-align: left"><a 
href="/apidocs/org/apache/calcite/config/CalciteConnectionProperty.html#APPROXIMATE_DISTINCT_COUNT">approximateDistinctCount</a></td>
-      <td style="text-align: left">Whether approximate results from <code 
class="highlighter-rouge">COUNT(DISTINCT ...)</code> aggregate functions are 
acceptable</td>
+      <td style="text-align: left">Whether approximate results from <code 
class="highlighter-rouge">COUNT(DISTINCT ...)</code> aggregate functions are 
acceptable.</td>
     </tr>
     <tr>
       <td style="text-align: left"><a 
href="/apidocs/org/apache/calcite/config/CalciteConnectionProperty.html#APPROXIMATE_TOP_N">approximateTopN</a></td>
-      <td style="text-align: left">Whether approximate results from “Top 
N” queries * (<code class="highlighter-rouge">ORDER BY aggFun() DESC LIMIT 
n</code>) are acceptable</td>
+      <td style="text-align: left">Whether approximate results from “Top 
N” queries (<code class="highlighter-rouge">ORDER BY aggFun() DESC LIMIT 
n</code>) are acceptable.</td>
     </tr>
     <tr>
       <td style="text-align: left"><a 
href="/apidocs/org/apache/calcite/config/CalciteConnectionProperty.html#CASE_SENSITIVE">caseSensitive</a></td>
@@ -191,7 +191,7 @@ as implemented by Avatica’s
     </tr>
     <tr>
       <td style="text-align: left"><a 
href="/apidocs/org/apache/calcite/config/CalciteConnectionProperty.html#CONFORMANCE">conformance</a></td>
-      <td style="text-align: left">SQL conformance level. Values: DEFAULT (the 
default, similar to PRAGMATIC_2003), ORACLE_10, ORACLE_12, PRAGMATIC_99, 
PRAGMATIC_2003, STRICT_92, STRICT_99, STRICT_2003, SQL_SERVER_2008.</td>
+      <td style="text-align: left">SQL conformance level. Values: DEFAULT (the 
default, similar to PRAGMATIC_2003), LENIENT, MYSQL_5, ORACLE_10, ORACLE_12, 
PRAGMATIC_99, PRAGMATIC_2003, STRICT_92, STRICT_99, STRICT_2003, 
SQL_SERVER_2008.</td>
     </tr>
     <tr>
       <td style="text-align: left"><a 
href="/apidocs/org/apache/calcite/config/CalciteConnectionProperty.html#CREATE_MATERIALIZATIONS">createMaterializations</a></td>

Modified: calcite/site/docs/howto.html
URL: 
http://svn.apache.org/viewvc/calcite/site/docs/howto.html?rev=1813057&r1=1813056&r2=1813057&view=diff
==============================================================================
--- calcite/site/docs/howto.html (original)
+++ calcite/site/docs/howto.html Mon Oct 23 18:27:58 2017
@@ -537,6 +537,9 @@ mvn -Papache-release -Dgpg.passphrase<sp
   <li>Make sure build and tests succeed, including with <code 
class="highlighter-rouge">-P it,it-oracle</code>.</li>
   <li>Make sure that <code class="highlighter-rouge">mvn javadoc:javadoc 
javadoc:test-javadoc</code> succeeds
 (i.e. gives no errors; warnings are OK)</li>
+  <li>Generate a report of vulnerabilities that occur among dependencies,
+using <code class="highlighter-rouge">-Ppedantic</code>; if you like, run 
again with <code class="highlighter-rouge">-DfailBuildOnCVSS=8</code> to see
+whether serious vulnerabilities exist.</li>
   <li>Make sure that <code class="highlighter-rouge">mvn 
apache-rat:check</code> succeeds. (It will be run as part of
 the release, but it’s better to trouble-shoot early.)</li>
   <li>Decide the supported configurations of JDK, operating system and
@@ -878,12 +881,16 @@ svn ci</code></pre></figure>
 <p>The old releases will remain available in the
 <a href="http://archive.apache.org/dist/calcite/";>release archive</a>.</p>
 
+<p>You should receive an email from the <a 
href="https://reporter.apache.org/";>Apache Reporter Service</a>.
+Make sure to add the version number and date of the latest release at the site 
linked to in the email.</p>
+
 <p>Add a release note by copying
 <a 
href="https://github.com/apache/calcite/blob/master/site/_posts/2016-10-12-release-1.10.0.md";>site/_posts/2016-10-12-release-1.10.0.md</a>,
-generate the javadoc using <code class="highlighter-rouge">mvn site</code> and 
copy to <code class="highlighter-rouge">site/target/apidocs</code> and <code 
class="highlighter-rouge">site/target/testapidocs</code>,
-<a href="#publish-the-web-site">publish the site</a>,
+generate the javadoc using <code class="highlighter-rouge">mvn site</code>, <a 
href="#publish-the-web-site">publish the site</a>,
 and check that it appears in the contents in <a 
href="http://localhost:4000/news/";>news</a>.</p>
 
+<p>Merge the release branch back into <code 
class="highlighter-rouge">master</code> (e.g. <code 
class="highlighter-rouge">git merge --ff-only branch-X.Y</code>).</p>
+
 <p>After 24 hours, announce the release by sending an email to
 <a 
href="https://mail-archives.apache.org/mod_mbox/www-announce/";>[email protected]</a>.
 You can use


Reply via email to