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

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


    from 19c9f70de2 [revert] "[Fix bug] fix non-equal out join is not supported 
(#8857)" (#9150)
     new 5884dc280f [Enhancement] (image) check image validity as soon as 
generated (#9011)
     new faf2c90e2a [fix](function) fix lag/lead function return invalid data 
(#9076)
     new 4157e34f9e [fix](transaction) Fix running transaction num always be 
zero when execute show proc '/transactions' stmt (#9106)
     new f0cac16b31 [fix](cache) Generate md5 value using utf8 encoding for 
sqlkey string (#9121)
     new 9552adfc82 [fix](spark load) fix `getHashValue` of string type is 
always zero in spark load. (#9136)
     new 3dd722bc4c [fix](broker load) sync the workflow of BrokerScanner to 
other Scanner to avoid oom (#9173)
     new b806876951 [fix](hierarchical-storage) Fix bug that storage medium 
property change back to SSD (#9158)
     new 6dd78dbdf9 MOD: remove <scope>provided</scope> (#9177)
     new dd98387e59 avoiding a corrupt image file when there is image.ckpt with 
non-zero … (#9180)
     new 979542088c [Fixbug]assure transaction num in image file is right 
(#9181)
     new eaf213cd89 [fix] fix sequence bug in non-vec mode (#9184)
     new 6d50e988c3 [fix](Lateral-View)(Vectorized) core dump on lateral-view 
with nullable column (#9191)
     new e461986440 keep at least one validated image file (#9192)
     new 9cfed506d3 [fix](OlapScanner)fix bitmap or hll's OOM when loading too 
many unqualified data (#9205)
     new 5b6fd1c681 FIX: getChannel -> getChannel() (#9217)

The 15 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                             |  4 ++
 be/src/common/object_pool.h                        |  5 ++
 be/src/exec/base_scanner.cpp                       | 13 ++++-
 be/src/exec/base_scanner.h                         |  6 ++-
 be/src/exec/broker_scanner.cpp                     | 13 ++---
 be/src/exec/broker_scanner.h                       |  2 +-
 be/src/exec/json_scanner.cpp                       |  3 +-
 be/src/exec/olap_scanner.cpp                       | 17 ++++++-
 be/src/exec/orc_scanner.cpp                        |  3 +-
 be/src/exec/parquet_scanner.cpp                    |  3 +-
 be/src/olap/collect_iterator.cpp                   |  4 +-
 be/src/vec/core/block.h                            |  2 +-
 .../org/apache/doris/analysis/AnalyticExpr.java    | 18 ++++---
 .../java/org/apache/doris/catalog/Catalog.java     | 22 ++++++---
 .../java/org/apache/doris/catalog/FunctionSet.java |  4 +-
 .../java/org/apache/doris/common/MetaFooter.java   |  1 +
 .../java/org/apache/doris/common/MetaHeader.java   |  5 ++
 .../java/org/apache/doris/common/MetaWriter.java   |  8 ++--
 .../doris/httpv2/controller/HaController.java      |  2 +-
 .../org/apache/doris/httpv2/meta/MetaService.java  |  2 +-
 .../org/apache/doris/httpv2/rest/ShowAction.java   |  2 +-
 .../java/org/apache/doris/master/Checkpoint.java   | 42 +++++++++++++++--
 .../java/org/apache/doris/persist/MetaCleaner.java | 13 ++++-
 .../java/org/apache/doris/persist/Storage.java     | 55 ++++++++++++----------
 .../java/org/apache/doris/qe/cache/CacheProxy.java |  5 +-
 .../java/org/apache/doris/qe/cache/SqlCache.java   |  6 +++
 .../doris/transaction/DatabaseTransactionMgr.java  |  9 ++--
 .../doris/transaction/GlobalTransactionMgr.java    |  3 +-
 .../java/org/apache/doris/persist/StorageTest.java |  8 ++--
 .../org/apache/doris/qe/PartitionCacheTest.java    | 25 +++++++++-
 fe/pom.xml                                         |  3 --
 .../org/apache/doris/load/loadv2/dpp/DppUtils.java |  5 +-
 .../data/correctness/test_lag_lead_window.out      | 11 +++++
 .../suites/correctness/test_lag_lead_window.groovy | 43 +++++++++++++++++
 34 files changed, 277 insertions(+), 90 deletions(-)
 create mode 100644 regression-test/data/correctness/test_lag_lead_window.out
 create mode 100644 
regression-test/suites/correctness/test_lag_lead_window.groovy


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

Reply via email to