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 fb5420c262 [improvement](multi-catalog) increase default batch_size to
4064 (#16326)
new 085fe7e4a9 [fix](scan) coredump caused by null of _scanner_ctx (#16361)
new dc665d2d35 [bug](jdbc) fix jdbc insert decimalv3 be core dump (#16353)
new e6fedf3cae [fix](auth)fix external catalog cannot use db (#16269)
new 6746b360a2 [bug](function) fix mask_first_n function can't handle
const value (#16308)
new 9e8b52f49e [fix](broker) Fix bug that heavy broker load may failed due
to BrokerException which indicate the fd is not owned by client (#16350)
new 5a680655d2 [Bug](CURRENT_TIMESTAMP) Fix wrong default value after
schema change (#16364)
new d12a370447 [Bug](datev2) Fix bug when cast datev2 to date (#16394)
new 168cacc106 [fix](planner) Doris returns empty sets when select from a
inline view (#16370)
new 69e99daf30 [bugfix](disk balance) fix new rowset time check when add
tablet (#16261)
new bf58cc6fe1 [Bug](date) Fix BE crash caused by function `datediff`
(#16397)
new 711ccf5967 [fix](memory) Fix request jemallloc metrics wait lock
je_malloc_mutex_lock_slow #16381
new 0c6fd47c92 [Enhancement](Stmt)ShowPartitionsStmt support forward to
master #16359
new deb35dbb32 [Enhancement](profile) lazy load profileContent string
(#16354)
new 62ed78d339 [enhancement](profile) add the profile counter RawRowsRead
to record the rows read from the parquet file (#16328)
new acb7b675b4 [fix](vertical compaction) fix uint32_t init value (#16377)
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/daemon.cpp | 1 +
be/src/exec/table_connector.cpp | 3 +-
be/src/olap/tablet_manager.cpp | 2 +-
be/src/runtime/memory/jemalloc_hook.cpp | 3 ++
be/src/util/system_metrics.cpp | 3 ++
be/src/util/system_metrics.h | 1 +
be/src/vec/exec/format/parquet/vparquet_reader.cpp | 3 ++
be/src/vec/exec/format/parquet/vparquet_reader.h | 1 +
be/src/vec/exec/scan/vscan_node.cpp | 10 +++-
be/src/vec/functions/function_cast.h | 9 ++--
.../function_date_or_datetime_computation.h | 4 +-
be/src/vec/functions/function_string.h | 6 +--
be/src/vec/olap/vertical_merge_iterator.h | 8 ++--
.../java/org/apache/doris/analysis/ColumnDef.java | 20 ++++++--
.../java/org/apache/doris/analysis/SelectStmt.java | 8 +++-
.../apache/doris/analysis/ShowPartitionsStmt.java | 9 ++++
.../java/org/apache/doris/analysis/SlotRef.java | 5 ++
.../java/org/apache/doris/analysis/UseStmt.java | 4 +-
.../main/java/org/apache/doris/catalog/Column.java | 32 +++++++++++--
.../main/java/org/apache/doris/catalog/Env.java | 2 +-
.../apache/doris/common/util/ProfileManager.java | 23 +++++++--
.../doris/datasource/HMSExternalCatalog.java | 4 +-
.../org/apache/doris/external/jdbc/JdbcClient.java | 4 +-
.../org/apache/doris/analysis/QueryStmtTest.java | 2 +-
.../apache/doris/mysql/privilege/MockedAuth.java | 4 ++
.../org/apache/doris/planner/QueryPlanTest.java | 13 ------
.../apache/doris/broker/hdfs/BrokerFileSystem.java | 2 +-
.../doris/broker/hdfs/ClientContextManager.java | 23 ++++++---
.../{test_invalid_date.out => test_date_exprs.out} | 4 +-
.../date/test_default_current_timestamp.out} | 1 +
.../datetime_functions/test_date_function.out | 3 ++
.../subquery/test_subquery2.out} | 7 ++-
..._invalid_date.groovy => test_date_exprs.groovy} | 29 ++++++------
.../date/test_default_current_timestamp.groovy | 54 ++++++++++++++++++++++
.../datetime_functions/test_date_function.groovy | 1 +
.../subquery/test_subquery2.groovy} | 24 ++++++----
36 files changed, 247 insertions(+), 85 deletions(-)
copy regression-test/data/datatype_p0/date/{test_invalid_date.out =>
test_date_exprs.out} (84%)
copy regression-test/data/{query_p0/literal_view/lietral_test.out =>
datatype_p0/date/test_default_current_timestamp.out} (98%)
copy regression-test/data/{datev2/ssb_sf1_p1/sql/flat_q1.1.out =>
query_p0/subquery/test_subquery2.out} (76%)
copy regression-test/suites/datatype_p0/date/{test_invalid_date.groovy =>
test_date_exprs.groovy} (61%)
create mode 100644
regression-test/suites/datatype_p0/date/test_default_current_timestamp.groovy
copy regression-test/suites/{nereids_syntax_p0/group_by_constant.groovy =>
query_p0/subquery/test_subquery2.groovy} (59%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]