1. ac1e0a8 [chore](cloud) Enable txn lazy commit by default in FE (#61506) by Gavin Chou · 24 hours ago master
  2. f467595 [fix](orc)fix coredump because rewriteLeaves function heap-use-after-free. (#61138) by daidai · 29 hours ago
  3. 010f470 [Refactor](Multi Catalog) Unify external meta cache framework (#60937) by Socrates · 32 hours ago
  4. 7a3ee36 [fix](cloud) checkpoint save cloud tablet stats to image (#60705) by meiyi · 2 days ago
  5. a076c13 [fix](cloud) reject ADMIN SET REPLICA VERSION in cloud (#60875) by deardeng · 2 days ago
  6. 74b8df6 [feat](proto) Add busy error code for MS (#61514) by Yixuan Wang · 2 days ago
  7. 42e9f65 [Bug](function) add ndv decimalv2 support (#61546) by Pxl · 2 days ago
  8. 51fa220 [improve](partition) Increase partition limit defaults to 20000 and add near-limit metrics (#61511) by Yongqiang YANG · 2 days ago
  9. ec12ab6 [fix](streamingjob) fix postgres DML silently dropped on task restart (#61481) by wudi · 2 days ago
  10. dd2d63f [test](filecache) add some file cache ttl system test (#60990) by chunping · 2 days ago
  11. d4fbfb9 [fix](typeCoercion) remove checkLegalityBeforeTypeCoercion in sum and avg (#59602) by seawinde · 2 days ago
  12. c7089fa [fix](filecache) BlockFileCache use-after-free caused by destructor order (#61192) by zhengyu · 2 days ago
  13. f28cbd3 [fix](set) fix coredump of set op if total data size exceeds 4G (#61471) by TengJianPing · 2 days ago
  14. 9ff4207 [bugfix](zonemap string) datetimev2 should always using scale 6 to produce string (#61529) by yiguolei · 2 days ago
  15. 4fbc466 [improve](Streamingjob) add macaddr8/xml/hstore and array element type for PostgreSQL (#61433) by wudi · 2 days ago
  16. 109f2e0 [feature] Treat JuiceFS (jfs://) as HDFS-compatible in FE/BE (#61031) by Chenjunwei · 2 days ago
  17. f2ab237 [feature](cache) support file cache admission control (#59065) by Wen Zhenghu · 2 days ago
  18. 824301e [Improve](variant) Implement NestedGroup streaming compaction path (#61383) by lihangyu · 2 days ago
  19. d0f5115 [chore](ci) run CI if file in fs_brokers/cdc_client changed (#61491) by Dongyang Li · 2 days ago
  20. 3017482 [Improve](Streamingjob) support exclude_columns for Postgres streaming job (#61267) by wudi · 2 days ago
  21. f33c681 [opt](build)make checkstyle.xml compatible to vscode (#61431) by minghong · 2 days ago
  22. 858332c [fix] Preserve CurrentConnected in frontends() TVF (#61087) by deardeng · 3 days ago
  23. c99d3d2 [chore](ci) Add timeout and improve error handling for OpenCode review workflow (#61530) by zclllyybb · 3 days ago
  24. b7b8fd4 [refactor](profile) Normalize runtime profile naming conventions and centralize counter constants (#61371) by Mingyu Chen (Rayner) · 3 days ago
  25. b0d1e37 [env](compiler)Reduce hash join build template instantiations (#61349) by Mryange · 3 days ago
  26. 90f1eb8 [Opt](freshness tolerance) Continue to capture rowsets when the rowset is not in `_rowset_warm_up_states` (#61238) by bobhan1 · 3 days ago
  27. 18e5dda [fix](hive) Fix Hive DATE timezone shift in external readers (#61330) by Socrates · 3 days ago
  28. 73223fa [chore](variant) deprecate flatten nested property (#61466) by lihangyu · 3 days ago
  29. a2ff322 [improve](sdk) add gzip compression support for stream load (#61373) by wudi · 3 days ago
  30. 0bf576b [improve](cloud) cloud reduce get_tablet_stats rpc to meta_service (#60543) by meiyi · 4 days ago
  31. f5a009f [fix](test) fix regression test max_min_filter_push_down (#61437) by feiniaofeiafei · 4 days ago
  32. 322aa4c [fix](streamingjob) fix streaming insert job not refreshing TVF props after ALTER SQL (#61451) by wudi · 4 days ago
  33. e917993 [feat](http) Support update and show config for recycler and meta-service (#60816) by Yixuan Wang · 4 days ago
  34. b8cd32a [enhancement](zonemap) add beut for olap string convertor for zonemap (#61277) by yiguolei · 4 days ago
  35. 7064d4b [Fix](p0) Fixed the issue that testFoldConstant was interfered by enable_sql_cache and could not be tested correctly. (#61328) by linrrarity · 4 days ago
  36. 93e2d68 [fix](ci) fix condition of related file changed (#61457) by Dongyang Li · 4 days ago
  37. 376f4a3 [Fix](warmup) Fix wrong rowset data size when calculating timeout of waiting delay compaction (#61188) by bobhan1 · 4 days ago
  38. 1aa0b8b [chore](ci) Update branch-4.1 condition for thrift setup (#61456) by Dongyang Li · 4 days ago
  39. a0bc783 [feat](spill) Support multi-level partition spilling (#61212) by Jerry Hu · 4 days ago
  40. 09f7287 [Opt](cloud) Notify BE to make committed rowset visible directly after txn commit without fetching from meta service (#59754) by bobhan1 · 4 days ago
  41. bf27b18 [feat](cloud) Add lock wait and bthread schedule delay metrics to SyncRowset profile (#61036) by bobhan1 · 4 days ago
  42. ed727bf [refactor](config) Fix English grammar in ConfField description strings and remove Chinese part (#61403) by Mingyu Chen (Rayner) · 4 days ago
  43. fee877b [fix](filecache) avoid SIGSEGV in background LRU update when clear cache (#60533) by zhengyu · 5 days ago
  44. 3988562 [Fix](query cache) support partition-based instance parallelism (#60974) by 924060929 · 5 days ago
  45. 625b0c4 [fix](backup) reject upload snapshots on broken storage path (#61251) by Luwei · 5 days ago
  46. e2a678c [Enhancement](recyclebin) Optimize lock granularity in CatalogRecycleBin (#61366) by morrySnow · 5 days ago
  47. 86bc5cd [clean](function) remove FunctionSet class (#61378) by morrySnow · 5 days ago
  48. f314d96 [refactor](Expr) Extract getString* methods to ExprToStringValueVisitor (#61304) by morrySnow · 5 days ago
  49. 2887c28 [fix](local shuffle) Fix local shuffle strategy (#61057) by Gabriel · 5 days ago
  50. fd05761 [fix](build) Fix --whole-archive linker error on macOS (#61291) by Jack · 5 days ago
  51. 26c1950 [feature](score) support BM25 scoring in inverted index query_v2 (#59847) by zzzxl · 5 days ago
  52. e5d4e98 [fix](cloud) fix segment footer CORRUPTION not triggering file cache retry (#61386) by Siyang Tang · 5 days ago
  53. 9189765 [feature](build) Add build profiling support via DORIS_BUILD_PROFILE (#61410) by shuke · 5 days ago
  54. c655b1a [fix](lazy materialize) set uniqueId for lazy materialized slots (#61029) by minghong · 5 days ago
  55. ae65747 [refactor](oss) unify FE OSS filesystem with Jindo (#61269) by Calvin Kirs · 5 days ago
  56. 2edc65c [feat](auth) support querying authentication integrations from system table (#61246) by Calvin Kirs · 5 days ago
  57. 13a1963 [feat](condition cache) Support condition cache for external table (#60897) by TengJianPing · 5 days ago
  58. b68c77d [refactor](nereids) Preserve plan node id across withXxx() copy methods (#61343) by minghong · 5 days ago
  59. 917c999 [fix](constraint) Fix NPE in PrimaryKeyConstraint when loading old metadata (#61342) by minghong · 5 days ago
  60. 6f2b641 [fix](test) Fix BDB JE resource leak in BDBEnvironmentTest causing FE UT timeout (#61404) by Mingyu Chen (Rayner) · 5 days ago
  61. 6ea3ed3 [ci](branch-4.1) set required and manager can skip buildall (#61293) by Dongyang Li · 5 days ago
  62. 76511c1 [fix](decimalv2) fix wrong result of abs(decimalv2) (#61397) by TengJianPing · 5 days ago
  63. 925e257 [enhance](auth) introduction of ldaps support via configuration property (#60275) by iaorekhov-1980 · 5 days ago
  64. a597240 [Fix](mv) Fix ConcurrentModificationException in PartitionCompensator (#61145) by Sahil Devgon · 6 days ago
  65. 46316fb [emhancement](compaction) disable compaction pause on high memory by default (#61288) by Luwei · 6 days ago
  66. c96f348 [fix](sync_point) Fix heap-use-after-free in SyncPoint during program exit (#61040) by Yixuan Wang · 6 days ago
  67. 863419f [chore](be) add new be.conf config workload_policy_check_interval_ms (#60766) by yiguolei · 6 days ago
  68. 7c526c5 [test](auth)Resolve the conflict in the backup auth case (#61384) by zfr95 · 6 days ago
  69. a81a815 [fix](Azure)Fix Azure endpoint detection for sovereign clouds with force-global config support (#60903) by Calvin Kirs · 6 days ago
  70. f73f3e6 [chore](build) fix env.sh LANG set on MacOS (#61365) by morrySnow · 6 days ago
  71. 894474b [chore](github)Update .asf.yaml to remove inactive contributors (#61376) by Calvin Kirs · 6 days ago
  72. 77d544b [feature](scan) Add value predicate pushdown control for MOR tables (#60513) by Yongqiang YANG · 6 days ago
  73. 2e2c5f6 [opt](cloud) Support fdb locality aware load balancing (#61312) by walter · 6 days ago
  74. c6c76e9 [feat](group commit) add group_commit_mode in table property (#61242) by meiyi · 6 days ago
  75. f98848d [chore](fe) upgrade okhttp to 5.3.2 (#61263) by Calvin Kirs · 6 days ago
  76. b085187 [fix](es-catalog) Fix query error when ES keyword field contains array data (#61236) by Mingyu Chen (Rayner) · 6 days ago
  77. 8c0b379 [enhance](load) exclude version-gap replicas from success counting in quorum success (#60953) by hui lai · 6 days ago
  78. 9770ecf [refactor](jdbc) Unify JDBC scanning into FileQueryScanNode/JniReader framework (#61141) by Mingyu Chen (Rayner) · 6 days ago
  79. 2205eff [fix](catalog) avoid external catalog refresh deadlock (#61202) by Socrates · 6 days ago
  80. 03a9b93 [feat](storage) add read_null_map support for COUNT_NULL push down aggregate (#60996) by HappenLee · 6 days ago
  81. ac97a2c [feature](nereids) add RewriteSimpleAggToConstantRule to rewrite simple agg to constant (#61183) by minghong · 6 days ago
  82. e35ec77 [test](doc) Add regression test for ASOF JOIN documentation examples (#61351) by zclllyybb · 6 days ago
  83. 0ceacf6 [fix](ci) Add error handling and PR notification for OpenCode review failures (#61334) by zclllyybb · 6 days ago
  84. 3e0dd36 [chore](fe) remove redundant test dependencies (#61294) by Calvin Kirs · 6 days ago
  85. 5fa5e0e [chore](test) Make results of array_union sorted by array_sort in test cases (#61333) by Jerry Hu · 7 days ago
  86. f4d58b3 [fix](load) fix load memory usage is more than branch-3.1 (#61173) (#61327) by TengJianPing · 7 days ago
  87. 5ad9253 [fix](test) remove duplicate tvf test cases (#61311) by MoanasDaddyXu · 8 days ago
  88. 365fea6 [cleanup] remove pipeline dir (#61319) by ivin · 8 days ago
  89. c28fe0c [fix](cloud) modify CloudTabletRebalancer and CloudTabletStatMgr to reduce memory (#61318) by meiyi · 8 days ago
  90. 0d46c10 [opt](Nereids) strip redundant widening integer cast in SumLiteralRewrite (#61224) by minghong · 9 days ago
  91. 96ce624 [fix](build) Fix wrong ccache argument for BE UT and display (#61305) by zclllyybb · 9 days ago
  92. 2bed042 [fix](constraint) start failed if Catalog connect failed. (#61299) by morrySnow · 9 days ago
  93. a14befc [cleanup](fe) Remove legacy ClusterNamespace class (#61256) by morrySnow · 9 days ago
  94. b5b90ef [env](compiler) reduce template instantiation in scan_operator to improve compile time (#61227) by Mryange · 9 days ago
  95. fbe4993 [fix](job) fix streaming job fails with "No new files found" on second scheduling (#61249) by wudi · 9 days ago
  96. aef4694 [refactor](be) Move PackedUInt128 to packed_int128.h (#61250) by Chenyang Sun · 9 days ago
  97. a771037 [Improvement](streaming-agg) adjust single streaming threshold (#61104) by Pxl · 9 days ago
  98. 986e410 [Bug](profile) fix wrong count of scan wait worker timer (#61064) by Pxl · 9 days ago
  99. a69cf85 [fix](job) fix streaming job stuck when S3 auth error is silently ignored in fetchRemoteMeta (#61284) by wudi · 9 days ago
  100. 382664f [fix](streaming) Fix NPE in StreamingInsertJob when MetricRepo is not initialized during replay (#61253) by wudi · 9 days ago