You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/08/12 19:27:02 UTC

[GitHub] [incubator-iceberg] manishmalhotrawork commented on issue #279: Transforming timestamp to date should produce date

manishmalhotrawork commented on issue #279: Transforming timestamp to date should produce date
URL: https://github.com/apache/incubator-iceberg/issues/279#issuecomment-520561870
 
 
   @rdblue if Im not missing, in this case
   `org.apache.iceberg.transforms.Timestamps` will implement `Transform<Long, Date>` and `org.apache.iceberg.transforms.Dates` will implement `Transform<Integer, Date>`.
   and internally these classes will use Date object for various transformation like `apply` , `toHumanString`.
   
   @waterlx are you working on this issue ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org