Commit Graph

  • f999b823fc [feature](array) support array for apache arrow convertor (#17682) Kang 2023-03-14 17:53:16 +08:00
  • f1dde20315 [ehancemnet](nereids) Refactor statistics (#17637) AKIRA 2023-03-14 14:10:55 +09:00
  • be3a7e69cd [refactor](Nereids): polish code SemiJoinLogicalJoinTranspose. (#17740) jakevin 2023-03-14 12:48:58 +08:00
  • 77ab2fac20 [refactor](functioncontext) remove function context impl class (#17715) yiguolei 2023-03-14 11:21:45 +08:00
  • 3a97190661 [fix](Nereids) Compare plan with their output rather than string in UnrankTest (#17698) 谢健 2023-03-14 11:10:06 +08:00
  • 5b39fa9843 [Feature](vec)(quantile_state): support quantile state in vectorized engine (#16562) spaces-x 2023-03-14 10:54:04 +08:00
  • 36a0d40ac3 Fix errors in the data-partition.md (#17756) ElvinWei 2023-03-14 10:44:57 +08:00
  • ba0f5a2355 [test](mv) Add mv case from fe ut (#17204) weij 2023-03-14 10:29:43 +08:00
  • 2e0af4e33c [Enhancement](inverted-index) use read buffer when read index bytes in compound reader (#17306) airborne12 2023-03-14 10:10:59 +08:00
  • 7d91114304 [fix](join) fix wrong result of null aware left anti join (#17752) TengJianPing 2023-03-14 09:35:46 +08:00
  • c6630a06c1 [Fix](multi-catalog) Fix "test_hive_other" regression test. (#17611) Qi Chen 2023-03-14 09:16:48 +08:00
  • 76458cf091 [typo](partition)Modify the list partition document #17744 caoliang-web 2023-03-14 08:27:26 +08:00
  • 883ae8a86d [typo](docs) Add some content for bitmap_hash.md. (#17747) yagagagaga 2023-03-14 08:27:07 +08:00
  • f3c6ee5961 [Enhance](ComputeNode) ES Scan node support to be scheduled to compute node (#16533) huangzhaowei 2023-03-14 00:13:24 +08:00
  • 9b7596f1c6 [Feature](Dynamic schema table) step1 support schema change expression (#17494) lihangyu 2023-03-13 15:12:42 +08:00
  • c302fa2564 [Feature](array-function) Support array_pushfront function (#17584) gitccl 2023-03-13 14:26:02 +08:00
  • ac944e2ac1 [fix](cooldown)Fix bug for storage policy in dynamic partition (#17665) pengxiangyu 2023-03-13 14:13:55 +08:00
  • be5147c32e [enhancement](feservice) catch throwable and print log for frontend service (#17708) yiguolei 2023-03-13 11:27:00 +08:00
  • 2b31fc1472 [fix](regression) segcompaction timeout too short (#16731) (#17565) zhengyu 2023-03-13 11:19:21 +08:00
  • b9fac82fb1 [fix](regression) adjust regression pipeline config(tablet_create_timeout_second) for avoiding create partition timeout (#17668) chunping 2023-03-13 11:18:03 +08:00
  • 5fccbac81b [fix](demo)add Sync full database for versions below doris 1.2 (#17669) DongLiang-0 2023-03-13 11:17:29 +08:00
  • 16fc3a0e22 [Chore](compile) remove some unused static on inline function to reduce compile time (#17603) Pxl 2023-03-13 11:11:59 +08:00
  • 782001c75b [fix](planner) project should be done inside subquery (#17630) starocean999 2023-03-13 11:10:27 +08:00
  • 55c42da511 [Feature](array) Support array<decimalv3> data type (#16640) abmdocrt 2023-03-13 10:48:13 +08:00
  • 3a6c0e7867 [fix](regression) fix test_array_export and test_map_export dir conflict #17636 camby 2023-03-13 10:35:50 +08:00
  • 39b5682d59 [Pipeline](shared_scan_opt) Support shared scan opt in pipeline exec engine HappenLee 2023-03-13 10:33:57 +08:00
  • edb2d90852 [fix](routine load) fix ROUTINE LOAD bug,kafka commit a lack of one(#17282) (#17291) yuxuan-luo 2023-03-13 10:20:59 +08:00
  • a0a2809324 [Enhancement](multi-catalog) support hms event deserialization for HDP/CDH Hive versions. (#17660) Xiangyu Wang 2023-03-13 09:47:28 +08:00
  • 93a865c3e8 [improvement](join) Avoid reading from left child while hash table is empty(right join) (#17655) Jerry Hu 2023-03-13 09:03:17 +08:00
  • 47cfc81925 [fix docs] (#17634) Johnny_Sc 2023-03-13 08:06:33 +08:00
  • 33059d92cc [docs](doc) fix faq docs (#17707) ZhangYu0123 2023-03-13 08:05:12 +08:00
  • 7948c8ede2 [bug](function) Fix bug in the process of generating template functions #17676 xy720 2023-03-13 07:29:32 +08:00
  • 6386458498 [Refactor](exec) remove unless attr of slot ref (#17688) HappenLee 2023-03-12 23:45:32 +08:00
  • b0d1166989 [fix](meta) fix concurrent modification exception and potential NPE (#17602) Mingyu Chen 2023-03-12 22:12:07 +08:00
  • 46dcf69644 [fix](jdbc-catalog) avoid calculate driver's md5 when replaying edit log (#17693) Mingyu Chen 2023-03-12 22:11:45 +08:00
  • 54e5c71e52 [fix](planner) Fix NPE when update stats by profile AKIRA 2023-03-12 22:40:47 +09:00
  • a651926ba9 [fix](fqdn) Add UnknownHostException handle logic in FQDNManager to avoid that active ip could be incorrectly assigned to dead be or dead fe (#17689) caiconghui 2023-03-12 21:12:33 +08:00
  • 13e05c4a5d [Enhencement](stream load) add some regression test for json format streamload (#17520) Tiewei Fang 2023-03-12 20:13:07 +08:00
  • 0d05e4cce0 [Improvement](multi-catalog) The interface of external Splitter. WIP (#17390) Jibing-Li 2023-03-12 20:11:08 +08:00
  • 455c800405 [feature](parquet-reader) add rle bool and delta decoder to read AWS Glue (#17112) slothever 2023-03-12 20:09:58 +08:00
  • a452db35da [improvement](filecache)Change the hash field of the backend (#17499) zhangdong 2023-03-12 20:04:25 +08:00
  • b93e553958 [enhance](Nereids): allow empty hash condition (#17699) jakevin 2023-03-12 18:51:22 +08:00
  • 11fbe07221 [refactor](Nereids) Refactor all rewrite logical unit tests by match-pattern (#17691) Weijie Guo 2023-03-12 18:49:12 +08:00
  • 9b687026bd [Doc](TLS) add doc for TLS connection (#17683) abmdocrt 2023-03-12 10:01:07 +08:00
  • d774162a53 [minor](Nereids): rename rule (#17509) jakevin 2023-03-12 00:17:07 +08:00
  • 4566de1cec Enhancement in some Hyperlinks (#17654) maheshnikam 2023-03-11 20:26:43 +05:30
  • 9745ee60a7 [fix](priv) fix bug of grant priv on ctl.db.* not work (#17612) Yulei-Yang 2023-03-11 22:27:26 +08:00
  • 692d510edb [fix](schema_hash) remove useless schema_hash param in tablet and replica url (#17489) caiconghui 2023-03-11 21:34:47 +08:00
  • d7cb5cf3db [feature](nereids) add session var: dump_nereids_memo (#17666) minghong 2023-03-11 13:40:15 +08:00
  • 3231fab8c2 [feature](nereids) add unique id for groupExpression and plan node (#17628) minghong 2023-03-11 13:23:41 +08:00
  • db9692a114 [feature](Nereids): convert CrossJoin to InnerJoin. (#17681) jakevin 2023-03-11 13:23:28 +08:00
  • 9c7854f1ff [Enhancement](k8s) Add k8s yaml demo (#17281) zhangdong 2023-03-11 10:56:57 +08:00
  • 8328ab69ad [Chore](Materialized-View) add some mv regression test case (#17345) Pxl 2023-03-11 10:55:11 +08:00
  • 697cba9a85 [fix](broker-load) fix broker's Dockerfile (#17657) huanghaibin 2023-03-11 10:43:09 +08:00
  • a74ef2377f typo fix in kyuubi doc (#17672) Bowen Liang 2023-03-11 09:11:10 +08:00
  • 48a2fe68ad [typo](docs) Fix some display errors (#17663) superche 2023-03-11 09:10:48 +08:00
  • 3745e6c18a [fix](Nereids): order of project's logical properties is different with that of project expression (#17648) 谢健 2023-03-11 00:26:54 +08:00
  • 051ab7a9c6 [refactor](Nereids): refactor Join-Dependent Predicate Duplication. (#17653) jakevin 2023-03-10 22:19:45 +08:00
  • 566d133610 [enhancement](Nereids) Refactor EliminateLimitTest and EliminateFilterTest by match-pattern (#17631) Weijie Guo 2023-03-10 21:24:36 +08:00
  • 6dcd791b74 [feature](struct-type) support CAST AS Struct type (#17553) camby 2023-03-10 21:21:16 +08:00
  • 2739a44eaf [fix](segcompaction) heap overflow when doing segcompaction for cancelling load(#17529) zhengyu 2023-03-10 20:52:05 +08:00
  • 47e9217c1e [improvement](pipeline)Avoid duplicate trigger teamcity build (#17647) zhangguoqiang 2023-03-10 19:56:14 +08:00
  • 948654ad38 [fix](ui)format the text file of profile #17645 WuWQ98 2023-03-10 19:54:28 +08:00
  • 9cfa61b402 [Enhancement](HttpServer) Provide authentication interface for BE (#17073) yongjinhou 2023-03-10 16:34:47 +08:00
  • 9ae5ec4dc5 [fix](nereids) PushdownExpressionsInHashCondition contains duplicate column and WindowExpression miss column stats (#17624) minghong 2023-03-10 16:08:43 +08:00
  • 365c8eed7e [fix](function) width_bucket should get min and max from each tuple (#17466) morrySnow 2023-03-10 13:14:12 +08:00
  • 739e043c8d [fix](publish) add retry publish when succeed replica num less than quorum and transaction not VISIBLE (#17453) xueweizhang 2023-03-10 12:02:15 +08:00
  • a79b8ede88 [Bug](ColumnArray) Fix array column replicate replicate_offsets not matched (#17616) lihangyu 2023-03-10 11:52:22 +08:00
  • 1a549edac2 [Chore](third-party) upgrade thrift from 0.13 to 0.16 (#17202) Pxl 2023-03-10 11:33:16 +08:00
  • fcd25b53bf [Optimize](Random distribution) Improve the performance of tablet sin… (#17389) lihangyu 2023-03-10 10:52:40 +08:00
  • f84b8b7c8b [fix](priv) fix extract real user name when do privilege check (#17488) Yulei-Yang 2023-03-10 10:22:13 +08:00
  • fe6361f4b5 [regression-test](p0) fix some unstable p0 cases (#17518) Mingyu Chen 2023-03-10 10:21:39 +08:00
  • e1bf9411de [feature](array function) add support for array_enumerate_uniq (#17541) bobhan1 2023-03-10 10:20:49 +08:00
  • c7aa3f9717 [fix](backup) backup throw NPE when no partition in table (#17546) Mingyu Chen 2023-03-10 10:19:37 +08:00
  • 4ba93efc98 [Enhance](DOE)Support parse default es iso datetime string (#17412) huangzhaowei 2023-03-10 09:59:20 +08:00
  • 006f7a91ac [fix](planner) should not turn on push agg op when olapscan has conjuncts on it (#17598) morrySnow 2023-03-10 09:33:08 +08:00
  • a745ab1703 [fix](schema scanner) fix query some schema table report invalid parameter (#17626) WenYao 2023-03-10 08:52:09 +08:00
  • 08f0170895 [fix](olap) The 'scan key' generated by the 'is null' expression causes incorrect query results (#17569) Jerry Hu 2023-03-10 08:51:06 +08:00
  • c3c7bc4340 [fix](profile) fix profile sort child list exception (#17613) luozenglin 2023-03-10 08:44:32 +08:00
  • f9baf9c556 [improvement](scan) Support pushdown execute expr ctx (#15917) Xinyi Zou 2023-03-10 08:35:32 +08:00
  • 0334cde2b1 [fix](merge-on-write) when if publish and be down, need recalc delete bitmap for MoW (#17617) xueweizhang 2023-03-10 07:55:00 +08:00
  • e80ae0367a [improvement](be) add a name for be jvm (#17595) zhangstar333 2023-03-09 23:27:15 +08:00
  • 4ddd303cfc [Feature-wip](MySQL Load)Support cancel query for mysql load (#17233) huangzhaowei 2023-03-09 22:08:26 +08:00
  • 0c48bb4d66 [typo](docs) Fix some misspelled words (#17605) superche 2023-03-09 21:55:58 +08:00
  • 849b5b7b8f [fix](sequence) fix that the result is wrong when load multiple duplicate keys (#17575) Xin Liao 2023-03-09 20:59:23 +08:00
  • 53bf1271ec [doc](multi-catalog) column type mapping for map&struct types (#17591) Ashin Gau 2023-03-09 19:47:11 +08:00
  • 0432ba8b33 [refactor](status) refactor status judgement (#17592) Gabriel 2023-03-09 17:40:25 +08:00
  • 5d26a12312 [fix](inverted index) fix missing several numeric types for inverted index query (#17359) YueW 2023-03-09 16:34:06 +08:00
  • 4a0361914b [fix](alter inverted index) add or drop inverted index also need change table state to SCHEMA_CHANGE (#17471) YueW 2023-03-09 16:33:46 +08:00
  • 310bdb60f4 [chore](maven) Prefer protoc in thirdparty to the one in maven artifacts (#17596) Adonis Ling 2023-03-09 16:21:38 +08:00
  • 49c54e59db [typo](docs) Fix some misspelled words (#17593) yagagagaga 2023-03-09 15:24:41 +08:00
  • 62a03ec24c [feature](regression) add http test action (#17567) AlexYue 2023-03-09 15:13:04 +08:00
  • e182e2426f [fix](regression) close p0 fe regression pipline config for avoiding flink load fail (get tableList write lock timeout) (#17573) chunping 2023-03-09 14:18:38 +08:00
  • 6c894be007 [enhancement](Nereids) support decimalv3 and precision derive (#17393) morrySnow 2023-03-09 14:12:10 +08:00
  • aaedcf34cf [enhancement](Nereids) refactor costModel framework (#17339) 谢健 2023-03-09 13:58:44 +08:00
  • e1ea2e1f2c [fix](Nereids) store offset of Limit in exchangeNode (#17548) 谢健 2023-03-09 13:43:12 +08:00
  • 2d027282f3 [fix](profile) modify load profile some bugs and docs (#17533) xueweizhang 2023-03-09 11:58:40 +08:00
  • 4ef46159ae [vectorized](udaf) support array type for java-udaf (#17351) zhangstar333 2023-03-09 11:30:07 +08:00
  • 06dee69174 [Refactor](map) remove using column array in map to reduce offset column (#17330) amory 2023-03-09 11:22:26 +08:00
  • 368e6a4f9c [Bug](array filter) Fix bug due to ColumnArray::filter_generic invalid inplace size_at after set_end_ptr (#17554) lihangyu 2023-03-09 10:59:29 +08:00