You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/02/22 17:34:47 UTC

[impala] 04/13: [DOCS] Added another scenario when REFRESH is required

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

tarmstrong pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/impala.git

commit b13698257657dc0c00bbe4b5251d188c807987d9
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Wed Jun 20 10:54:32 2018 -0700

    [DOCS] Added another scenario when REFRESH is required
    
    Change-Id: Ifff8f6b6f834402a158312d57076a84ad1eeab45
    Reviewed-on: http://gerrit.cloudera.org:8080/10773
    Reviewed-by: Vuk Ercegovac <ve...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_refresh.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/docs/topics/impala_refresh.xml b/docs/topics/impala_refresh.xml
index cdda8f0..2ed6971 100644
--- a/docs/topics/impala_refresh.xml
+++ b/docs/topics/impala_refresh.xml
@@ -86,13 +86,10 @@ under the License.
     </p>
 
     <ul>
-      <li>
-        Deleting or adding files.
-        <p>
-          For example, after loading new data files into the HDFS data directory for the table,
-          including inserting data from Hive via <codeph>INSERT</codeph> or <codeph>LOAD
-          DATA</codeph>.
-        </p>
+      <li> Deleting, adding, or modifying files. <p> For example, after loading
+          new data files into the HDFS data directory for the table, appending
+          to an existing HDFS file, inserting data from Hive via
+            <codeph>INSERT</codeph> or <codeph>LOAD DATA</codeph>. </p>
       </li>
 
       <li>