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 a3edd41db8 [branch1.2](fix) avoiding using broker reader when file 
size can not be got (#19474)
     new 970995b98a [fix](metric) Fix bug for that register txn replica failed 
(#17855)
     new 49e8550e9a [fix](planner) insubquery should always be converted to 
semi or anti join (#19240)
     new fffd4e4bc9 [Enhancement](storage engine) avoid deleting tablets on 
unused disk (#19010)
     new f187424885 [fix](memory) Fix memory leak due to incorrect block reuse 
of AggregateFunctionSortData #19214
     new 1225094873 [enhancement](planner) fix unclear exception msg when 
create mv (#17537)
     new 9be8263050 [fix](fe)havingClause should be substituted the same way as 
resultExprs (#19261)
     new 9a51fc761e [fix](JDBC) set jdbc parameters to compatible with both 
MySQL and Doris when reading boolean type (#19399)
     new de0139d5cc [fix](catalog) fix doris jdbc catalog largeint select error 
(#19407)
     new c8f4873393 [fix](MySQL) the way Doris handles boolean type is 
consistent with MySQL (#19416)
     new 7fd58d60c7 [Enhancement](multi-catalog) add config for external meta 
cache loade… (#18117)
     new abc4483d00 [Bug](scan) forbiden push down in predicate when 
in_state->use_set is false (#19471)
     new 80f1508065 [Fix](multi catalog)Return all partition values while 
reading hive table. (#19434)
     new d9fe522cca [minor](log) change debug log to info to observe the 
storage medium change #19529
     new 77b8463886 [branch1.2](fix) fix compilation error after cherry-pick

The 14 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/storage_engine.cpp                     | 18 +++----------
 be/src/olap/storage_engine.h                       |  2 +-
 .../aggregate_functions/aggregate_function_sort.h  |  2 +-
 be/src/vec/exec/scan/vscan_node.cpp                | 12 +++++++++
 be/src/vec/exec/vjdbc_connector.cpp                |  2 +-
 .../main/java/org/apache/doris/common/Config.java  | 13 ++++++++++
 .../org/apache/doris/analysis/BinaryPredicate.java |  4 +++
 .../doris/analysis/CreateMaterializedViewStmt.java |  4 +++
 .../java/org/apache/doris/analysis/SelectStmt.java |  8 ++++--
 .../org/apache/doris/analysis/StmtRewriter.java    | 10 +++++---
 .../org/apache/doris/analysis/StringLiteral.java   |  9 ++++++-
 .../org/apache/doris/catalog/DataProperty.java     | 12 +++++++--
 .../main/java/org/apache/doris/catalog/Env.java    |  6 +++--
 .../org/apache/doris/catalog/JdbcResource.java     | 11 +++++---
 .../org/apache/doris/catalog/PartitionInfo.java    |  4 +--
 .../doris/datasource/ExternalMetaCacheMgr.java     |  4 ++-
 .../doris/datasource/hive/HiveMetaStoreCache.java  |  2 +-
 .../datasource/hive/PooledHiveMetaStoreClient.java |  3 ++-
 .../doris/load/routineload/KafkaTaskInfo.java      |  9 -------
 .../java/org/apache/doris/metric/MetricRepo.java   | 13 ----------
 .../org/apache/doris/planner/OlapTableSink.java    | 11 --------
 .../doris/transaction/DatabaseTransactionMgr.java  | 30 +---------------------
 .../doris/transaction/GlobalTransactionMgr.java    |  9 ++-----
 .../apache/doris/transaction/TransactionState.java |  8 ------
 .../java/org/apache/doris/udf/JdbcExecutor.java    | 16 ++++++++++++
 .../correctness_p0/test_group_having_alias.out     |  3 +++
 .../data/query_p0/sql_functions/test_in_expr.out   | 10 ++++++++
 .../correctness_p0/test_group_having_alias.groovy  |  3 +++
 .../test_join_without_condition.groovy             |  6 +++++
 .../query_p0/sql_functions/test_in_expr.groovy     | 11 ++++++++
 30 files changed, 141 insertions(+), 114 deletions(-)


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

Reply via email to