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 ec6ad147ba [fix](hashjoin) join produce blocks with rows larger than 
batch size (#16535)
     new effcfbc3a3 [fix](func) fix core dump when the pattern of the 
regexp_extract_all function does not contain subpatterns (#16408)
     new e10eb6d3ad [improvement](compatibility) add DATA_TYPE in information 
schema for new types #16391
     new f94f14ef62 [bugfix](array) fix element revert on error in 
DataTypeArray::from_string (#16434)
     new 9a3bebd848 [fix](restore) do not set default replication_allocation 
when restore with property reserve_replica = true (#15562)
     new 7781f640a3 [fix](broker load) Fix hll_hash(null) in broker load report 
incorrect Exception (#16293)
     new fbc060f111 [fix](string) fix offsets over flow for extreme large 
String column (#15360)
     new dd8c6c8ed9 [improvement](string) set bigger limit for ColumnString 
chars length (#15426)
     new ce5642910f [fix](iceberg) update iceberg docs and add credential 
properties (#16429)
     new 4436491110 [fix](planner) npe in RewriteBinaryPredicatesRule (#16401)
     new 204ca0b2f3 [improvement](fuzzy) print fuzzy session variable in FE 
audit log (#16493)
     new cc11695402 [Fix](multi catalog)(planner) Fix external table statistic 
collection bug (#16486)
     new 431f933b78 [branch1.2] fix cardinality bug

The 12 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:
 .../exec/schema_scanner/schema_columns_scanner.cpp | 11 ++++
 be/src/vec/columns/column_string.cpp               |  6 ++
 be/src/vec/columns/column_string.h                 | 24 +++++++-
 be/src/vec/data_types/data_type_array.cpp          |  6 +-
 be/src/vec/functions/function_regexp.cpp           |  4 ++
 .../string-functions/regexp/regexp_extract_all.md  |  2 +-
 .../string-functions/regexp/regexp_extract_all.md  |  2 +-
 .../main/java/org/apache/doris/common/Config.java  |  2 +-
 .../org/apache/doris/analysis/DataDescription.java |  2 +-
 .../java/org/apache/doris/backup/RestoreJob.java   |  3 +-
 .../java/org/apache/doris/catalog/OlapTable.java   |  5 +-
 .../java/org/apache/doris/catalog/S3Resource.java  | 34 +++++------
 .../org/apache/doris/catalog/TableProperty.java    |  6 +-
 .../doris/catalog/external/HMSExternalTable.java   |  1 +
 .../java/org/apache/doris/plugin/AuditEvent.java   |  7 +++
 .../java/org/apache/doris/qe/ConnectProcessor.java |  3 +-
 .../java/org/apache/doris/qe/SessionVariable.java  | 42 ++++++++++++--
 .../main/java/org/apache/doris/qe/VariableMgr.java |  3 +
 .../doris/rewrite/RewriteBinaryPredicatesRule.java | 17 +++---
 .../apache/doris/statistics/HiveAnalysisTask.java  | 21 ++++++-
 .../doris/statistics/OlapScanStatsDerive.java      |  2 +
 .../org/apache/doris/statistics/Statistics.java    |  2 +-
 .../apache/doris/analysis/DataDescriptionTest.java | 12 ++++
 .../org/apache/doris/catalog/OlapTableTest.java    |  4 +-
 .../scalar_types/sql/infomation_schema.out         | 21 +++++++
 .../load/insert/test_array_insert_into_select.out  | 13 +++++
 .../test_string_function_regexp.out                |  3 +
 .../scalar_types/sql/infomation_schema.sql         |  1 +
 .../insert/test_array_insert_into_select.groovy    | 65 ++++++++++++++++++++++
 .../test_string_function_regexp.groovy             |  1 +
 30 files changed, 277 insertions(+), 48 deletions(-)
 create mode 100644 
regression-test/data/datatype_p0/scalar_types/sql/infomation_schema.out
 create mode 100644 
regression-test/data/load/insert/test_array_insert_into_select.out
 create mode 100644 
regression-test/suites/datatype_p0/scalar_types/sql/infomation_schema.sql
 create mode 100644 
regression-test/suites/load/insert/test_array_insert_into_select.groovy


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

Reply via email to