[
https://issues.apache.org/jira/browse/FLINK-14421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-14421:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.10.0
>
>
> 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)