fallintoplace commented on code in PR #1196:
URL: https://github.com/apache/iceberg-go/pull/1196#discussion_r3406397289


##########
transforms.go:
##########
@@ -668,6 +679,9 @@ func (YearTransform) Apply(value Optional[Literal]) (out 
Optional[Literal]) {
        case TimestampLiteral:
                out.Valid = true
                out.Val = Int32Literal(Timestamp(v).ToTime().Year() - 
epochTM.Year())
+       case TimestampNsLiteral:

Review Comment:
   @laskoviymishka Also welcome back from the hiatus. Could you please check 
again?



-- 
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