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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6ad6bbc  Fix documentation for Hive ACID.
6ad6bbc is described below

commit 6ad6bbce0cceab80528fcf9eb69fd3aba5cf420c
Author: Ayush Saxena <[email protected]>
AuthorDate: Sat Dec 30 01:14:36 2023 +0530

    Fix documentation for Hive ACID.
---
 themes/hive/layouts/partials/features.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/hive/layouts/partials/features.html 
b/themes/hive/layouts/partials/features.html
index c0a1a36..f99132c 100644
--- a/themes/hive/layouts/partials/features.html
+++ b/themes/hive/layouts/partials/features.html
@@ -77,7 +77,7 @@
             <div class="col-md feature-border">
                 <h2 class="topic-text-style">Hive ACID</h2>
                 <p>
-                    Hive provides full acid support for ORC tables out and 
insert only support to all other formats.
+                    Hive provides full ACID support for <a 
href="https://orc.apache.org/";>ORC</a> tables and insert only support to all 
other formats.
                 </p>
                 <a href="{{ .Site.Params.features.acidTxn }}" 
class="icon-block">
                     <button class="custom-button feature-button-style" 
role="button">Learn More</button>

Reply via email to