You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/10/18 16:33:54 UTC

[iceberg] branch master updated: Docx: Typos related to date transforms (#5992)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 270d01eb35 Docx: Typos related to date transforms (#5992)
270d01eb35 is described below

commit 270d01eb359123343f7c66123759c51e4aee3f99
Author: fb913bf0de288ba84fe98f7a23d35edfdb22381 <18...@users.noreply.github.com>
AuthorDate: Tue Oct 18 18:33:49 2022 +0200

    Docx: Typos related to date transforms (#5992)
    
    This commit fixes typos in the Javadoc for the
    month/day/hour transforms.
---
 api/src/main/java/org/apache/iceberg/transforms/Transforms.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/src/main/java/org/apache/iceberg/transforms/Transforms.java b/api/src/main/java/org/apache/iceberg/transforms/Transforms.java
index 9f23e742ec..f6a1ab9011 100644
--- a/api/src/main/java/org/apache/iceberg/transforms/Transforms.java
+++ b/api/src/main/java/org/apache/iceberg/transforms/Transforms.java
@@ -178,11 +178,11 @@ public class Transforms {
   }
 
   /**
-   * Returns a hour {@link Transform} for timestamps.
+   * Returns an hour {@link Transform} for timestamps.
    *
    * @param type the {@link Type source type} for the transform
    * @param <T> Java type passed to this transform
-   * @return a hour transform
+   * @return an hour transform
    * @deprecated use {@link #hour()} instead; will be removed in 2.0.0
    */
   @Deprecated
@@ -262,7 +262,7 @@ public class Transforms {
   }
 
   /**
-   * Returns an hour {@link Transform} for date or timestamp types.
+   * Returns an hour {@link Transform} for timestamp types.
    *
    * @param <T> Java type passed to this transform
    * @return an hour transform