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

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


    omit 66b3b1d  [Vectorized](compile) Fix compile error and warning (#7780)
    omit c86d691  [Vectorized][Bug] Fix bug of repeated node resize and compile 
failed (#7778)
    omit 778fa8d  [Vectorized](improving) (exec) optimize VDataStreamSender's 
send() performance #7747 (#7751)
    omit 57bdde6  [Vectorized][Improvement] Speed up column filtering via SIMD 
(#7775)
    omit d2f2210  [Vectorized][feature](planner)(executor) Support grouping 
sets rollup cube (#7601)
    omit 685f452  [Vectorized][Improvement] Enhancement unit test for 
vectorized function (#7750)
    omit ee90c94  [Vectorization] Support SegmentIterator vectorization (#7613)
    omit 24787ed  [Vectorized][Function] Support function 
stddev/variance/stddev_samp/variance_samp (#7734)
    omit fc05698  [Vectorized] Rebase code from master
    omit e9056d6  [Vectorized][Bug] Bitmap/HLL type no support cast to 
varchar/char (#7737)
    omit 2af5181  [Vectorized][Feature] upport function conv  (#7693)
    omit b79496b  [Vectorized][Bug] Fix get wrong result when select random 
column && fix get wrong has_null_tag (#7728)
    omit 28fb8c7  [Vectorized][Enhancement] use simd to speed up coalesce and 
if_not_null function (#7722)
    omit 2c38a50  [Vectorized][Enhancement] fix some bug & improve some code 
(#7714)
    omit 27d3898  [Vectorized][Bug] fix 'negative' function ut run fail && fix 
testIsBucketShuffleJoin run fail && fix some compile fail (#7688)
    omit 3e45025  [Vectorized] (olap) Optimize BlockReader's performance (#7642)
    omit 0dd1662  [Feature][Vectorized] Support String in vec exe engine (#7670)
    omit a051b33  [Vectorized] [Function] Support do not fold constant at 
vectorized (#7668)
    omit 952f0e3  [Vectorized] Support bloom filter predicate on vectorized 
engine storage layer (#7557)
    omit 77e0212  [vectorized] [block] Add new method get_data_type to avoid 
unnecessary copy  by the method get_data_type (#7600)
    omit 01d9434  [Vectorized][Feature] support 
money_format/ucase/character_length (#7649)
    omit 9432587  [Vectorizd] [Function] Add string type vec support at 
doris_builtins_functions[D (#7661)
    omit ead467c  [Bug] Fix function nulllable not match and largetint cast 
failed (#7659)
    omit 3425e8a  [Function][Vec] add function coalesce (#7632)
    omit bdeb6b7  [Vectorized][Feature] fix core dump when using function 
override and function alias at the same time && support substr(str,int) 
override (#7640)
    omit c4623f2  [Bug] Fix bug of cast expr nullable and ifnull function 
(#7626)
    omit fb945cd  [Refactor] Cow refactor: giveup using boost (#7567)
    omit 326f0d7  [Vectorized][Function] Support function  and (#7618)
    omit 3339878  [Bug] Change parser string to int (#7595)
    omit 2d31421  [Bug] Fix bug of concat function and fold const expr (#7608)
    omit 204a35d  [Function] Fix error about rank/dense_rank/row_number return 
always not nullable (#7561)
    omit 54bd985  [Bug] Fix negative function error result and sort node eos 
(#7555)
    omit 07abe49  [Vectorized Exec Engine] Support Vectorized Exec Engine In 
Doris
     add b51121f  [chore](github-action) Add label auto for pull requests 
(#7663)
     add d1a994e  [fix](cpu-resource)(resource-tag) Allow set 
cpu_resource_limit to -1 and fix resource tag bug(#6830)
     add 3da4425  [fix](github-action) fix the action of 
set-label-based-on-pr-title (#7757)
     add 10709f3  [fix](github-action) fix the action of 
set-label-based-on-pr-title (#7758)
     add d03151b  [chore](be) Add -Werror (#7744)
     add 902ab93  [fix](session-variable) fix bug that checkpoint may overwrite 
the global variables (#7526)
     add 6188ab2  [docs](faq) add multiple FE WEB UI login issues (#7654)
     add f381782  [fix] fix malloc and free mismatch issue  (#7702)
     add fe80d14  [style] replace Chinese comments with English comments (#7732)
     add 5c4055a  [style] Translate Chinese to English in be_olap_field.h 
(#7738)
     add e7d65e4  [style] translate code annotations into english (#7752)
     add a6ff1bd  Flink / Spark connector compilation problem (#7725)
     add be43316  [docs] add doc for community feedback and fix CI (#7759)
     add 4a3cbf5  [fix](show-load) fix show load with the same column name in 
Where Clause (#7523)
     add 5b0f11b  [feature](mysql-compatibility)(function)  add `WEEKDAY` 
function (#7673)
     add 8b7d7e4  [improvement] create/drop index support if [not] exist (#7748)
     add 5f8d912  [improvement](routine-load) Reduce the probability that the 
routine load task rpc timeout (#7754)
     add 36d6d23  [refactor] remove duplicate if that will never be used (#7761)
     add 88a3d08  [fix] fix NPE in SysVariableDesc::equal (#7766)
     add 5c7863c  [improvement](fe-unit-test) Fix port in use when the cluster 
starts in UT. (#7768)
     add e80c34b  [docs][typo] fix some typos in documents (#7769)
     add ebc27a4  [docs] Split the FAQ And Revert auto-label action (#7770)
     new 14d84ba  [Vectorized Exec Engine] Support Vectorized Exec Engine In 
Doris
     new a33b2ac  [Bug] Fix negative function error result and sort node eos 
(#7555)
     new 9431a93  [Function] Fix error about rank/dense_rank/row_number return 
always not nullable (#7561)
     new 5f52c04  [Bug] Fix bug of concat function and fold const expr (#7608)
     new 4528643  [Bug] Change parser string to int (#7595)
     new 5779e9b  [Vectorized][Function] Support function  and (#7618)
     new a261538  [Refactor] Cow refactor: giveup using boost (#7567)
     new 24e1d64  [Bug] Fix bug of cast expr nullable and ifnull function 
(#7626)
     new 41b165c  [Vectorized][Feature] fix core dump when using function 
override and function alias at the same time && support substr(str,int) 
override (#7640)
     new ebdc0ba  [Function][Vec] add function coalesce (#7632)
     new da43e38  [Bug] Fix function nulllable not match and largetint cast 
failed (#7659)
     new 345c119  [Vectorizd] [Function] Add string type vec support at 
doris_builtins_functions[D (#7661)
     new cc451e7  [Vectorized][Feature] support 
money_format/ucase/character_length (#7649)
     new e4619d9  [vectorized] [block] Add new method get_data_type to avoid 
unnecessary copy  by the method get_data_type (#7600)
     new ae9d0cf  [Vectorized] Support bloom filter predicate on vectorized 
engine storage layer (#7557)
     new acb63c7  [Vectorized] [Function] Support do not fold constant at 
vectorized (#7668)
     new 1fc1c70  [Feature][Vectorized] Support String in vec exe engine (#7670)
     new 8b82104  [Vectorized] (olap) Optimize BlockReader's performance (#7642)
     new 9f16ac2  [Vectorized][Bug] fix 'negative' function ut run fail && fix 
testIsBucketShuffleJoin run fail && fix some compile fail (#7688)
     new b20b5b7  [Vectorized][Enhancement] fix some bug & improve some code 
(#7714)
     new f3ce1cb  [Vectorized][Enhancement] use simd to speed up coalesce and 
if_not_null function (#7722)
     new a9d9c02  [Vectorized][Bug] Fix get wrong result when select random 
column && fix get wrong has_null_tag (#7728)
     new ffdc9fc  [Vectorized][Feature] upport function conv  (#7693)
     new 30de672  [Vectorized][Bug] Bitmap/HLL type no support cast to 
varchar/char (#7737)
     new 20619e7  [Vectorized] Rebase code from master
     new 990723c  [Vectorized][Function] Support function 
stddev/variance/stddev_samp/variance_samp (#7734)
     new e23e332  [Vectorization] Support SegmentIterator vectorization (#7613)
     new d1c75a0  [Vectorized][Improvement] Enhancement unit test for 
vectorized function (#7750)
     new 8760e64  [Vectorized][feature](planner)(executor) Support grouping 
sets rollup cube (#7601)
     new 0a68fc3  [Vectorized][Improvement] Speed up column filtering via SIMD 
(#7775)
     new f45d2a2  [Vectorized](improving) (exec) optimize VDataStreamSender's 
send() performance #7747 (#7751)
     new b634ea6  [Vectorized][Bug] Fix bug of repeated node resize and compile 
failed (#7778)
     new 8a1a612  [Vectorized](compile) Fix compile error and warning (#7780)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (66b3b1d)
            \
             N -- N -- N   refs/heads/vectorized (8a1a612)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 33 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/CMakeLists.txt                                  |   9 +-
 be/src/common/config.h                             |  20 ++
 be/src/common/daemon.cpp                           |  10 +-
 be/src/exec/csv_scan_node.cpp                      |   7 -
 be/src/exec/s3_reader.cpp                          |   5 +-
 be/src/exec/s3_writer.cpp                          |  14 +-
 be/src/exec/tablet_sink.cpp                        |  11 +-
 be/src/exec/tablet_sink.h                          |   2 +-
 be/src/exprs/timestamp_functions.cpp               |  11 ++
 be/src/exprs/timestamp_functions.h                 |   2 +
 be/src/olap/compress.h                             |  24 +--
 be/src/olap/delta_writer.cpp                       |   3 +-
 be/src/olap/delta_writer.h                         |   1 +
 be/src/olap/field.h                                |  22 ++-
 be/src/olap/memtable_flush_executor.cpp            |  29 ++-
 be/src/olap/memtable_flush_executor.h              |   8 +-
 be/src/olap/row_cursor.h                           |  29 ++-
 be/src/olap/wrapper_field.h                        |   2 +-
 be/src/runtime/load_channel.cpp                    |  12 +-
 be/src/runtime/load_channel.h                      |  13 +-
 be/src/runtime/load_channel_mgr.cpp                |  16 +-
 be/src/runtime/routine_load/data_consumer.cpp      |   2 +
 .../routine_load/routine_load_task_executor.cpp    |   2 +-
 be/src/runtime/tablets_channel.cpp                 |   6 +-
 be/src/runtime/tablets_channel.h                   |   4 +-
 be/test/exprs/timestamp_functions_test.cpp         |  27 +++
 docs/.vuepress/sidebar/en.js                       | 130 ++++++-------
 docs/.vuepress/sidebar/zh-CN.js                    | 118 ++++++------
 docs/en/administrator-guide/config/be_config.md    |  27 +++
 .../operation/metadata-operation.md                |   2 +-
 docs/en/community/feedback.md                      |  22 ++-
 docs/en/faq/error.md                               | 149 +++++++++++++++
 docs/en/faq/faq.md                                 | 209 ++++++++------------
 .../sql-functions/date-time-functions/dayofweek.md |   2 +-
 .../weekday.md}                                    |  51 +++--
 .../sql-statements/Administration/SHOW PLUGINS.md  |   2 +-
 .../sql-statements/Data Definition/ALTER TABLE.md  |   8 +-
 .../sql-statements/Data Definition/CREATE INDEX.md |   4 +-
 .../Data Definition/CREATE REPOSITORY.md           |   2 +-
 .../sql-statements/Data Definition/DROP INDEX.md   |   2 +-
 .../Data Definition/DROP REPOSITORY.md             |   2 +-
 .../Data Definition/SHOW RESOURCES.md              |   2 +-
 .../Data Manipulation/lateral-view.md              |   2 +-
 docs/zh-CN/administrator-guide/config/be_config.md |  24 +++
 .../operation/metadata-operation.md                |   4 +-
 docs/zh-CN/community/feedback.md                   |  24 ++-
 docs/zh-CN/faq/error.md                            | 147 ++++++++++++++
 docs/zh-CN/faq/faq.md                              | 208 ++++++++------------
 .../sql-functions/date-time-functions/dayofweek.md |   2 +-
 .../weekday.md}                                    |  54 +++---
 .../sql-statements/Administration/SHOW PLUGINS.md  |   2 +-
 .../sql-statements/Data Definition/ALTER TABLE.md  |   8 +-
 .../sql-statements/Data Definition/CREATE INDEX.md |   4 +-
 .../Data Definition/CREATE REPOSITORY.md           |   2 +-
 .../Data Definition/CREATE RESOURCE.md             |   2 +-
 .../sql-statements/Data Definition/DROP INDEX.md   |   2 +-
 .../Data Definition/DROP REPOSITORY.md             |   2 +-
 .../Data Definition/DROP RESOURCE.md               |   2 +-
 .../Data Manipulation/lateral-view.md              |   2 +-
 extension/flink-doris-connector/build.sh           |   8 +-
 extension/flink-doris-connector/pom.xml            |  26 +--
 extension/spark-doris-connector/build.sh           |   8 +-
 extension/spark-doris-connector/pom.xml            |  26 +--
 fe/fe-core/src/main/cup/sql_parser.cup             |  16 +-
 .../apache/doris/alter/SchemaChangeHandler.java    |  32 +++-
 .../org/apache/doris/analysis/DropIndexClause.java |   9 +-
 .../java/org/apache/doris/analysis/IndexDef.java   |   8 +-
 .../org/apache/doris/analysis/ShowLoadStmt.java    |  10 +
 .../org/apache/doris/analysis/SysVariableDesc.java |   5 +-
 .../org/apache/doris/catalog/AccessPrivilege.java  |   4 +-
 .../java/org/apache/doris/catalog/Catalog.java     |  10 +-
 .../org/apache/doris/clone/TabletScheduler.java    |  15 ++
 .../java/org/apache/doris/common/ErrorCode.java    |   4 +-
 .../org/apache/doris/journal/JournalEntity.java    |   9 +-
 .../java/org/apache/doris/master/Checkpoint.java   |  34 +++-
 .../java/org/apache/doris/mysql/MysqlProto.java    |   2 +-
 .../apache/doris/mysql/privilege/UserProperty.java |   9 +-
 .../java/org/apache/doris/persist/EditLog.java     |  20 +-
 .../java/org/apache/doris/qe/ConnectProcessor.java |   2 +-
 .../main/java/org/apache/doris/qe/VariableMgr.java | 138 ++++++++------
 .../doris/transaction/GlobalTransactionMgr.java    |  44 ++---
 .../doris/analysis/CreateIndexClauseTest.java      |   2 +-
 .../apache/doris/analysis/DropIndexClauseTest.java |   5 +-
 .../org/apache/doris/analysis/IndexDefTest.java    |   6 +-
 .../apache/doris/analysis/ShowLoadStmtTest.java    |  41 +++-
 .../org/apache/doris/catalog/UserPropertyTest.java |  24 ++-
 .../java/org/apache/doris/qe/VariableMgrTest.java  | 211 +++++++++++----------
 .../org/apache/doris/utframe/UtFrameUtils.java     |  28 +--
 gensrc/proto/internal_service.proto                |   3 +
 gensrc/script/doris_builtins_functions.py          |   3 +
 90 files changed, 1394 insertions(+), 882 deletions(-)
 create mode 100644 docs/en/faq/error.md
 copy docs/en/sql-reference/sql-functions/{string-functions/json_object.md => 
date-time-functions/weekday.md} (54%)
 create mode 100644 docs/zh-CN/faq/error.md
 copy docs/zh-CN/sql-reference/sql-functions/{string-functions/json_object.md 
=> date-time-functions/weekday.md} (53%)

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

Reply via email to