1. 65d7ad8 [doc](be) Add allocator-aware memory review guidance (#62382) by Jerry Hu · 8 hours ago master
  2. 13a1090 [fix] (storage) Fix pointer dereference bug in LocalFileSystem::list_impl (#60907) by xuchenhao · 9 hours ago
  3. 5c560d4 [fix](fe) Preload paimon jindo for paimon scanner (#62350) by Calvin Kirs · 21 hours ago
  4. 795a4d0 [refactor](fe) Extract toThrift from descriptor classes into DescriptorToThriftConverter (#62312) by morrySnow · 36 hours ago
  5. b74f32f [Fix](compile) fix missing headers (#62340) by zclllyybb · 2 days ago
  6. 000395d [fix](fe) Fix redundant aggregation in agg-union query plan (#62231) by feiniaofeiafei · 2 days ago
  7. 2a81234 [fix](fe) Return early for non-master stream load precommit (#62109) by Xin Liao · 2 days ago
  8. 60f736e [chore](docker) Make DORIS_CLOUD_PREFIX unique with timestamp and UUID suffix (#62275) by walter · 2 days ago
  9. 8e7da14 [improvement](be) Remove redundant compile check wrappers (#62300) by zclllyybb · 2 days ago
  10. a395639 [test](regression) Shorten generated HMS and DLF identifiers in catalog case (#62313) by Calvin Kirs · 2 days ago
  11. 6f21ae4 [fix](cloud) Add predecessor instance id (#62276) by walter · 2 days ago
  12. 3d75942 [chore](build) Add code style enforcement documentation, skills, and clang-tidy script (#62307) by Pxl · 2 days ago
  13. 61ab069 [fix](tvf) fix tvf return error since thrift message too large to reach limit (#61788) by Guangming Lu · 2 days ago
  14. 7aa904c [refine](function) split monolithic function_string.h into domain-specific files (#62262) by Mryange · 2 days ago
  15. 5d64780 [config] Change default value of max_bucket_num_per_partition to 768 (#62286) by Gavin Chou · 2 days ago
  16. a8ef64b [fix](fe-dep) upgrade vulnerable dependencies (#62274) by Calvin Kirs · 2 days ago
  17. e2e5159 [feature](fe) Add information_schema role mappings table (#62077) by Calvin Kirs · 2 days ago
  18. d23d9ca [fix](be) Restore workload group limit refresh after memory recovery (#62070) by Jerry Hu · 2 days ago
  19. dd59f47 [fix](cloud) Delete local rowsets before add_rowsets in cloud schema change (#62256) by bobhan1 · 2 days ago
  20. c2f9c2f [fix](ldap) Improve LDAP authentication resiliency and diagnostics (#61673) by seawinde · 2 days ago
  21. 4813be5 [improvement](fe) Enhance COALESCE simplification to remove all NullLiterals (#62266) by Pxl · 2 days ago
  22. 91d349c [chore](expr) decouple Expr from unnecessary class (#62279) by morrySnow · 2 days ago
  23. e45d3ce [refactor](desc) use TupleID in SlotDescriptor to avoid import TupleDescriptor in it (#62280) by morrySnow · 2 days ago
  24. 11406e9 [refactor](Descriptor) remove TupleDescriptor's TableRefInfo (#62290) by morrySnow · 2 days ago
  25. 9fdcd55 [Chore](tool) enlarge tpch sf1000 supplier buckets number (#62214) by Pxl · 2 days ago
  26. c2cc299 [chore](join node) remove useless innerRef field in JoinNodeBase (#62292) by morrySnow · 2 days ago
  27. 791c56d [feature](inverted index) support DROP INDEX ON PARTITION for inverted index (#62181) by Jack · 2 days ago
  28. 0f7a1c3 [opt](expr) Remove FixedContainer optimization for StringValueSet (#62243) by Mryange · 3 days ago
  29. 8c53f07 Support ANN index on MoW table (#61994) by ivin · 3 days ago
  30. fa7584c [opt](mv) simplify get base column names' way (#62228) by morrySnow · 3 days ago
  31. 2014238 [fix](fe) Fix SHOW BACKENDS field order mismatch (#62207) by HappenLee · 3 days ago
  32. 61b241c [Enhancement](optimizer) Support multi-mode CTE inline strategy (#60601) by minghong · 3 days ago
  33. eb2567d [opt](nereids) optimize length(str_col) by only read offset sub column (#62205) by minghong · 3 days ago
  34. b6e5f22 [fix](balance) Fix PartitionRebalancer generating invalid moves to BEs without required storage medium (#62206) by deardeng · 3 days ago
  35. 589b6a5 [fix](cloud) Avoid recycle the instance which has successor (#62234) by walter · 3 days ago
  36. dded5cd [fix](auditlog) fix AuditLoaderPlugin occasional occurrence garbled Chinese characters in audit logs (#61902) by Guangming Lu · 3 days ago
  37. 1063e209 [chore](RF) use a mock tuple descriptor to init CTEScanNode (#62235) by morrySnow · 3 days ago
  38. 443ae22 [Chore](pipeline) make wake up do not return error (#62190) by Pxl · 3 days ago
  39. dc9b25f [chore](physcial plan) remove useless call of SlotDesc's parent (#62233) by morrySnow · 3 days ago
  40. 91d2bc2 [opt](memory) limit max block bytes per batch in the write path (#61821) by hui lai · 3 days ago
  41. d2a9be1 [fix](test) fix unstable test agg_strategy_variable (#62169) by feiniaofeiafei · 3 days ago
  42. 2ea624e [chore](fe-dep)Update aircompressor version to 2.0.3 (#62239) by Calvin Kirs · 3 days ago
  43. 0ccaaf4 [fix](test) Make S3FileWriter boundary test multipart mock thread-safe (#62149) by Yixuan Wang · 3 days ago
  44. bb21787 [improve](job) Support internal pass-through properties with "__" prefix in streaming job (#62193) by wudi · 3 days ago
  45. 78da3c9 [fix](delete) avoid quorum stalls on delete push failures (#61647) by Siyang Tang · 3 days ago
  46. ff36db5 [fix](memory) track IO layer read buffers via MemTrackerLimiter using PODArray (#62032) by hui lai · 3 days ago
  47. 06d114b [Fix](pyudf) Fix import conflicts for modules with the same top-level name (#62167) by linrrarity · 3 days ago
  48. c9c2a5c [feature](RoutineLoad) Support RoutineLoad IAM auth (#61324) by 黄瑞鑫 · 3 days ago
  49. 2f172a9 [refine](code) Add comments and benchmarks for ColumnView. (#61678) by Mryange · 4 days ago
  50. 629ab2f [improvement](be) Optimize array distance functions to avoid material… (#61969) by zhiqiang · 4 days ago
  51. 6ea8fa5 [fix](pipeline) Prevent wake_up() from submitting finalized task to scheduler (#62155) by Pxl · 4 days ago
  52. 1cf74d1 [fix](paimon) add jindo oss support and token propagation (#62106) by Calvin Kirs · 4 days ago
  53. e41a7fb [chore](fe) clean some code (#62171) by morrySnow · 4 days ago
  54. ebf08f2 [fix](doris catalog) FragmentMgr should not cancel virtual doris cluster query (#62135) by HonestManXin · 4 days ago
  55. 9c226f5 [fix](regression) isolate ann_index_p0 table names (#62178) by zhiqiang · 4 days ago
  56. 7ad6489 [fix](memtable) using memtable memory instead of load memory to calculate adaptive write buffer size (#62104) by hui lai · 4 days ago
  57. b95bf64 [refactor](fe) Decouple analysis.DateLiteral from nereids.util.DateUtils (#62154) by morrySnow · 4 days ago
  58. c396335 [fix](fe) Fix NoSuchElementException when count with MATCH_ALL expression (#62172) by HappenLee · 4 days ago
  59. 7bd2dda [bugfix] fix doris build failure because of no cuda support scene, and add FAISS_ENABLE_GPU switch to enable it or not by user, default value as OFF (#62133) by heguanhui · 4 days ago
  60. b31412a [chore](cloud) Change range iterator check pattern from do...while() to while() to get better robustness (#59019) by Gavin Chou · 4 days ago
  61. 0ba5b45 [refactor](fe) Decouple DecimalLiteral from SessionVariable (#62166) by morrySnow · 4 days ago
  62. a2bc37f [fix](auth) Fix HTTP API authentication framework for admin operations (#60761) by Gavin Chou · 4 days ago
  63. 094438f [refactor](fe) Introduce pluggable filesystem SPI to unify cloud/storage and fe-core/fs (#62023) by Mingyu Chen (Rayner) · 4 days ago
  64. 361bbed [fix](profile) populate inverted index metrics for SEARCH() query path (#62121) by Jack · 4 days ago
  65. 6365495 [fix](audit) Fix UnboundAlias digest when name comes from child (#62160) by HonestManXin · 4 days ago
  66. 0e4ffd0 [refine](be) remove -Wno-deprecated-declarations and fix all deprecated usages (#62098) by Mryange · 5 days ago
  67. 32d4026 [fix](metrics) Fix prepared statement QPS metrics not counted when audit log disabled (#61621) by Jimmy · 5 days ago
  68. 9587319 [chore](beut) using uuid as dir name to make the test more stable (#62127) by yiguolei · 5 days ago
  69. 2cf8a38 [fix](lineage) Propagate connectAttributes through FE forward path for scheduleInfo (#62082) by seawinde · 5 days ago
  70. 9c7ec9e [fix](tpcds) Change sr_ticket_number and ss_ticket_number to bigint in SF10000 schema (#62158) by zclllyybb · 5 days ago
  71. a0b9e37 [Bug](function) fix wrong result of window funnel v2 + deduplication/fixed mode (#62043) by Pxl · 5 days ago
  72. 03290d2 [feature](tso) Add global monotonically increasing Timestamp Oracle(TSO) (#61199) by Jingzhe Jia · 5 days ago
  73. f754d72 [refactor](build) Extract third-party filesystem JAR packaging into post-build.sh (#62144) by Mingyu Chen (Rayner) · 5 days ago
  74. d224c08 [opt](memory) Remove unused fields from CloudReplica (#62125) by Yongqiang YANG · 5 days ago
  75. 1668203 [bugfix] fix show partitions command for external catalog validations incompatible with partitions tvf (#62134) by heguanhui · 5 days ago
  76. 4ad3989 [fix](fe) Fix null pointer exception in sessionVariables after upgrade (#61959) by feiniaofeiafei · 5 days ago
  77. a770f16 [Feature](compaction) add CompactionTaskTracker with system table and HTTP API (#61696) by Jimmy · 5 days ago
  78. 405541b [fix](tvf) fix wrong backend assignment for insert into local tvf (#62143) by Mingyu Chen (Rayner) · 5 days ago
  79. 0a3bea5 [refactor](fe) Decouple SlotRef dependencies: GlobalVariable, Column serialization, Expr visitor (#61918) by morrySnow · 5 days ago
  80. 157a35e [opt](explode) Optimize explode_outer and posexplode (#62069) by TengJianPing · 5 days ago
  81. a8c8905 [fix](jdbc) Preserve query tvf column aliases across JDBC catalogs (#61939) by daidai · 7 days ago
  82. d1e09c4 [feat](fe) Add ClusterGuard SPI interface for cluster-level policy enforcement (#62031) by Mingyu Chen (Rayner) · 8 days ago
  83. 186a53e [opt](memory) Remove unused dbId field from CloudReplica (#62079) by Yongqiang YANG · 8 days ago
  84. 3160231 [Bug](pipeline) do not set shared hash table signaled when task terminated (#62056) by Pxl · 9 days ago
  85. 9689b82 [fix](fe) Enable fuzzy for enable_query_cache (#62087) by HappenLee · 9 days ago
  86. ac27e4b [env](compiler) Reduce compile time of aggregate_function_reader_replace.cpp (#62047) by Mryange · 9 days ago
  87. 977c1f1 [Bug](pipeline) do not treat BLOCKED->FINISHED as error when wake_up_early is true (#61989) by Pxl · 9 days ago
  88. 84c1c36 [fix](compaction) Remove upper limit for vertical_compaction_num_columns_per_group (#61992) by Chenyang Sun · 9 days ago
  89. 6fb376a [opt](memory) Remove unused indexId field from CloudReplica (#62080) by Yongqiang YANG · 9 days ago
  90. 632f791 [Exec](be) Support offset prue column and null column in BE (#61888) by HappenLee · 9 days ago
  91. d5e9518 [Bug](scan) Preserve IN_LIST runtime filter predicates when key range is a scope range (#62027) by Pxl · 9 days ago
  92. 1ce2e40 [fix](scan) Fix missing predicate filter when Native and JNI readers are mixed in FileScanner (#61929) by Wen Zhenghu · 9 days ago
  93. 0adc790 [fix](variant) preserve subcolumns after row-store partial update (#62067) by lihangyu · 9 days ago
  94. 20b05a9 [chore](ci) Remove author association check from opencode-review workflow (#62074) by zclllyybb · 9 days ago
  95. e4ed81f [fix](spill) Fix revocable_mem_size to return 0 when partition reaches max repartition depth (#61973) by Jerry Hu · 9 days ago
  96. e61837c [fix](backup) Fix UnsupportedOperationException in RestoreCommand by copying properties before modification (#61890) by walter · 9 days ago
  97. c116852 [feature](fe) Integrate OIDC authentication, MySQL login bridge, and role mapping (#61819) by Calvin Kirs · 9 days ago
  98. 4eab83d [improvement](build) Limit hive bootstrap data by version (#61852) by Chenjunwei · 9 days ago
  99. d4c19da [fix](regression) Add external regression stage timing summary (#61869) by Chenjunwei · 9 days ago
  100. 4434ba4 [refine](predicate) reduce HybridSet/InListPredicate template bloat and fix create_string_value_set bug (#61999) by Mryange · 9 days ago