This is an automated email from the ASF dual-hosted git repository.

zclll pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from f430a4c785f [Fix](timezone) Fix incorrect DST handling (#51454)
     add ced69c501f5 [Fix](FE) Fix wrong time literal cast to other date types 
(#52160)

No new revisions were added by this update.

Summary of changes:
 .../nereids/rules/expression/check/CheckCast.java   |  2 +-
 .../expression/rules/FoldConstantRuleOnBE.java      |  2 +-
 .../doris/nereids/trees/expressions/Cast.java       |  2 +-
 .../PropagateNullableOnDateOrTimeLikeV2Args.java    |  3 +--
 .../nereids/trees/expressions/literal/Literal.java  |  7 +++++--
 .../trees/expressions/literal/TimeV2Literal.java    | 21 +++++++++++++++++++++
 .../trees/plans/commands/info/ColumnDefinition.java |  2 +-
 .../org/apache/doris/nereids/types/DataType.java    |  8 --------
 .../doris/nereids/util/TypeCoercionUtils.java       | 10 +++++-----
 .../correctness/test_cast_time_to_datetime.groovy   | 16 ++++++++++++++++
 10 files changed, 52 insertions(+), 21 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to