This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 8b5453296e [fix](optimizer) Fix sql block when new optimizer is
enabled (#23804)
add e847091dfe [fix](Nereids): add DateTimeFormatterUtils and fix bug
(#24171)
No new revisions were added by this update.
Summary of changes:
.../trees/expressions/literal/DateLiteral.java | 10 ++-
.../trees/expressions/literal/DateTimeLiteral.java | 42 +-----------
.../doris/nereids/util/DateTimeFormatterUtils.java | 80 ++++++++++++++++++++++
.../org/apache/doris/nereids/util/DateUtils.java | 4 +-
.../nereids/util/DateTimeFormatterUtilsTest.java | 61 +++++++++++++++++
5 files changed, 151 insertions(+), 46 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/util/DateTimeFormatterUtils.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/util/DateTimeFormatterUtilsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]