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

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

commit 3c771181efde1ee80b075da13c5c1cfb01b753e6
Author: stiga-huang <[email protected]>
AuthorDate: Wed Mar 29 16:12:32 2023 +0800

    Add 4.1.2 change log
    
    Tested by opening the files in my browser.
    
    Change-Id: Ib0732aaaf51003da205814184006f2814a30f96a
    Reviewed-on: http://gerrit.cloudera.org:8080/19657
    Reviewed-by: Csaba Ringhofer <[email protected]>
    Tested-by: Quanlong Huang <[email protected]>
---
 docs/changelog-4.1.2.html | 45 +++++++++++++++++++++++++++++++++++++++++++++
 impala-docs.html          |  6 ++++++
 2 files changed, 51 insertions(+)

diff --git a/docs/changelog-4.1.2.html b/docs/changelog-4.1.2.html
new file mode 100644
index 000000000..65bb64672
--- /dev/null
+++ b/docs/changelog-4.1.2.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Impala 4.1.2 Change Log</title>
+</head>
+<body>
+<h1>Impala 4.1.2 Change Log</h1>
+
+Release Notes - IMPALA - Version Impala 4.1.2
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11081'>IMPALA-11081</a>] -   
      Partition key scan optimization may return incorrect results when 
partition file have more than one block
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11696'>IMPALA-11696</a>] -   
      Incorrect warnings when creating text/sequence table with row format 
delimiters
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11707'>IMPALA-11707</a>] -   
      Wrong results when global runtime IN-list filters are applied
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11744'>IMPALA-11744</a>] -   
      Table mask view should preserve the original column order in Hive
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11751'>IMPALA-11751</a>] -   
      Crash in processing partition columns of Avro table with MT_DOP&gt;1
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11753'>IMPALA-11753</a>] -   
      CatalogD OOMkilled due to natively allocated memory
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11779'>IMPALA-11779</a>] -   
      Codegen crash due to null slots
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11795'>IMPALA-11795</a>] -   
      Failed to load table metadata from catalog due to EXCEPTION:Unsupported 
type encountered in setLowAndHighValue()
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11843'>IMPALA-11843</a>] -   
      IndexOutOfBoundsException in analytic limit pushdown
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11845'>IMPALA-11845</a>] -   
      Select STAR with table ref is not resolved correctly on column/row masked 
views
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11857'>IMPALA-11857</a>] -   
      Join build fragments not displaying correctly in graphical plan
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11953'>IMPALA-11953</a>] -   
      num_trues and num_falses in TIntermediateColumnStats should be optional
+</li>
+</ul>
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/IMPALA-11355'>IMPALA-11355</a>] -   
      Add STRING overloads for functions that consume time of day
+</li>
+</ul>
+</body>
+</html>
diff --git a/impala-docs.html b/impala-docs.html
index a6401872e..660f90857 100644
--- a/impala-docs.html
+++ b/impala-docs.html
@@ -133,6 +133,12 @@
             <li><a href="docs/build/impala-4.2.pdf">PDF Documentation for 
Impala 4.2</a></li>
           </ul>
         </p>
+        <p>Impala 4.1.2
+          <ul>
+            <li><a href="docs/changelog-4.1.2.html">Impala 4.1.2 Change 
Log</a></li>
+            <li><a href="docs/build/impala-4.1.pdf">PDF Documentation for 
Impala 4.1</a></li>
+          </ul>
+        </p>
         <p>Impala 3.4.1
           <ul>
             <li><a href="docs/changelog-3.4.1.html">Impala 3.4.1 Change 
Log</a></li>

Reply via email to