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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hive-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bde802c7 deploy: 8441eb5d4726bef54b9d08ec9725b1c8544730f1
bde802c7 is described below

commit bde802c70972baa9b85706fb8dd08cd7df1567d4
Author: zhangbutao <[email protected]>
AuthorDate: Tue Feb 24 14:13:44 2026 +0000

    deploy: 8441eb5d4726bef54b9d08ec9725b1c8544730f1
---
 attachments/{OuterJoinBehavior.html => HiveOuterJoinBehavior.html} | 0
 development/desingdocs/index.xml                                   | 2 +-
 development/desingdocs/outerjoinbehavior/index.html                | 2 +-
 index.xml                                                          | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/attachments/OuterJoinBehavior.html 
b/attachments/HiveOuterJoinBehavior.html
similarity index 100%
rename from attachments/OuterJoinBehavior.html
rename to attachments/HiveOuterJoinBehavior.html
diff --git a/development/desingdocs/index.xml b/development/desingdocs/index.xml
index 018fc6ec..348f9aee 100644
--- a/development/desingdocs/index.xml
+++ b/development/desingdocs/index.xml
@@ -358,7 +358,7 @@ For configuration of LLAP, see the LLAP Section of &lt;a 
href="#configuration-pr
 &lt;p&gt;Hive’s metastore has long been used by other projects in the Hadoop 
ecosystem to store and access metadata.  Apache Impala, Apache Spark, Apache 
Drill, Presto, and other systems all use Hive’s metastore.  Some, like Impala 
and Presto, can use it as their own metadata system with the rest of Hive not 
present.&lt;/p&gt;
 &lt;p&gt;This sharing is excellent for the ecosystem.  Together with HDFS it 
allows users to use the tool of their choice while still accessing the same 
shared data.  But having this shared metadata inside the Hive project limits 
the ability of other projects to contribute to the metastore.  It also makes it 
harder for new systems that have similar but not identical metadata 
requirements (for example, stream processing systems on top of Apache Kafka) to 
use Hive’s metastore.  This diffic [...]
 &lt;h1 id="hive-outer-join-behavior"&gt;Hive Outer Join Behavior&lt;/h1&gt;
-&lt;p&gt;This document is based on a writeup of &lt;a 
href="http://www.ibm.com/developerworks/data/library/techarticle/purcell/0112purcell.html"&gt;DB2
 Outer Join Behavior&lt;/a&gt;. The original HTML can be found &lt;a 
href="https://hive.apache.org/attachments/OuterJoinBehavior.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;This document is based on a writeup of &lt;a 
href="https://web.archive.org/web/20210126052816/http://www.ibm.com/developerworks/data/library/techarticle/purcell/0112purcell.html"&gt;DB2
 Outer Join Behavior&lt;/a&gt;. The original HTML can be found &lt;a 
href="https://hive.apache.org/attachments/HiveOuterJoinBehavior.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
 &lt;h2 id="definitions"&gt;Definitions&lt;/h2&gt;
 &lt;table&gt;
  &lt;thead&gt;
diff --git a/development/desingdocs/outerjoinbehavior/index.html 
b/development/desingdocs/outerjoinbehavior/index.html
index 9e8b20e8..6535cca7 100644
--- a/development/desingdocs/outerjoinbehavior/index.html
+++ b/development/desingdocs/outerjoinbehavior/index.html
@@ -3,7 +3,7 @@
 <span class=navbar-toggler-icon></span></button><div class="collapse 
navbar-collapse" id=navbarSupportedContent><ul class="navbar-nav me-auto"><li 
class=nav-item><a class=nav-link 
href=https://hive.apache.org//general/downloads>Releases</a></li><li 
class="nav-item dropdown"><a class="nav-link dropdown-toggle" href=/Document 
id=docsDropdown role=button data-bs-toggle=dropdown 
aria-expanded=false>Documentation</a><ul class=dropdown-menu 
aria-labelledby=docsDropdown><li><a class=dropdown-it [...]
 <button type=submit class=search-button aria-label="Submit search">
 <i class="fas 
fa-search"></i></button></div></form></div></div></div></nav></menu></header><div
 class=content><div class=docs-container><main class="docs-main 
docs-main-full"><article class=docs-content><nav 
class=docs-breadcrumb><ol><li><a href=/><i class="fas fa-home"></i> 
Home</a></li><li><a href=/docs/>Documentation</a></li><li class=active>Apache 
Hive : OuterJoinBehavior</li></ol></nav><header class=docs-header><h1 
class=docs-title>Apache Hive : OuterJoinBehavior</h1><div class=docs [...]
-Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i class="fas fa-list"></i> Table of Contents</h4><nav 
id=TableOfContents><ul><li><a href=#apache-hive--outerjoinbehavior>Apache Hive 
: OuterJoinBehavior</a></li><li><a href=#hive-outer-join-behavior>Hive Outer 
Join Behavior</a><ul><li><a href=#definitions>Definitions</a></li><li><a 
href=#predicate-pushdown-rules>Predicate Pushdown Rules</a><ul><li><a 
href=#hive-implementation>Hive Implementation</a></li></ul></ [...]
+Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i class="fas fa-list"></i> Table of Contents</h4><nav 
id=TableOfContents><ul><li><a href=#apache-hive--outerjoinbehavior>Apache Hive 
: OuterJoinBehavior</a></li><li><a href=#hive-outer-join-behavior>Hive Outer 
Join Behavior</a><ul><li><a href=#definitions>Definitions</a></li><li><a 
href=#predicate-pushdown-rules>Predicate Pushdown Rules</a><ul><li><a 
href=#hive-implementation>Hive Implementation</a></li></ul></ [...]
 select s1.key, s2.key 
 from src s1 left join src s2 on s1.key &gt; &#39;2&#39;;
 
diff --git a/index.xml b/index.xml
index 674a2d0d..5140b496 100644
--- a/index.xml
+++ b/index.xml
@@ -4233,7 +4233,7 @@ WITH SERDEPROPERTIES 
(&amp;#34;field.delim&amp;#34;=&amp;#34;[,]&amp;#34;,&amp;#
 &lt;/li&gt;
 &lt;/ul&gt;</description></item><item><title>Apache Hive : 
OuterJoinBehavior</title><link>https://hive.apache.org/development/desingdocs/outerjoinbehavior/</link><pubDate>Thu,
 12 Dec 2024 00:00:00 
+0000</pubDate><guid>https://hive.apache.org/development/desingdocs/outerjoinbehavior/</guid><description>&lt;h1
 id="apache-hive--outerjoinbehavior"&gt;Apache Hive : 
OuterJoinBehavior&lt;/h1&gt;
 &lt;h1 id="hive-outer-join-behavior"&gt;Hive Outer Join Behavior&lt;/h1&gt;
-&lt;p&gt;This document is based on a writeup of &lt;a 
href="http://www.ibm.com/developerworks/data/library/techarticle/purcell/0112purcell.html"&gt;DB2
 Outer Join Behavior&lt;/a&gt;. The original HTML can be found &lt;a 
href="https://hive.apache.org/attachments/OuterJoinBehavior.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;This document is based on a writeup of &lt;a 
href="https://web.archive.org/web/20210126052816/http://www.ibm.com/developerworks/data/library/techarticle/purcell/0112purcell.html"&gt;DB2
 Outer Join Behavior&lt;/a&gt;. The original HTML can be found &lt;a 
href="https://hive.apache.org/attachments/HiveOuterJoinBehavior.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
 &lt;h2 id="definitions"&gt;Definitions&lt;/h2&gt;
 &lt;table&gt;
  &lt;thead&gt;

Reply via email to