[
https://issues.apache.org/jira/browse/FLINK-14421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu resolved FLINK-14421.
-----------------------------
Assignee: hailong wang
Resolution: Fixed
1.10.0: ad052a870d1a1d457721a67ec4bbea4bc49d33c5
> Add 'L' when define a long value
> --------------------------------
>
> Key: FLINK-14421
> URL: https://issues.apache.org/jira/browse/FLINK-14421
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Affects Versions: 1.9.0
> Reporter: hailong wang
> Assignee: hailong wang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In SqlDateTimeUtils、DateTimeUtils and ApiExpressionUtils,
> MILLIS_PER_DAY field is defined as follow:
> {code:java}
> public static final long MILLIS_PER_DAY = 86400000;
> {code}
> We should change it to 86400000L and to be consistent with other fields
--
This message was sent by Atlassian Jira
(v8.3.4#803005)