You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/12/11 03:11:30 UTC

[drill-site] branch asf-site updated: doc update for DRILL-6729

This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 83280dd  doc update for DRILL-6729
83280dd is described below

commit 83280dd23101bcccdb90139292d44f4d152de527
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Mon Dec 10 19:11:15 2018 -0800

    doc update for DRILL-6729
---
 docs/lateral-join/index.html | 4 ++--
 feed.xml                     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/lateral-join/index.html b/docs/lateral-join/index.html
index 634e71f..dc2e366 100644
--- a/docs/lateral-join/index.html
+++ b/docs/lateral-join/index.html
@@ -1274,13 +1274,13 @@
 
     </div>
 
-     Aug 6, 2018
+     Dec 11, 2018
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
     <div class="int_text" align="left">
       
-        <p><strong>NOTE:</strong> Drill 1.14 provides an early release of lateral join. The lateral join functionality is disabled by default because feature testing is in progress. If you want to experiment with lateral joins in your queries, enable the <code>planner.enable_unnest_lateral</code> option using the <a href="/docs/set/">SET</a> command.  </p>
+        <p>Starting in Drill 1.15, the lateral join functionality is enabled by default. If you are running earlier versions of Drill, use the <a href="/docs/set/">SET</a> command to enable the <code>planner.enable_unnest_lateral</code> option.  </p>
 
 <p>A lateral join is essentially a foreach loop in SQL. A lateral join is represented by the keyword LATERAL with an inner subquery in the FROM clause, as shown in the following simple representation:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">   SELECT &lt;columns&gt;
diff --git a/feed.xml b/feed.xml
index 4954823..6588a44 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 10 Dec 2018 18:52:58 -0800</pubDate>
-    <lastBuildDate>Mon, 10 Dec 2018 18:52:58 -0800</lastBuildDate>
+    <pubDate>Mon, 10 Dec 2018 19:08:52 -0800</pubDate>
+    <lastBuildDate>Mon, 10 Dec 2018 19:08:52 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>