ajantha-bhat commented on code in PR #5980:
URL: https://github.com/apache/iceberg/pull/5980#discussion_r995430803


##########
api/src/main/java/org/apache/iceberg/transforms/Transforms.java:
##########
@@ -265,7 +265,7 @@ public static <T> Transform<T, Integer> day() {
    * Returns a year {@link Transform} for date or timestamp types.
    *
    * @param <T> Java type passed to this transform
-   * @return a year transform
+   * @return a hour transform

Review Comment:
   ```suggestion
      * @return an hour transform
   ```



##########
api/src/main/java/org/apache/iceberg/transforms/Transforms.java:
##########
@@ -245,7 +245,7 @@ public static <T> Transform<T, Integer> year() {
    * Returns a year {@link Transform} for date or timestamp types.

Review Comment:
   ```suggestion
      * Returns a month {@link Transform} for date or timestamp types.
   ```



##########
api/src/main/java/org/apache/iceberg/transforms/Transforms.java:
##########
@@ -255,7 +255,7 @@ public static <T> Transform<T, Integer> month() {
    * Returns a year {@link Transform} for date or timestamp types.

Review Comment:
   ```suggestion
      * Returns a day {@link Transform} for date or timestamp types.
   ```



##########
api/src/main/java/org/apache/iceberg/transforms/Transforms.java:
##########
@@ -265,7 +265,7 @@ public static <T> Transform<T, Integer> day() {
    * Returns a year {@link Transform} for date or timestamp types.

Review Comment:
   ```suggestion
      * Returns an hour {@link Transform} for date or timestamp types.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to