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

2019-08-08 Thread GitBox
electrum commented on issue #279: Transforming timestamp to date should produce date URL: https://github.com/apache/incubator-iceberg/issues/279#issuecomment-519572394 Use `java.time.LocalDate`. The older `java.util.Date` actually represents an instant.

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

2019-07-17 Thread GitBox
electrum commented on issue #279: Transforming timestamp to date should produce date URL: https://github.com/apache/incubator-iceberg/issues/279#issuecomment-512439770 Should `day` also not support the `date` type, since that would be an identity transform?