Commit Graph

  • 43915936b6 [refactor] add evaluate_and_vec() for ComparisonPredicateBase (#10631) minghong 2022-07-08 14:47:37 +08:00
  • e37d29485f [Enhancement] Add column prune support for VOlapScanNode (#10615) Kikyou1997 2022-07-08 13:56:26 +08:00
  • fe8acdb268 [feature-wip](array-type) add agg function collect_list and collect_set (#10606) camby 2022-07-08 12:48:46 +08:00
  • 331fa50501 [feature](cold-data) move cold data to object storage without losing any feature(BE) (#10280) plat1ko 2022-07-08 12:18:39 +08:00
  • e159e748df [chore](dependency) fix opentelemetry-cpp enable o3 optimization will core. (#10675) luozenglin 2022-07-08 10:08:07 +08:00
  • 6c3a25bf14 [enhancement](nereids) add betweentocompound rewrite rule for ssb (#10630) yinzhijian 2022-07-08 10:07:04 +08:00
  • 874299f39e [feature-wip](multi-catalog)(fix) federation query failed (#10602) Ashin Gau 2022-07-08 08:52:17 +08:00
  • 03296aedd5 [BUG] fix core dump caused by runtime filter (#10611) Gabriel 2022-07-08 08:28:39 +08:00
  • 853f85aea4 [enhancement] improve performance of week() and yearweek() (#10633) minghong 2022-07-08 08:26:58 +08:00
  • 3ce9e7cfca [enhance](planner): remove redundant field in sort (#10624) jakevin 2022-07-07 22:32:07 +08:00
  • c583d3e27c [fix][vectorized] Fix bug of VInPredicate on date type (#10663) Xin Liao 2022-07-07 22:15:33 +08:00
  • f03335d61d [action](Nereids): add label auto for nereids UT. (#10665) jakevin 2022-07-07 18:21:04 +08:00
  • a2df5beebb [fix](Nereids): fix ut. (#10658) jakevin 2022-07-07 12:00:47 +08:00
  • 8012d63ea0 [fix] substr('', 1, 5) return empty string instead of null (#10622) Dongyang Li 2022-07-06 22:51:02 +08:00
  • 8de8a9571a [docs] Fixed description about networks in Quick Start (#10639) FreeOnePlus 2022-07-06 22:49:43 +08:00
  • 3bf8c761a4 [BUG] Fix invalid return type for left and right function (#10643) Gabriel 2022-07-06 22:49:19 +08:00
  • 5dfb59844f [enhancement](Nereids)refactor PlannerContext and JobContext (#10485) morrySnow 2022-07-06 18:36:31 +08:00
  • 29d4809c80 [BugFix](Array) fix DataTypeArray to_string use after free (#10640) lihangyu 2022-07-06 18:18:00 +08:00
  • 416fb73621 docs format fix for explode-json-array table function (#10613) camby 2022-07-06 17:57:19 +08:00
  • 6d092a6d53 set strleft to always_nullable (#10496) Pxl 2022-07-06 17:56:01 +08:00
  • cff9ffa0e1 fix the inaccurate comments (#10617) carlvinhust2012 2022-07-06 17:54:43 +08:00
  • b4c5dfc28e [Improvement] remove redundant code of VOlapScanner (#10621) TengJianPing 2022-07-06 17:54:10 +08:00
  • d9ba946118 [enhance](*): git ignore package-lock.json. (#10637) jakevin 2022-07-06 17:53:22 +08:00
  • bff561c0da [feature](script) add --grace option for stop_be.sh (#10626) Lei Zhang 2022-07-06 17:53:01 +08:00
  • a7df6e3dee rename some files inside vec/sink dir (#10636) camby 2022-07-06 17:52:47 +08:00
  • f758e1166a [fix] Fix RewriteBinaryPredicatesRule which causes wrong query results in some cases. (#10551) luozenglin 2022-07-06 15:39:27 +08:00
  • 0b80457c1f [feature](nereids) support like and regexp predicate (#10411) yinzhijian 2022-07-06 14:32:06 +08:00
  • 006283c036 [Fix] select nested type of string within type array should be wrapped with '' in vectorized path (#10498) lihangyu 2022-07-06 10:47:36 +08:00
  • 0b9f508379 [fix](nereids) fix ut,check bound should be called recursively on the plan node (#10530) yinzhijian 2022-07-06 10:37:05 +08:00
  • c936abd2a3 [fix](fe) when bdbje adding follower, master write op may failed. (#10376) Lei Zhang 2022-07-06 10:29:16 +08:00
  • 5f5e01b285 [feature-wip](multi-catalog) Fix hive partition prune in hive and hudi external table. (#10547) huangzhaowei 2022-07-06 10:22:16 +08:00
  • 43015f11a5 [Improvement] remove beHttpAddress in regression test (#10623) Gabriel 2022-07-06 08:59:29 +08:00
  • 8e364fb848 [fix](load) skip empty orc file (#10593) Mingyu Chen 2022-07-05 22:18:56 +08:00
  • 1f57fcc4e9 remove duplicate codes from function_test_util.cpp (#10607) camby 2022-07-05 20:43:56 +08:00
  • 89e56ea67f [refactor] remove alpha rowset related code and vectorized row batch related code (#10584) yiguolei 2022-07-05 20:33:34 +08:00
  • 3e87960202 [bugfix] fix bug of vhash join build (#10614) TengJianPing 2022-07-05 19:14:42 +08:00
  • 589ab06b5c [enhancement](nereids) make filter node and join node work in Nereids (#10605) morrySnow 2022-07-05 18:23:00 +08:00
  • 3b0ddd7ae0 [Enhancement](Nereids)(Step1) prune column for filter/agg/join/sort (#10478) shee 2022-07-05 17:54:21 +08:00
  • 86502b014d [feature-wip](unique-key-merge-on-write)port IntervalTree from kudu (#10511) zhannngchen 2022-07-05 17:43:01 +08:00
  • 575bf18d55 [enhancement] speed up week_of_year by pre_calc table (#10586) minghong 2022-07-05 15:37:02 +08:00
  • f40ae7c654 [feature-wip](multi-catalog) support "show proc 'catalogs/'" (#10596) Mingyu Chen 2022-07-05 13:40:24 +08:00
  • 680118c6b9 [Feature] [nereids] Agg rewrite rule of nereids optmizer (#10412) Kikyou1997 2022-07-05 11:57:42 +08:00
  • 585d42330c [BUG] fix bug in bloom filter for datev2 (#10579) Gabriel 2022-07-05 11:10:03 +08:00
  • a2f74bf260 [Improvement] remove profile with poor readability (#10581) Gabriel 2022-07-05 11:09:23 +08:00
  • b7441ed291 [chore] remove default REPOSITORY_URL link (#10599) Mingyu Chen 2022-07-05 11:07:18 +08:00
  • 302e078e6a [dev env]: add idea provided doc. (#10597) Stalary 2022-07-05 11:06:53 +08:00
  • e444ac7a87 [format](*): using guava package header (#10325) jakevin 2022-07-05 11:05:39 +08:00
  • 3c140ae05b [fix] [docs] Fixed Use examples in sequence-column-manual.md file. (#10588) cchux 2022-07-05 10:27:13 +08:00
  • cc2de23455 [docs] add quick compaction configs (#10559) chenlinzhong 2022-07-05 10:03:37 +08:00
  • 73ba806046 [feature-wip](multi-catalog) Add catalog to information_schema table "columns". (#10592) Jibing-Li 2022-07-05 09:57:19 +08:00
  • 9c990b073f [regression] modify compaction cases, not depend on beHttpAddress (#10553) Dongyang Li 2022-07-04 22:36:12 +08:00
  • 570139e332 [fix][be] Delete uncivilized comments. (#10578) liuzhuang2017 2022-07-04 22:35:15 +08:00
  • 1f1bdaa9c3 [bugfix] fix coredump of left anti join (#10591) TengJianPing 2022-07-04 22:29:41 +08:00
  • e68ab0084b [bugfix]fix default value get wrong result because no implement read_by_rowids (#10582) Pxl 2022-07-04 19:30:49 +08:00
  • 1cee0a7028 [feature-wip](multi-catalog) Modify the persist method about data source (#10523) Mingyu Chen 2022-07-04 18:24:14 +08:00
  • 46bff6bba0 [fix](multi-catalog) fix the core dump on hms table (#10573) huangzhaowei 2022-07-04 15:52:05 +08:00
  • 88420deec1 [Bug][docs] Fix wrong links in README.md (#10394) Adonis Ling 2022-07-04 14:44:23 +08:00
  • e6f090e5bf [enhancement](Nereids)make nereids work (#10550) morrySnow 2022-07-04 14:15:33 +08:00
  • 9d4a9b95a4 [Build] fix the compile error with clang (#10570) carlvinhust2012 2022-07-04 11:13:17 +08:00
  • 1a173a854e [fix](routine-load) Fix that routine load cannot work with old kafka version (#10554) caiconghui 2022-07-04 10:47:50 +08:00
  • d56d88d391 [improvement]No need to memset flags for vectorization predicates (#10564) Jerry Hu 2022-07-04 10:23:08 +08:00
  • c5f85c9818 [community] modify release doc to remove incubator (#10574) Mingyu Chen 2022-07-04 10:18:23 +08:00
  • 0b251481d5 [Enhancement][Storage] refactor Comparison Predicates (#10380) Pxl 2022-07-04 09:22:27 +08:00
  • d6658f16d2 [chore][community](github)Change 'max-old-space-size' to 8192 (#10557) Jerry Hu 2022-07-04 08:59:54 +08:00
  • 7bfe438884 [BUG] fix bug in literal debug_string when literal is null (#10567) Gabriel 2022-07-04 08:57:55 +08:00
  • b11e72b76b [chore] turn off java-udf by default when compiling in parallel (#10569) Gabriel 2022-07-03 23:24:49 +08:00
  • 91fca49df4 [feature-wip](unique-key-merge-on-write) add primary key index (#10529) Xin Liao 2022-07-03 23:20:30 +08:00
  • 4e00584e40 [fix] fix api of table schema in http v2 (#10476) Jing Shen 2022-07-03 23:20:03 +08:00
  • 8b6c46cfd1 [fix] fix create table like when having sequence column (#10464) xueweizhang 2022-07-03 23:19:46 +08:00
  • 614b782d4d [feature](doris-on-es) Support es external table not assign schema (#9583) Stalary 2022-07-03 23:19:05 +08:00
  • aecf6e09a9 [fix] fix agg_memleak (#10571) zy-kkk 2022-07-03 20:22:26 +08:00
  • bfaa60b695 [fix](fe-ut) fix ut compile bug (#10562) Mingyu Chen 2022-07-02 22:54:14 +08:00
  • 848e0c5987 [fix](planner)infer predicate generate infered predicate using wrong information from another scope (#10519) morrySnow 2022-07-02 22:41:04 +08:00
  • 078cb3b4db [feature-wip](multi-catalog) end to end to support multi-catalog (#10521) Ashin Gau 2022-07-02 20:43:10 +08:00
  • c9f86bc7e2 [refactor] Refactoring Status static methods to format message using fmt(#9533) Tiewei Fang 2022-07-02 18:58:23 +08:00
  • 143f519ae2 [website](doc)add package-lock.json to resolve docs build failure (#10558) wangyongfeng 2022-07-02 17:20:11 +08:00
  • 632ff01bbb [enhancement](Nereids) add post porcessor and error listener to prser (#10306) morrySnow 2022-07-01 21:25:13 +08:00
  • 3b3debf5a4 [build] Fix nested resource path error when as maven project from eclipse (#10427) Compilation Success 2022-07-01 18:03:54 +08:00
  • 0401c04497 [chore] remove unused code for enable_lateral_view (#10438) camby 2022-07-01 16:45:41 +08:00
  • 5dd43fff53 [improvement] alloc aligned memory for block bloom filter to work with jemalloc (#10446) Yongqiang YANG 2022-07-01 16:05:48 +08:00
  • 558a21d7de [style](*): fix declarationOrder error by rearrange code (#10347) husterdjx 2022-07-01 15:40:34 +08:00
  • f998c0b044 [Enhancement](Nereids) push down predicate through join (#10462) shee 2022-07-01 15:39:01 +08:00
  • f164d094e8 [style](*): keep line break. (#10526) jakevin 2022-07-01 15:31:19 +08:00
  • e3d9f9430e [docs] Change the problem field in SSB test (#10540) yuanyuan8983 2022-07-01 15:30:35 +08:00
  • ca0906626f [BUG] fix bitmap function bug (#10502) starocean999 2022-07-01 15:30:16 +08:00
  • 97996c9275 [fix](Insert) fix 5 concurrent "insert...select..." OOM (#10501) yiguolei 2022-07-01 15:29:26 +08:00
  • a44a222f76 [Feature](neireids) Add support of ProjectNode in PlanTranslator (#10499) Kikyou1997 2022-07-01 13:17:49 +08:00
  • d0b757c03a [bugfix](fe) fix add follower failed due to conflict socket . (#10429) Lei Zhang 2022-07-01 11:12:36 +08:00
  • 2708289816 [Doc]Change the download url for the binary package #10527 (#10528) Heng Zhao 2022-07-01 10:47:14 +08:00
  • d52da675aa [docs](array-type)Fix keywords in array functions' help documents (#10500) xy720 2022-07-01 10:43:04 +08:00
  • 659e863bd7 [bugfix] fix tcmalooc hook cancel deadlock (#10514) Kidd 2022-07-01 10:41:59 +08:00
  • a9d23ce337 [refactor] remove collator (#10518) Pxl 2022-07-01 10:35:32 +08:00
  • 06e436b7cc [bugfix]dump_one_line failed to dump last column (#10522) camby 2022-07-01 10:33:49 +08:00
  • 6c2e76e39f [enhancement](proc) Support showing more details in show proc "/dbs" (#10471) caiconghui 2022-07-01 10:27:38 +08:00
  • 0d99b27d89 [fix] (mem tracker) Fix BE hangs at startup, stuck in tcmalloc hook call ExecEnv::GetInstance() (#10517) Kidd 2022-07-01 10:20:53 +08:00
  • d43d3fc35f [improvement] modify comment " to ', to be compatible with mysql. (#10327) Stalary 2022-07-01 08:59:29 +08:00
  • 7571263ed7 [Bug][Vectorized] fix timestamp(datetime) not regist right (#10525) Pxl 2022-07-01 07:37:44 +08:00
  • aab7dc956f [refactor](load) Remove mini load (#10520) yiguolei 2022-06-30 23:21:41 +08:00
  • 18ad8ebfbb [improvement]Add reading by rowids to speed up lazy materialization (#10506) Jerry Hu 2022-06-30 21:03:41 +08:00
  • aae619ef2c [feature-wip](nereids) Adjust plan execution flow and fix physical bugs (#10481) zhengshiJ 2022-06-30 20:07:48 +08:00