lide-reed commented on PR #28165:
URL: https://github.com/apache/doris/pull/28165#issuecomment-1846521164

   [branch-1.2](backup-restore) add config for upload/download task num per be 
(#27946)
   [fix](planner)fix bug of process sequence column in insert statement (#27483)
   [branch-1.2](broker) not print broker request detail default (#27126) 
(#27774)
   if broker detail contails ak/sk or some sensitive information, not print 
these info default in log
   Signed-off-by: nextdreamblue <[email protected]>
   [branch-1.2](bug) Fix be core in If function with array #27646
   select coordinator node from user's tag when exec streaming load (#27106) 
(#27680)
   [branch-1.2](bug) Fix heap-use-after-free in the bitmap functions #27647
   [enhancment](log) Remove unnessary log when load tablet of which state is 
tablet_shutdown to speed up recovery when restart (#27654)
   [branch-1.2](recover) support skipping missing version in select by session 
variable (#27075)
   This commit support session variable skip_missing_version to control the 
query behavior.
   If `skip_missing_version` is set to true, the query will always try to 
select the one with the highest lastSuccessVersion among all surviving BE 
replicas.
   If `skip_missing_version` is set to true, the query will always skip the 
missing rowsets in BE and only return the data from existing rowsets.
   [branch-1.2-bug](SchemaChange) Loading tasks during alter job cause modify 
column failed #27302
   [fix](hive-catalog) fix issue when read hive table stored on tencent OFS 
(#26960)
   [Chore](decimal) make decimal value parse fail information readable (#26381)
   * [Chore](decimal) make decimal value parse fail information readable
   * fix bug
   [bug](es) es execute expr cause execute error (#27046)
   [Enhancement](Spark Reader) support spark connecotr read datev2 and 
datetimev2 and bitmap (#26604)
   Improvement](iceberg-catalog) Add iceberg metadata cache (#26602)
   backport #22336
   [Improvement](auditlog) add column catalog for audit log and audit log table 
(#26515)
   [branch-1.2](AggregationNode) fixed a bug that needed to be released if data 
had null keys (#26493)
   [fix](export)build_key_ranges_and_filters should not change original range 
after executing extend_scan_key function (#26462)
   [fix](thrift)limit be and fe thrift server max pkg size,avoid accepting 
error or too large package causing OOM (#26179)
   [branch-1.2](bug)  fix fe schedule clone task stuck in running state #26397
   [fix](function) the result of timestampdiff() is wrong (#26154)
   [branch-1.2](cherry-pick) Add build version in backup snapshot info
   The snapshot info uploaded to S3 obj system by backup job is a json file, 
which is useful for us to get information about this snapshot.
   If we add version info to the JSON file, we can know what version of the 
cluster used to manufacture this snapshot was, in order to prevent restoring 
the newer version of the snapshot to the older version of the cluster.
   [fix](catalog) wrong required slot info of iceberg causing BE crash (#26114)
   [Improvement](iceberg) add switch to controll whether load default hdfs conf 
when creating hms client (#26124)
   [branch-1.2](TabletScheduler) Fix need further repair task stuck in running 
state #25991
   [cherry-pick](udf)fix java-udf memory leak (#25903)
   cherry-pick from master: #25151
   [branch-1.2](bug) Fix revise tablet causes replica_id is 0 in tablet meta in 
version 1.2 (#25728)
   [fix](Outfile) Fix exporting cast expression issue (#25750)
   [fix](load) fix cancel load job bug, ignore CANCELLED status job (#25118)
   Update sidebars.json (#25647)
   [typo](doc)delete error doc (#25624)
   [branch-1.2](scanner) Fix memory out of bound in scanner scheduler (#25311)
   [branch1.2](test) fix test cases
   [branch-1.2] fix code format after merge
   [Fix](Planner) disable bitmap type in compare expression (#24792)
   Problem:
   be core because of bitmap calculation.
   Reason:
   when be check failed, it would core directly.
   Example:
   SELECT id_bitmap FROM test_bitmap WHERE id_bitmap IN (NULL) LIMIT 20;
   Solved:
   Forbidden this kind of expression in fe when analyze. And also forbid bitmap 
type comparing in other unsupported expressions.
   [fix](planner)SelectStmt's constructor should initialize originSelectList 
member (#24755)
   resetSelectList method will use originSelectList to recover the origin 
select list. If the originSelectList is lost in constructor, the 
resetSelectList will fail to recover and make the analyze process fail.
   [fix](planner) do not support UDF without paramter (#24730)
   for example:
   CREATE ALIAS FUNCTION f() WITH PARAMETERS() AS now();
   [fix](planner) statement run successful but log error msg in audit log 
(#24628)
   legacy planner will set error msg when throw AnalysisException.
   However, in some place, we catch these exception and muted them.
   So, we should reset back error msg and error code.
   [fix](planner) having clause analyze bug #24288
   [fix](planner)cast string to float like type should return NULL literal if 
it fails (#24222)
   [Fix](Parquet Reader)Branch 1.2 lts bugfix (#24094)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to