Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Dec 12, 2022
1 parent f693097 commit af13d83
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public Object execute() {
}
switch ((ExprCoreType)expr.type()) {
case TIME:
// workaround for session context issue
// TODO remove once fixed
// Can't get timestamp from `ExprTimeValue`
return MILLIS.between(LocalTime.MIN, expr.timeValue());
case DATE:
case DATETIME:
Expand Down

0 comments on commit af13d83

Please sign in to comment.