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 3b0175d190 [FIX](map)fix map offsets set next_array_item_rowid (#23251)
     new b7e2ccd4eb [Fix](RoutineLoad)Fix when Unique (MoW) RoutineLoad imports 
unspecified Sequence column (#23167)
     new 133683c30b [fix](multi-catalog)fix avro and jdbc scanner dependency 
(#23015)
     new 1d6b07fe51 [Fix](multi-catalog) Fix NPE when file cache is enabled. 
(#23165)
     new 321cc04a21 [fix](array) fix typeExtactMatch for array() type  (#23264)
     new 57aa73719d [bugfix](vertical-compaction) Only can init the 
SegmentCacheHandle once (#23246)

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:
 be/src/olap/rowset/beta_rowset_reader.cpp          |   1 -
 be/src/olap/segment_loader.cpp                     |  13 +-
 be/src/olap/segment_loader.h                       |  41 ++--
 bin/start_be.sh                                    |   6 +-
 build.sh                                           |   2 +
 fe/be-java-extensions/avro-scanner/pom.xml         |  11 +-
 fe/be-java-extensions/hudi-scanner/pom.xml         |  70 ++++--
 fe/be-java-extensions/jdbc-scanner/pom.xml         |  10 +-
 fe/be-java-extensions/pom.xml                      |   1 +
 .../{hudi-scanner => preload-extensions}/pom.xml   | 160 ++++++--------
 .../main/java/org/apache/doris/preload/README.md}  | 244 ++++++++-------------
 .../src/main/resources/package.xml                 |   0
 .../main/java/org/apache/doris/catalog/Type.java   |   5 +-
 .../doris/planner/external/FileQueryScanNode.java  |   5 +-
 .../doris/planner/external/LoadScanProvider.java   |  13 +-
 .../{test_if.out => test_if_cast.out}              |   8 +-
 .../conditional_functions/test_if_cast.groovy      |  25 +++
 17 files changed, 308 insertions(+), 307 deletions(-)
 copy fe/be-java-extensions/{hudi-scanner => preload-extensions}/pom.xml (74%)
 copy fe/be-java-extensions/{hudi-scanner/pom.xml => 
preload-extensions/src/main/java/org/apache/doris/preload/README.md} (53%)
 copy fe/be-java-extensions/{avro-scanner => 
preload-extensions}/src/main/resources/package.xml (100%)
 copy 
regression-test/data/query_p0/sql_functions/conditional_functions/{test_if.out 
=> test_if_cast.out} (72%)
 create mode 100644 
regression-test/suites/query_p0/sql_functions/conditional_functions/test_if_cast.groovy


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

Reply via email to