This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5c6168dec81 [Fix](function) fix pad functions behaviour of empty pad
string (#34796)
add a169556e449 fix check column privilege failed by hidden column (#34849)
add 3b00ba0811c [Fix](outfile) Fix the timing of setting the _is_closed
flag in Parquet/ORC writer (#34668)
add f91c209db49 [bugfix](hive)fix error for writing to hive (#34520)
add 963b78c500b [fix](decimal) Fix wrong result produced by decimal128
multiply (#34825)
add be5c1e54351 [bugfix](tvf)catch exception for fetching SchemaTableData
#34856
add 393ff5d9bba [regression-test](framework) fix trino connector download
bug in multi be (#34806)
add 2c24be082dd [fix](fe) Resolve the issue of failed internal schema
table creation (#34868)
add 08193be9dce [fix](profile) Load profile need to be registered to get
real-time profile #34852
add 46484430ea3 [fix](SegComp) Don't call file writer close multi times
for segcompaction (#34818)
No new revisions were added by this update.
Summary of changes:
be/src/olap/rowset/beta_rowset_writer.cpp | 7 +-
be/src/vec/common/arithmetic_overflow.h | 2 +-
be/src/vec/runtime/vorc_transformer.cpp | 14 ++-
be/src/vec/runtime/vparquet_transformer.cpp | 15 ++-
be/src/vec/sink/writer/vhive_partition_writer.cpp | 13 +++
.../apache/doris/datasource/InternalCatalog.java | 2 +-
.../datasource/iceberg/IcebergMetadataCache.java | 3 +
.../nereids/rules/rewrite/CheckPrivileges.java | 6 ++
.../commands/insert/AbstractInsertExecutor.java | 1 +
.../apache/doris/service/FrontendServiceImpl.java | 23 +++--
.../decimalv3/test_decimalv3_overflow.out | 3 +
.../hive/write/test_hive_write_different_path.out | 21 +++++
.../org/apache/doris/regression/suite/Suite.groovy | 18 ++--
.../decimalv3/test_decimalv3_overflow.groovy | 15 +++
.../write/test_hive_write_different_path.groovy | 102 +++++++++++++++++++++
...rization.groovy => column_authorization.groovy} | 47 +++-------
16 files changed, 219 insertions(+), 73 deletions(-)
create mode 100644
regression-test/data/external_table_p0/hive/write/test_hive_write_different_path.out
create mode 100644
regression-test/suites/external_table_p0/hive/write/test_hive_write_different_path.groovy
copy
regression-test/suites/nereids_p0/authorization/{view_authorization.groovy =>
column_authorization.groovy} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]