Commit Graph

  • 89754eb200 [doc](inverted index) inverted index introduction and usage doc (#16628) Kang 2023-02-14 00:04:49 +08:00
  • 36955a6769 [regression-test](dynamic-table) add regression test for dynamic table (#16656) lihangyu 2023-02-14 00:03:19 +08:00
  • 18fff8ec0a [doc](dynamic-table) Add docs for dynamic-table (#16669) lihangyu 2023-02-14 00:02:06 +08:00
  • 5014ad03e7 [feature](cooldown) Auto delete unused remote files (#16588) plat1ko 2023-02-13 23:59:39 +08:00
  • 77a3288ce7 [feature](Nereids) support window function (#14397) YangShaw 2023-02-13 21:20:56 +08:00
  • c620e06f6a [Enhencement](Broker reader)Use smart Pointer instead of native Pointers in broker reader Tiewei Fang 2023-02-13 21:01:53 +08:00
  • 15d9dd114b [Fix](cpp17) fix gutil unary_function binary_function for cpp17 (#16670) Jack Drogon 2023-02-13 20:30:10 +08:00
  • e7af583935 [typo](docs)fix the alter frontend statement description (#16642) yongkang.zhong 2023-02-13 20:29:11 +08:00
  • a34cc6ed23 [Refactor](exchange) Remove unless variable and change block mem count way (#16668) HappenLee 2023-02-13 19:14:01 +08:00
  • ded698127e [fix](planner) fix bug for missing slot (#16601) minghong 2023-02-13 15:27:47 +08:00
  • 77be0d13c3 [BugFix](Load) Add a secure path for MySql Load to load local file from fe node (#16653) huangzhaowei 2023-02-13 14:39:51 +08:00
  • 8317c4a752 [Bug](cooldown) set new replica id when early exit in doing clone when no missed versions (#16644) AlexYue 2023-02-13 14:39:03 +08:00
  • be9385d40a [improvement](lock raii) use raii to lock and unlock (#16652) yiguolei 2023-02-13 14:06:36 +08:00
  • 890a51838e [typo](docs) fix doc (#16651) Liqf 2023-02-13 11:51:08 +08:00
  • 2a2ffacb5b retention function add 1.2 tags (#16465) caoliang-web 2023-02-13 11:33:06 +08:00
  • a2b9b9edd7 [fix](planner) fix bug in agg on constant column (#16442) minghong 2023-02-13 11:26:08 +08:00
  • 46dd887ae2 [fix](nereids) make slot binding compatible to original planner (#16612) minghong 2023-02-13 11:14:17 +08:00
  • 91c4d1cade [Feature-WIP](inverted index) step 1 for supporting range predicate pushing down to inverted index (#16615) airborne12 2023-02-13 10:30:51 +08:00
  • f41a2055d3 [feature](Load)Remove user/password in properties for mysql load to avoid double auth. (#16073) huangzhaowei 2023-02-13 10:00:08 +08:00
  • 80c1a99ef6 [enhance](Nereids): refactor JoinReorder code. (#16477) jakevin 2023-02-13 09:08:58 +08:00
  • 1de4e312cc [fix](metric) Fix be core when set enable_system_metrics to false in be (#16646) caiconghui 2023-02-12 23:01:41 +08:00
  • cf739e7496 [Enhancement](Stmt) Set insert_into timeout session variable separately (#16343) 奕冷 2023-02-12 16:56:10 +08:00
  • 78a958467f [improvement](Load) Make broker load support the properties of trim_double_quotes and skip_lines (#16622) huangzhaowei 2023-02-12 16:52:59 +08:00
  • 6a8fc35b78 [Bug](Cooldown) fix load balance causing no cooldown replica (#16641) AlexYue 2023-02-12 16:47:38 +08:00
  • 4e814a7bbc [enhance](community): polish PULL_REQUEST_TEMPLATE.md (#16499) jakevin 2023-02-12 16:39:02 +08:00
  • 0701ce1d71 [docs](docs)Fix Docker documentation description (#16643) FreeOnePlus 2023-02-12 16:37:51 +08:00
  • 4350c98b02 [improve](dynamic-table) change addColumns RPC interface fields from required to optional and and config doc (#16632) lihangyu 2023-02-11 20:57:10 +08:00
  • 274016f50e [fix](docker)Fix Docker init_be script (#16629) FreeOnePlus 2023-02-11 16:15:48 +08:00
  • 09b7c22f6b [Opt](exec) remove unless null key when no split in convert key range (#16624) HappenLee 2023-02-11 15:44:35 +08:00
  • aba843bb2b [Improvement](inverted index) inverted index query match bitmap cache (#16578) Kang 2023-02-11 13:38:58 +08:00
  • 37d1519316 [WIP](dynamic-table) support dynamic schema table (#16335) lihangyu 2023-02-11 13:37:50 +08:00
  • e99202754e [UT-Fix](MTMV) Fix MTMV FE UT bugs (#16513) huangzhaowei 2023-02-11 11:00:20 +08:00
  • b155fc07f6 [fix](fragment thread) fix thread in fragment thread pool hang (#16608) YueW 2023-02-11 09:05:10 +08:00
  • 171ae2892f [improvement](batch size) pass batch size of exec engine to storage engine (#16614) TengJianPing 2023-02-11 09:01:44 +08:00
  • 8749aedbae [Bug](point query) make get_rowset thread safe (#16609) lihangyu 2023-02-10 23:54:56 +08:00
  • c3110f8153 [fix](merge-on-write) fix that the query result has duplicate keys when load with sequence column (#16587) Xin Liao 2023-02-10 22:31:05 +08:00
  • e6abfed6d1 [fix](dlf) Support DLF by catalog properties and update the doc (#16573) slothever 2023-02-10 20:43:58 +08:00
  • 75847f7f6a [bugfix](exchange node) should not depend on eos to judge the ending of stream receiver (#16600) yiguolei 2023-02-10 20:35:49 +08:00
  • f95dc28719 [fix](auth)(meta) fix auto info missing when upgrading from 1.1 to 1.2 (#16595) Mingyu Chen 2023-02-10 20:34:56 +08:00
  • 3c3110b253 [Fix](Jdbc Catalog) jdbc catalog support to connect to doris database (#16527) Tiewei Fang 2023-02-10 20:24:40 +08:00
  • 3929e8214d [improvement](filecache) Use consistent hash to assign the same scan range into the same backend among different queries (#16574) Ashin Gau 2023-02-10 19:49:33 +08:00
  • 1cc735f20b [feature](docker)Refactor Image build script (#16528) FreeOnePlus 2023-02-10 18:30:54 +08:00
  • ad141747b4 [fix](inverted index) fix array type inverted index query error (#16582) YueW 2023-02-10 17:57:15 +08:00
  • 43eca4f209 [Feature-WIP](inverted index) Implementation for alter inverted index. (#16371) YueW 2023-02-10 17:56:17 +08:00
  • 6a5277b391 [fix](sequence-column) MergeIterator does not use the correct seq column for comparison (#16494) Xin Liao 2023-02-10 17:51:15 +08:00
  • 861f31205a [fix](window function) invalid order_by_start in VAnalyticEvalNode (#16589) Jerry Hu 2023-02-10 17:40:40 +08:00
  • 32188855ef [improve](topn) seperate multiget rpc to ThreadPool (#16598) lihangyu 2023-02-10 17:39:31 +08:00
  • 05103d88b2 [feature](docker)Add Doris Docker Build Script (#16522) FreeOnePlus 2023-02-10 17:18:26 +08:00
  • 1f631c388d [enhance](cooldown)accelerate cooldown task produce efficiency (#16089) AlexYue 2023-02-10 16:58:27 +08:00
  • c08c643ca0 [fix](test) disable failed ut 'SelectRollupIndexTest#testPreAggHint' temporarily (#16593) morrySnow 2023-02-10 16:36:15 +08:00
  • b99e2dc727 [bug](jdbc) fix jdbc can't get object of PGobject (#16496) zhangstar333 2023-02-10 16:19:02 +08:00
  • 06788bc2d0 [Bug](pipeline) Fix projection on streaming operator (#16592) Gabriel 2023-02-10 15:57:26 +08:00
  • da753d6e26 [typo](docs)delete char and varchar in java udf when create (#16566) lsy3993 2023-02-10 14:25:28 +08:00
  • ae325f546a [refactor](Nereids): mv AggregateStrategies to implementation rules (#16551) 谢健 2023-02-10 14:10:59 +08:00
  • a06baad7d7 [docs](docker) Add Run Docker cluster docs (#16520) FreeOnePlus 2023-02-10 14:07:07 +08:00
  • d9924c9b8e [Improvement](topn) add limit threashold session variable and fuzzy for topn optimizations (#16514) Kang 2023-02-10 12:56:33 +08:00
  • 8758cd412f [feature](auth)Implementing privilege management with rbac model (#16091) zhangdong 2023-02-10 12:30:49 +08:00
  • 379bef598d [fix-core](block) clear block row_same_bit when block reuse (#16172) xueweizhang 2023-02-10 12:21:27 +08:00
  • e9cd1d64ed (fix)[multi-catalog][nereids] Reset ExternalFileScanNode required slots after Nereids planner do projection. #16549 Jibing-Li 2023-02-10 11:28:01 +08:00
  • 1b3902baa2 [Feature](Complex-type) Add struct and map type to Doris (#16444) xy720 2023-02-10 11:00:33 +08:00
  • 0c20c607b2 fix stats (#16556) AKIRA 2023-02-10 11:00:01 +08:00
  • 885fe1516f [refactor](datev2) refine logics of auto conversion (#16552) Gabriel 2023-02-10 10:06:47 +08:00
  • ab9eb53049 [style](profile)Change Code-Checks Add Docker Dir (#16581) FreeOnePlus 2023-02-10 09:19:52 +08:00
  • e68299113e [fix](regression test) fix test_array_index.groovy without 'order by' lead to result mismatch (#16575) YueW 2023-02-10 08:53:22 +08:00
  • 266bb971a6 [Enchancement](function) display elements number on check_chars_length #16570 Pxl 2023-02-10 08:52:41 +08:00
  • c1a1275870 [fix](memory) Fix parquet load stack overflow (#16537) Xinyi Zou 2023-02-10 08:48:12 +08:00
  • 48780dcea0 [BugFix](cooldown) push correct cooldownttl to be (#16553) AlexYue 2023-02-10 08:45:04 +08:00
  • 4fcd6cd236 [refactor](remove unused code) remove load stream mgr (#16580) yiguolei 2023-02-10 07:46:18 +08:00
  • 438daaaf1c [enchancement](mv) forbidden craete useless mv in fe (#16286) Zhengguo Yang 2023-02-09 23:00:09 +08:00
  • ab34f418c3 [bugfix](information schema) sometimes fe throw thrift_rpc_error (#16555) yiguolei 2023-02-09 21:49:33 +08:00
  • 05ed1f751b [fix](planner)(Nereids) add date and datev2 signature to greatest and least function (#16565) morrySnow 2023-02-09 21:36:53 +08:00
  • 9f0fab8823 [typo](docs)Change the lowercase letters of the disk type example to uppercase (#16557) yongkang.zhong 2023-02-09 20:33:20 +08:00
  • 77b7b84c34 fix (#16322) wudi 2023-02-09 19:55:12 +08:00
  • 130b3599bc [Improvement](writer) make DeltaWriter close idempotent to be more robust (#16558) Kang 2023-02-09 19:48:23 +08:00
  • a038fdaec6 [Bug](pipeline) Fix bug in non-local exchange on pipeline engine (#16463) Gabriel 2023-02-09 19:22:40 +08:00
  • 539fd684e9 [improvement](filecache) use dynamic segment size to cache remote file block (#16485) Ashin Gau 2023-02-09 16:39:10 +08:00
  • 9090c5e4e5 [fix](docs) Fix memory & rowset count metrics (#16550) Xinyi Zou 2023-02-09 15:55:35 +08:00
  • 851a3575ae [fix](regression case) exclude test_broker_load suite, reopen after bug fix (#16554) chunping 2023-02-09 15:51:32 +08:00
  • ab4c718478 [fix](iceberg) remove s3 default temporary credentials #16543 slothever 2023-02-09 15:36:35 +08:00
  • ba4b6aa0c0 [hot-fix](cooldown) Fix unknown module cooldownJob when load fe image #16545 plat1ko 2023-02-09 15:36:01 +08:00
  • e48a033338 [Bug](pipeline) Support projection in UnionSourceOperator (#16525) Gabriel 2023-02-09 14:43:44 +08:00
  • 4b093d1ef6 [Bug](point query) when prepared statement used lazyEvaluateRangeLocations should clear bucketSeq2locations to avoid memleak (#16531) lihangyu 2023-02-09 14:41:07 +08:00
  • 7d035486ad [Opt](vec) opt the fast execute logic to remove useless function call (#16532) HappenLee 2023-02-09 14:12:40 +08:00
  • 646ba2cc88 [bugfix](scannode) 1. make rows_read correct 2. use single scanner if has limit clause (#16473) yiguolei 2023-02-09 14:12:18 +08:00
  • 21cdbec982 [fix](docs) fix some errors in docs (#16546) superche 2023-02-09 13:50:42 +08:00
  • 338277b748 [doc](flink-connector) Update the flink connector docs to the latest (#14856) Yun Tang 2023-02-09 12:48:59 +08:00
  • d52fab6316 [typo](docs)modified some text errors (#16544) Jenson97 2023-02-09 11:59:49 +08:00
  • 0142ef8b95 [improvement](scanner) Supports bthread scanner (#16031) Xiaocc 2023-02-09 10:24:56 +08:00
  • 531616b8ee [Fix](bucket)fix partition with no history data && AutoBucketUtilsTest (#16516) Drogon 2023-02-09 10:17:25 +08:00
  • 9f8753ffd2 [bugfix](vertical_compaction) fix base_compaction delete_sign handler (#16469) yixiutt 2023-02-09 10:13:41 +08:00
  • e1f1386395 [fix](cooldown) Rewrite update cooldown conf (#16488) plat1ko 2023-02-09 09:12:55 +08:00
  • e6b0d94459 [enhancement][docs] add docs for newly added two compaction method (#16529) (#16530) zhengyu 2023-02-09 09:07:33 +08:00
  • 2d7a9c9c11 add the batch interval time of sink in spark connector doc (#16501) Hong Liu 2023-02-09 08:39:30 +08:00
  • d1c6b81140 [Bug](log) add some log to find out bug (#16518) Gabriel 2023-02-08 21:23:02 +08:00
  • f0b0eedbc5 [fix](planner)group_concat lost order by info in second phase merge agg (#16479) starocean999 2023-02-08 20:48:52 +08:00
  • a512469537 [fix](planner) cannot process more than one subquery in disjunct (#16506) morrySnow 2023-02-08 18:46:06 +08:00
  • bb334de00f [enhancement](load) Change transaction limit from global level to db level (#15830) Henry2SS 2023-02-08 18:04:26 +08:00
  • f71fc3291f [Bug](fix) right anti join error result when batch size is low (#16510) HappenLee 2023-02-08 17:26:19 +08:00
  • 666f7096f2 [Fix](multi catalog)(planner) Fix external table statistic collection bug (#16486) Jibing-Li 2023-02-08 16:51:30 +08:00
  • b06e6b25c9 [improvement](fuzzy) print fuzzy session variable in FE audit log (#16493) Mingyu Chen 2023-02-08 16:38:04 +08:00