You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Zhenghua Gao (JIRA)" <ji...@apache.org> on 2019/07/16 09:50:00 UTC

[jira] [Created] (CALCITE-3199) DateTimeUtils.unixDateCeil returns the same value as unixDateFloor does

Zhenghua Gao created CALCITE-3199:
-------------------------------------

             Summary: DateTimeUtils.unixDateCeil returns the same value as unixDateFloor does
                 Key: CALCITE-3199
                 URL: https://issues.apache.org/jira/browse/CALCITE-3199
             Project: Calcite
          Issue Type: Bug
    Affects Versions: avatica-1.16.0
            Reporter: Zhenghua Gao
             Fix For: avatica-1.16.0


Internally, unixDateCeil & unixDateFloor call julianDateFloor and pass a boolean parameter to differentiate them. But unixDateCeil passes wrong parameter value and returns the same value as unixDateFloor does.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)