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 2021/07/13 03:36:42 UTC

[incubator-doris] branch master updated (d79cdc8 -> f93a272)

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 d79cdc8  [Bug] Filter out unavaliable backends when getting tablet location (#6204)
     add f93a272  [Bug] Fix bug that nondeterministic functions should not be rewrote in create view stmt (#6096)

No new revisions were added by this update.

Summary of changes:
 docs/.vuepress/sidebar/en.js                       |  3 +-
 docs/.vuepress/sidebar/zh-CN.js                    |  5 ++-
 .../{format-code.md => cpp-format-code.md}         |  4 +-
 .../java-format-code.md}                           | 51 ++++++++--------------
 .../{format-code.md => cpp-format-code.md}         |  5 ++-
 .../max.md => developer-guide/java-format-code.md} | 33 +++++++-------
 .../org/apache/doris/analysis/CreateViewStmt.java  |  5 +++
 .../apache/doris/analysis/ExpressionFunctions.java |  8 ++++
 .../java/org/apache/doris/catalog/Catalog.java     |  4 ++
 .../java/org/apache/doris/catalog/FunctionSet.java | 16 +++++++
 .../java/org/apache/doris/qe/ConnectContext.java   | 14 +++++-
 .../java/org/apache/doris/rewrite/FEFunctions.java | 26 ++++++++++-
 .../org/apache/doris/catalog/CreateViewTest.java   |  8 ++++
 gensrc/script/doris_builtins_functions.py          | 11 +++++
 gensrc/script/gen_builtins_functions.py            |  6 +++
 15 files changed, 139 insertions(+), 60 deletions(-)
 rename docs/en/developer-guide/{format-code.md => cpp-format-code.md} (98%)
 copy docs/en/{administrator-guide/http-actions/fe/meta-action.md => developer-guide/java-format-code.md} (63%)
 rename docs/zh-CN/developer-guide/{format-code.md => cpp-format-code.md} (97%)
 copy docs/zh-CN/{sql-reference/sql-functions/aggregate-functions/max.md => developer-guide/java-format-code.md} (65%)
 mode change 100755 => 100644

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