docete commented on issue #10035: [FLINK-14080][table-planner-blink] Introduce Timestamp as
internal representation of TIMESTAMP_WITHOUT_TIME_ZONE
URL: https://github.com/apache/flink/pull/10035#issuecomment-548196541
> Hi @JingsongLi , @docete , so why not using `Instant`. It is as lightweight as this
class which only have a `long` and `int` fields.
We always need the milli part in computing. So a millisecond + nanoOfMillisecond is better
than a second + nanoseconds. We could perform once and use everywhere.
----------------------------------------------------------------
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
|