[
https://issues.apache.org/jira/browse/TAJO-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171972#comment-14171972
]
ASF GitHub Bot commented on TAJO-1112:
--------------------------------------
Github user mvhlong commented on the pull request:
https://github.com/apache/tajo/pull/200#issuecomment-59156973
Thank @jihoonson,
I added the "@VisibleForTesting" annotation and the explanation for
"lastAnalyzed". I also removed the use of "round()" after "floor()" (it became
redundant after a bug fix). However, I do not use
"yarn.util.SystemClock.getTime()" instead of "System.currentTimeMillis()"
because the source code of SystemClock.getTime() just contains a single call to
System.currentTimeMillis(). The use of former function adds unnecessary package
dependency while System.currentTimeMillis() is also used in many other places
in Tajo source code. "isReady" is intentionally omitted somewhere because it is
not related to the real content of a histogram. Finally, I try not to use
NumericDatum since it's not necessary but increases processing time. As I
understand, a Tajo member is trying to avoid the use of Datum in a Jira issue.
> Implement histogram interface and a candidate histogram
> -------------------------------------------------------
>
> Key: TAJO-1112
> URL: https://issues.apache.org/jira/browse/TAJO-1112
> Project: Tajo
> Issue Type: Sub-task
> Reporter: Long Mvh
> Assignee: Long Mvh
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)