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

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d64f650f85 HIVE-25723: Typos in DateUtils, pom.xml (fengpan0403, 
NeverLanded, reviewed by Stamatis Zampetakis)
5d64f650f85 is described below

commit 5d64f650f852931ddd6a873008308edf894262c0
Author: fengpan0403 <fengpan0...@163.com>
AuthorDate: Thu Nov 18 16:01:04 2021 +0800

    HIVE-25723: Typos in DateUtils, pom.xml (fengpan0403, NeverLanded, reviewed 
by Stamatis Zampetakis)
    
    Co-authored-by: fengpan0403 <fengpan0...@163.com>
    Co-authored-by: Cipher <heyuan...@163.com>
    
    Closes #3704
    Closes #2800
---
 common/src/java/org/apache/hive/common/util/DateUtils.java | 2 +-
 pom.xml                                                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/src/java/org/apache/hive/common/util/DateUtils.java 
b/common/src/java/org/apache/hive/common/util/DateUtils.java
index e70de289b4b..cc023011a6f 100644
--- a/common/src/java/org/apache/hive/common/util/DateUtils.java
+++ b/common/src/java/org/apache/hive/common/util/DateUtils.java
@@ -73,7 +73,7 @@ public class DateUtils {
    * @param field the calendar field
    * @return the calendar field name
    * @exception IndexOutOfBoundsException if <code>field</code> is negative,
-   * equal to or greater then <code>FIELD_COUNT</code>.
+   * equal to or greater than <code>FIELD_COUNT</code>.
    */
   public static String getFieldName(int field) {
       return FIELD_NAME[field];
diff --git a/pom.xml b/pom.xml
index bfdbea6497c..32d8d553db1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1670,7 +1670,7 @@
             
<log4j.configurationFile>${test.log4j.scheme}${test.conf.dir}/hive-log4j2.properties</log4j.configurationFile>
             
<hive.test.console.log.level>${test.console.log.level}</hive.test.console.log.level>
             <log4j.debug>true</log4j.debug>
-            <!-- don't diry up /tmp -->
+            <!-- don't dirty up /tmp -->
             <java.io.tmpdir>${test.tmp.dir}</java.io.tmpdir>
             <!-- Hadoop's minidfs class uses this -->
             <test.build.data>${test.tmp.dir}</test.build.data>

Reply via email to