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

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


    from 8c507acd71 [fix](if) fix coredump of if const (#14858)
     new 15561cfc9c [fix](multi-catalog) check new catalog name is used or not 
before rename (#14891)
     new fbab211d77 [fix] 'SHOW ROLES' statement does not display resource 
privilege (#14812) (#14897)
     new 8689265ea7 [Vectorized](jdbc) add check type for jdbc table (#14501)
     new efa4f52539 [fix](multi-catalog) use last used database for catalog 
when switch back (#14793)
     new e33708ded3 [improvement](config) update 
high_priority_flush_thread_num_per_store default value to 6 (#14775)
     new c99d35a49b [Enhancement](profile)  enhance column predicates display 
on profile (#14664)

The 6 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/src/common/config.h                             |   2 +-
 be/src/olap/bitmap_filter_predicate.h              |   2 +-
 be/src/olap/bloom_filter_predicate.h               |   2 +-
 be/src/olap/column_predicate.h                     |   4 +-
 be/src/olap/comparison_predicate.h                 |   5 +-
 be/src/olap/in_list_predicate.h                    |   5 +-
 be/src/olap/like_column_predicate.h                |   2 +-
 be/src/olap/null_predicate.h                       |   2 +-
 be/src/olap/rowset/segment_v2/segment_iterator.h   |  50 ++++----
 be/src/vec/exec/scan/new_olap_scanner.cpp          |   6 +-
 be/src/vec/exec/scan/new_olap_scanner.h            |   5 -
 be/src/vec/exec/vjdbc_connector.cpp                | 131 +++++++++++++++++++++
 be/src/vec/exec/vjdbc_connector.h                  |   4 +
 .../docs/ecosystem/external-table/jdbc-of-doris.md |  31 +++--
 .../docs/ecosystem/external-table/jdbc-of-doris.md |  30 ++---
 .../main/java/org/apache/doris/catalog/Env.java    |   9 ++
 .../org/apache/doris/datasource/CatalogMgr.java    |  22 ++++
 .../apache/doris/mysql/privilege/RoleManager.java  |  13 +-
 .../apache/doris/datasource/CatalogMgrTest.java    |  12 ++
 .../java/org/apache/doris/udf/JdbcExecutor.java    |  14 +++
 .../suites/jdbc_p0/test_jdbc_query_pg.groovy       |   4 +-
 21 files changed, 268 insertions(+), 87 deletions(-)


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

Reply via email to