Results 11 issues of Qi Chen

## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose...

meta-change

## Proposed changes #31442 [Feature] (iceberg-writer) Implements iceberg sink basic functionality for inserting into table. Currently only insert into and CTAS are supported. Among them, insert into supports unpartitioned tables...

## Proposed changes backport #35012 #35320 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the...

kind/test

## Proposed changes Fix partition column orders issue when the partition fields inserted into the target table are inconsistent with the field order of the query source table and the...

approved
reviewed

## Proposed changes ### Issue: ``` /home/zcp/repo_center/doris_master/doris/be/src/common/signal_handler.h:421 1# PosixSignals::chained_handler(int, siginfo*, void*) [clone .part.0] in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so 2# JVM_handle_linux_signal in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so 3# 0x00007F963FA9D090 in /lib/x86_64-linux-gnu/libc.so.6 4# doris::vectorized::VHivePartitionWriter::_build_partition_update() at /home/zcp/repo_center/doris_master/doris/be/src/vec/sink/writer/vhive_partition_writer.cpp:215 5# doris::vectorized::VHivePartitionWriter::close(doris::Status const&)...

dev/2.1.x

## Proposed changes ### Issue The following sql and when the dictionary column contains functions related to null, the results will be incorrect. ``` select * from ( select IF(o_orderpriority...

## Proposed changes [Configurations] (multi-catalog)Fix enable_orc_filter_by_min_max functionality, the mistake for #35012. ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by...

approved
reviewed

## Proposed changes Issue Number: close #31442 (Fix) [hive-writer] Fixed the issue when partition values contain spaces when writing to s3. ### Error msg ``` org.apache.doris.common.UserException: errCode = 2, detailMessage...

dev/2.1.x

[Feature] (hdfs-native-client) Added custom logger to print errors to stderr instead.

## Proposed changes [Configuration] (transactional-hive) Add `skip_checking_acid_version_file` session var to skip checking acid version file in some hive envs.