waterlx removed a comment on issue #279: Transforming timestamp to date should produce date URL: https://github.com/apache/incubator-iceberg/issues/279#issuecomment-519469487 Hi @rdblue, I am new to iceberg, really appreciate your guidance in advance! Regarding "The output type of transforming a timestamp to a date Transforms.day(Types.TimestampType.withZone() is an integer, but should be a date", when you say "date", do you refer to "java.util.Date"? Do you expect Transforms.day(Types.TimestampType.withZone()) returns Transform<T, Date> instead of Transform<T, Integer> ?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
