You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/06/29 11:28:57 UTC

[incubator-doris] branch master updated (9671394 -> af1beb6)

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

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


    from 9671394  [BUG]Make segment V1 and V2 share same file cache (#3945)
     add af1beb6  [Enhance] Add prepare phase for some timestamp functions (#3947)

No new revisions were added by this update.

Summary of changes:
 be/src/common/daemon.cpp                           |   2 -
 .../exec/schema_scanner/schema_tables_scanner.cpp  |   6 +-
 be/src/exprs/CMakeLists.txt                        |   1 -
 be/src/exprs/timestamp_functions.cpp               | 188 ++++++++-
 be/src/exprs/timestamp_functions.h                 |  33 ++
 be/src/exprs/timezone_db.cpp                       | 463 ---------------------
 be/src/exprs/timezone_db.h                         |  45 --
 be/src/runtime/datetime_value.cpp                  |  29 +-
 be/src/runtime/datetime_value.h                    |  37 +-
 be/src/runtime/runtime_state.cpp                   |  13 +-
 be/src/runtime/runtime_state.h                     |   5 +
 be/src/udf/udf.cpp                                 |   1 +
 be/src/util/CMakeLists.txt                         |   1 +
 be/src/util/cgroup_util.cpp                        |   1 +
 be/src/util/timezone_utils.cpp                     |  55 +++
 be/src/util/{md5.h => timezone_utils.h}            |  22 +-
 .../date-time-functions/{dayname.md => to_date.md} |  23 +-
 .../date-time-functions/convert_tz.md              |   2 +-
 .../date-time-functions/{dayname.md => to_date.md} |  20 +-
 .../java/org/apache/doris/rewrite/FEFunctions.java |   6 +
 gensrc/script/doris_builtins_functions.py          |  22 +-
 run-ut.sh                                          |   2 +-
 22 files changed, 346 insertions(+), 631 deletions(-)
 delete mode 100644 be/src/exprs/timezone_db.cpp
 delete mode 100644 be/src/exprs/timezone_db.h
 create mode 100644 be/src/util/timezone_utils.cpp
 copy be/src/util/{md5.h => timezone_utils.h} (74%)
 copy docs/en/sql-reference/sql-functions/date-time-functions/{dayname.md => to_date.md} (77%)
 copy docs/zh-CN/sql-reference/sql-functions/date-time-functions/{dayname.md => to_date.md} (79%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org