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 9ec056675c [Fix](vscanner) remove TEMP column in block after filter 
(#23778)
     new 35d8c9450d [improvement](index) support CANCEL BUILD INDEX (#23760)
     new c22a08a5e4 change version to 2.0.2-rc01

The 2 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:
 docs/en/docs/data-table/index/inverted-index.md    |  40 +++--
 docs/zh-CN/docs/data-table/index/inverted-index.md |  34 ++--
 fe/fe-core/src/main/cup/sql_parser.cup             |  10 +-
 .../org/apache/doris/alter/IndexChangeJob.java     |  22 +++
 .../apache/doris/alter/SchemaChangeHandler.java    |  71 +++++++++
 .../org/apache/doris/analysis/ShowAlterStmt.java   |   2 +-
 .../main/java/org/apache/doris/catalog/Env.java    |   3 +-
 gensrc/script/gen_build_version.sh                 |   4 +-
 .../inverted_index_p0/test_build_index.groovy      | 172 +++++++++++++++++++++
 9 files changed, 320 insertions(+), 38 deletions(-)
 create mode 100644 
regression-test/suites/inverted_index_p0/test_build_index.groovy


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

Reply via email to