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

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from e5e4efe088 [test](regression) update some case in p2  (#21094)
     new 35538ec669 [fix](stats) Fix jdbc timeout with multiple FE when execute 
analyze table (#21115)
     new e173d309db [fix](nereids) check table privilege when it's needed 
(#21130)
     new 1fa23d25a9 [bugfix](workloadgroup) could not upgrade from 2.0 alpha 
(#21149)
     new c1c0689821 [Fix](inverted index) fix inverted query cache for chinese 
tokenizer (#21106)
     new fe51e6ffdb [fix](nereids)scan node's smap should use materiazlied 
slots and project list as left and right expr list (#21142)

The 5 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:
 .../rowset/segment_v2/inverted_index_cache.cpp     |  6 ++
 .../olap/rowset/segment_v2/inverted_index_cache.h  | 12 +++-
 .../rowset/segment_v2/inverted_index_query_type.h  | 71 ++++++++++++++++++++++
 .../rowset/segment_v2/inverted_index_reader.cpp    |  1 +
 .../olap/rowset/segment_v2/inverted_index_reader.h | 13 +---
 .../org/apache/doris/analysis/AnalyzeStmt.java     |  7 ++-
 .../org/apache/doris/analysis/AnalyzeTblStmt.java  |  5 --
 .../org/apache/doris/analysis/RedirectStatus.java  |  4 +-
 .../main/java/org/apache/doris/catalog/Env.java    | 14 -----
 .../nereids/rules/analysis/UserAuthentication.java | 31 +++++++---
 .../java/org/apache/doris/planner/ScanNode.java    |  7 ++-
 .../main/java/org/apache/doris/qe/DdlExecutor.java |  6 --
 .../java/org/apache/doris/qe/StmtExecutor.java     | 11 ++++
 .../resource/workloadgroup/WorkloadGroup.java      | 10 ++-
 .../apache/doris/statistics/AnalysisManager.java   | 25 ++++++--
 .../inverted_index_p0/test_chinese_analyzer.out    | 38 ++++++++++++
 .../test_inlineview_with_project.groovy            | 61 +++++++++++++++++++
 .../inverted_index_p0/test_chinese_analyzer.groovy | 33 ++++++++++
 18 files changed, 294 insertions(+), 61 deletions(-)
 create mode 100644 be/src/olap/rowset/segment_v2/inverted_index_query_type.h


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

Reply via email to