You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by sa...@apache.org on 2016/01/05 03:16:31 UTC

incubator-apex-site git commit: from 52e5917a5988d1d6592a72f12a49fec3724158fa

Repository: incubator-apex-site
Updated Branches:
  refs/heads/asf-site 6957cf03c -> 0238f51aa


from 52e5917a5988d1d6592a72f12a49fec3724158fa


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/0238f51a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/0238f51a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/0238f51a

Branch: refs/heads/asf-site
Commit: 0238f51aaf68d1dcb5103db7cdca301cbbb7c663
Parents: 6957cf0
Author: sashadt <sa...@datatorrent.com>
Authored: Mon Jan 4 18:16:27 2016 -0800
Committer: sashadt <sa...@datatorrent.com>
Committed: Mon Jan 4 18:16:27 2016 -0800

----------------------------------------------------------------------
 content/docs.html    |  2 +-
 content/roadmap.html | 34 +++++++++++++++++++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/0238f51a/content/docs.html
----------------------------------------------------------------------
diff --git a/content/docs.html b/content/docs.html
index 511dae4..bf08595 100644
--- a/content/docs.html
+++ b/content/docs.html
@@ -88,7 +88,7 @@
 <li><a href="http://docs.datatorrent.com/application_development/">Application Developer Guide</a></li>
 <li><a href="http://docs.datatorrent.com/application_packages/">Application Packages Guide</a></li>
 <li><a href="http://docs.datatorrent.com/operator_development/">Operator Developer Guide</a></li>
-<li><a href="/contributing.html">Contributing Guidelines</a></li>
+<li><a href="/github-mirror-pull-requests.html">Merging Github Mirror Pull Requests</a></li>
 <li><a href="https://www.datatorrent.com/docs/apidocs/">JavaDoc</a></li>
 <li><a href="https://www.datatorrent.com/blog-apex-performance-benchmark/">Benchmarks compare between 2.0 and 3.0</a></li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/0238f51a/content/roadmap.html
----------------------------------------------------------------------
diff --git a/content/roadmap.html b/content/roadmap.html
index 95ffa53..86e9172 100644
--- a/content/roadmap.html
+++ b/content/roadmap.html
@@ -76,7 +76,9 @@
 <div class="container">
   
   <h1>Apex Roadmap</h1>
-  
+
+  Summary of key <a target="_blank" href="https://issues.apache.org/jira/issues/?jql=project+in+(APEXCORE,APEXMALHAR)+AND+labels+in+(roadmap)+and+fixVersion+in+(EMPTY,unreleasedVersions())+ORDER+BY+key">JIRAs</a> planned for future releases of Apex Core and Malhar.
+
   <!-- APEX CORE ROADMAP -->
   <h2>Core</h2>
   <table class="table table-bordered table-striped">
@@ -381,6 +383,36 @@ This jira item can contain tasks for providing similar support in Apex">
       </tr>
       <tr>
         <td>
+          <a target="_blank" href="https://issues.apache.org/jira/browse/APEXMALHAR-1812">APEXMALHAR-1812</a>
+        </td>
+        <td title="Create a new operator to anti-join two datasets. An anti-join is the opposite to the regular join. An anti-join of R with S will output a tuple from R if it doesn&#x27;t join with any tuple in S. This can also be useful if we support (NOT)EXISTS subqueries later.">
+          Support Anti Join
+        </td>
+        <td>
+    
+
+            <a target="_blank" href="https://issues.apache.org/jira/browse/APEXMALHAR/fixforversion/12334589">3.3.0</a>&nbsp;
+
+
+        </td>
+      </tr>
+      <tr>
+        <td>
+          <a target="_blank" href="https://issues.apache.org/jira/browse/APEXMALHAR-1813">APEXMALHAR-1813</a>
+        </td>
+        <td title="Create an new operator to SQL-like semi join two datasets. A semi join of R with S will output a tuple from R if it joins with any tuple in S. This can also be useful if we support IN subqueries later.">
+          Support Semi Join
+        </td>
+        <td>
+    
+
+            <a target="_blank" href="https://issues.apache.org/jira/browse/APEXMALHAR/fixforversion/12334589">3.3.0</a>&nbsp;
+
+
+        </td>
+      </tr>
+      <tr>
+        <td>
           <a target="_blank" href="https://issues.apache.org/jira/browse/APEXMALHAR-1818">APEXMALHAR-1818</a>
         </td>
         <td title="Once we have ability to code generate, we should take a look at integrating Calcite into Apex. The operator that enables populate DAG, should use Calcite to generate the DAG, given a SQL query.">