Commit Graph

  • a6046049d3 [DOCS] Add missing en doc Setting Up dev env for FE - IntelliJ IDEA (#5492) Cheng Pan 2021-03-10 20:51:17 +08:00
  • ee91c047fa [GitHub] Fix PR Template (#5494) Cheng Pan 2021-03-10 19:13:43 +08:00
  • 079b764136 [Bug] Fix thread safe problem when check whether olap table is stable (#5478) caiconghui 2021-03-10 19:12:00 +08:00
  • 620de71052 Update basic-usage.md (#5493) zhangboya1 2021-03-10 18:36:56 +08:00
  • 7aad412539 [MINOR] Remove offensive words (#5495) Cheng Pan 2021-03-10 18:36:02 +08:00
  • b4c8e9de7f [Bug] Fix create view faild when StringLiteral in SelectStmt contains single quotes (#5484) caiconghui 2021-03-10 14:47:02 +08:00
  • 36002bec48 Fix bug that sql with limit query statistics are wrong (#5347) Xiang Wei 2021-03-10 10:24:12 +08:00
  • 1d1a2569aa Update install-deploy.md (#5482) zhangboya1 2021-03-10 10:23:06 +08:00
  • bd53f407aa [Bucket Shuffle Join] Support the some featrue of Bucket Shuffle Join (#5459) HappenLee 2021-03-09 00:47:59 -06:00
  • e023ef5404 [Load] Support multi bytes LineDelimiter and ColumnSeparator (#5462) Zhengguo Yang 2021-03-09 09:35:39 +08:00
  • a1160bcd99 [Bug] Fix bug that data lost when doing backup job (#5473) Mingyu Chen 2021-03-08 09:32:16 +08:00
  • 43dd583cfc Fix dlopen faild by upgrade cmake (#5481) Zhengguo Yang 2021-03-08 09:02:53 +08:00
  • db2120a7f2 [Build][BE] Fix GLIBC_COMPATIBILITY can not compile in centos6 (#5472) Zhengguo Yang 2021-03-07 20:47:13 +08:00
  • 35f5cb8e0c [Bug] Fix bug that BE failed to start when validating conf from be_custom.conf (#5465) Mingyu Chen 2021-03-07 17:37:14 +08:00
  • 8855782aab [Doc] Fix page links (#5454) qiye 2021-03-06 16:13:56 +08:00
  • ae364dea3d [BUG] fix DECHECK Fail While Call UDF (#5457) stdpain 2021-03-06 16:13:30 +08:00
  • d6ac8f4e35 Masking glibc symbols for better portability (#4180) Amos Bird 2021-03-05 13:15:55 +08:00
  • c95f00d508 [Bug] Fix bug that the image cannot be pulled after the new fe nodes added (#5418) Mingyu Chen 2021-03-05 10:50:54 +08:00
  • c9ddd88e14 [Rewrite]Rewrite from_unixtime to reduce calling this function (#5444) xinghuayu007 2021-03-04 22:31:28 +08:00
  • 805f98e0f9 [Bug] Set dest tuple to null when src_tuple is NULL. (#5431) Lijia Liu 2021-03-04 22:26:05 +08:00
  • 77485521d3 [Enhancement] move FeMetaVersion.java from fe-common to fe-core #5426 (#5427) copperybean 2021-03-04 22:25:03 +08:00
  • 4e1b6b3eef [ODBC] Let the type conversion of the fail in query in ODBC of MySQL table to prompt the information of the column (#5422) HappenLee 2021-03-04 22:23:37 +08:00
  • 8c34013cf6 [Enhance] Remove order by from insert into select (#5419) Zhengguo Yang 2021-03-04 22:23:16 +08:00
  • bfce98f4b9 [Bug] The toString() method in PartitionInfo class. Property information strings are concatenated together (#5407) zhuixun 2021-03-04 22:22:37 +08:00
  • c38a1c799f [Config] Support config validating when BE bootstrap and update BE's config by API (#5379) Yingchun Lai 2021-03-04 22:21:49 +08:00
  • bf086408d8 [Doc] Add query cache docs (#4479) turbo jason 2021-03-04 22:21:08 +08:00
  • 47d6b1ff0b Fix ut failed for topn_function_test (#5449) caiconghui 2021-03-04 21:53:52 +08:00
  • 5a6be411da [Ut] Add drop meta unit test and remove some redundant code in Alter (#5395) caiconghui 2021-03-04 21:53:31 +08:00
  • 39136011c2 [Spark-Doris-Connector][Bug-Fix] Resolve deserialize exception when Spark Doris Connector in aync deserialize mode (#5336) 924060929 2021-03-04 17:48:59 +08:00
  • 9c8766356a [Bug-Fix][Bitmap][Be] Resolve bitmap_not calculate wrong result(#5440) (#5441) 924060929 2021-03-04 15:46:42 +08:00
  • 7a41629fbe [Audit] Support builtin load audit function to record successful bulk load job (#5183) caiconghui 2021-03-03 17:01:02 +08:00
  • 422456c31a Add warn log when client report be state failed and refactor some report code (#5342) caiconghui 2021-03-03 17:00:21 +08:00
  • 80d237510d [Doc] Modify dead link of doc (#5411) Mingyu Chen 2021-03-03 15:20:17 +08:00
  • 6a00c68264 Fix a typo ehco -> echo (#5433) Zhengguo Yang 2021-03-03 14:46:54 +08:00
  • e93a6da0e5 [Doc] correct format errors in English doc (#5321) Ting Sun 2021-02-26 11:32:14 +08:00
  • fdd13ea79a [Broker] Fix broker load fail using SIMPLE auth after KERBEROS auth fail (#5412) francis lee 2021-02-25 09:53:50 +08:00
  • e5cc6de294 [SQL Planner] Column Pruning under count start (#5410) EmmyMiao87 2021-02-25 09:52:36 +08:00
  • 5781d67afe Fix file licences (#5414) Zhengguo Yang 2021-02-24 16:37:17 +08:00
  • 577b62b3f9 [Internal][bug][doris-1091] Fix bug that compaction failed after deletion (#5413) Zhengguo Yang 2021-02-24 13:22:55 +08:00
  • 73b89b58f3 [Bug][Cache] Version should not be considered when find the latest partition (#5408) Yingchun Lai 2021-02-24 11:23:19 +08:00
  • 13c7b18592 add check when set lowerBoundInclusive in operator < and <= (#5382) qiye 2021-02-23 11:14:29 +08:00
  • bc10d44522 升级jackson版本号 (#5373) yuliangwan 2021-02-23 10:43:25 +08:00
  • 6dcc1b0a55 [Doris on ES] Fix query failed when ES field value is null (#5363) Hao Tan 2021-02-23 10:42:25 +08:00
  • 8046172c31 Update CREATE TABLE.md (#5398) bookee 2021-02-22 16:08:18 +08:00
  • 6ede4c6ec1 [Feature] Support backup,restore,load,export directly connect to s3 (#5399) Zhengguo Yang 2021-02-22 16:07:56 +08:00
  • b098261253 docs(Doc): correct wrong num in create table help doc (#5365) Yuan Liu 2021-02-20 10:07:48 +08:00
  • aa4f46c349 [Enhancement]Use add method instead of put method to avoid query being stuck when event queue is full (#5310) caiconghui 2021-02-18 10:36:55 +08:00
  • a7d16acaac [MySQL] Support for AuthSwitchRequest In HandShakePacket to better support MySQL 8.0 clients (#5386) HappenLee 2021-02-16 22:47:53 +08:00
  • 37c976b9af [Docs] Reorder docs index in sidebar (#5388) Zhengguo Yang 2021-02-16 22:35:35 +08:00
  • 7eae3e280a [optimization] use inline optimize ExprContext::get_value (#5385) stdpain 2021-02-16 22:35:14 +08:00
  • 99e1a97822 [Bug] Fix NPE when replaying modify table property (#5378) xxiao2018 2021-02-16 22:34:48 +08:00
  • 204fa45a48 [FE][Bug] Fix overflow in RuntimeProfile.sortChildren. (#5377) 曹建华 2021-02-16 22:34:27 +08:00
  • bd72328177 [UT] Fix FE ut bugs (#5387) xxiao2018 2021-02-14 15:59:21 +08:00
  • b8612a4be5 [DOCS] add some missing documents (#5370) Zhengguo Yang 2021-02-09 09:31:39 +08:00
  • 51ccd44865 [Load Parallel][3/3] Support parallel delta writer (#5369) Mingyu Chen 2021-02-07 22:42:18 +08:00
  • f12f32da11 [Bug] Support if not exists in create table like stmt (#5368) xxiao2018 2021-02-07 22:41:55 +08:00
  • 462efeaf39 [Performance Optimization and Refactor] (#5358) (#5364) HappenLee 2021-02-07 22:41:33 +08:00
  • 2ec55bf19e [LOG] Change some log level (#5361) xxiao2018 2021-02-07 22:41:13 +08:00
  • 6b0521032d [Bug] Fix the problem of floating point precision when importing parquet data (#5360) Mingyu Chen 2021-02-07 22:40:51 +08:00
  • f77b8ce8e4 [UT] Modify to avoid some UT failure accidentally (#5359) Mingyu Chen 2021-02-07 22:39:45 +08:00
  • a1808c1a71 [Function] Add BE udf bitmap_not (#5346) (#5357) HappenLee 2021-02-07 22:39:17 +08:00
  • fd81499fbc [Bug] Add space in case and caseExpr when toSql (#5356) Lijia Liu 2021-02-07 22:38:54 +08:00
  • aa5379cff5 [Doc] Modify cumulative_compaction_policy comment in config.h (#5354) weizuo93 2021-02-07 22:38:34 +08:00
  • 8ad50bf745 [Bug] Fix bug that BE core will loading empty json array (#5349) Mingyu Chen 2021-02-07 22:38:15 +08:00
  • 780900ac9c [Feature] Support preceding filter original data when loading (#5338) Mingyu Chen 2021-02-07 22:37:48 +08:00
  • c283bb3677 [Bug] Fix bug that not erase meta such as tablet when force drop db, table, partition (#5329) caiconghui 2021-02-07 22:37:18 +08:00
  • f98b26645c [Bug] Set forceDrop to false when getDropPartitionClause for DynamicPartitionScheduler to avoid that the deleted partition cannot be recovered (#5319) caiconghui 2021-02-07 22:36:54 +08:00
  • 779c4629b4 [Bug] Fix bug of NPE when replaying spark load job. (#5367) Mingyu Chen 2021-02-07 11:25:06 +08:00
  • 9c022e3764 [Bug] Spark doris connector http v2 authentication fails, and HTTP v2 interface returns json nesting problem (#5366) 张家锋 2021-02-07 09:28:55 +08:00
  • fd7caf775c [Bug] fix bug that dead lock may occur when drop tablet concurrent with tablet distribution interface (#5278) weizuo93 2021-02-06 23:14:43 +08:00
  • 4ce6f49c0f [LOG] Reduce verbose exception log by catch exceptions (#5229) Yingchun Lai 2021-02-06 23:14:26 +08:00
  • a6e2c3e3f1 [Bug][Clone] Fix the bug that incremental clone is not triggered (#5230) Mingyu Chen 2021-02-06 22:04:48 +08:00
  • 2a2cec91f9 Adding a column with SUM aggregation to table should restrict the default value (#5315) lichaoyong 2021-02-05 18:50:04 +08:00
  • d8202ca9cc [Enhancement] move common codes from fe-core to fe-common and remove log4j1 (#5317) (#5318) copperybean 2021-02-04 13:41:03 +08:00
  • b6abcbdd35 Fix 5243 Skip repair replica not in colocate group. (#5250) Lijia Liu 2021-02-04 12:04:19 +08:00
  • ed9c70bdb9 [Bug] Fix bug of create ODBC table first column is float or double, issue#5350 (#5351) HappenLee 2021-02-04 09:32:53 +08:00
  • a841905184 [optimization] use replace top instead of push pop in priority #5312 (#5313) stdpain 2021-02-03 17:21:54 -08:00
  • ea7f61e1c7 [Bug] Duplicate results when reading aggregation table (#5307) Mingyu Chen 2021-02-04 09:21:35 +08:00
  • 77b756fb87 [Refactor] Remove redundant code of mini load and insert (#4966) EmmyMiao87 2021-02-03 22:19:20 +08:00
  • 128752b4f9 [Routine load] Fix kafka load too many task bug (#5327) wyb 2021-02-03 13:23:30 +08:00
  • 059791c6ac [Config] Change some defualt value of Doris config (#5348) HappenLee 2021-02-03 13:22:38 +08:00
  • 47e33c7987 Support create index on unique value column (#5305) Zhengguo Yang 2021-02-03 13:22:00 +08:00
  • ddd85d8ae8 [ODBC] Fix Memory consumption of ODBC MySQL Driver (#5322) (#5323) HappenLee 2021-02-01 00:12:49 +08:00
  • bb7ba00ccf [Backup]Support content, exclude and whole database in backup (#5314) EmmyMiao87 2021-02-01 00:12:35 +08:00
  • 7b5468e7b8 [Build] Fix ui build error: classnames and react-router dependencies (#5283) Ben 2021-02-01 00:11:47 +08:00
  • 2d70cc532c [Bug] Fix CompactionPermitLimiter cv starve bug (#5274) Yingchun Lai 2021-02-01 00:11:29 +08:00
  • b315244ba7 [Doc] Fix the error description for the number of bytes of double type. (#5273) jolly king 2021-02-01 00:11:14 +08:00
  • f3aded9370 [Bug] System metric init failed cause be start failed (#5262) wangbo 2021-02-01 00:10:57 +08:00
  • be0b0f930c [Load] Load job should not begin transaction when task queue in loadingLoadTaskScheduler is full to avoid txn timeout (#5205) caiconghui 2021-02-01 00:10:24 +08:00
  • cd96ded1ad [Bugs] Fix bugs that FE heartbeat api of httpv2 does not return version info (#5306) Mingyu Chen 2021-01-30 20:34:33 +08:00
  • de57667d6d [Delete] Support delete with multi partitions (#5252) Mingyu Chen 2021-01-30 20:33:34 +08:00
  • bf0cb78b67 [optimization] avoid extra memory copy while build hash table (#5301) stdpain 2021-01-30 04:32:12 -08:00
  • 8fe372f82b [Bug] Fix NoSuchElementException when accessing empty partition info (#5201) leonxpray 2021-01-30 16:36:24 +08:00
  • 90c2da54bd [Bug] Fix bug and add graceful exit for compaction producer (#5124) weizuo93 2021-01-30 16:35:36 +08:00
  • 4ffc61be32 fix apply condition to unique table value columns incorrectly (#5302) Zhengguo Yang 2021-01-29 10:34:47 +08:00
  • 6bd22bc573 [BackupAndRestore] Support backup and restore view and external odbc table (#5299) EmmyMiao87 2021-01-28 18:50:18 +08:00
  • e774314ffb Fix some problems related to thrift rpc when use nonblokcing IO model (#5117) caiconghui 2021-01-28 10:57:30 +08:00
  • 54814a7260 [Auidt] Fix bug for that only the last statement can be audited when user send multi-statement (#5244) caiconghui 2021-01-28 10:54:18 +08:00
  • 67b0631257 [Enhancement] Fix bug for auditloader plugin that audit event cannot be processed in time (#5194) caiconghui 2021-01-28 10:53:32 +08:00
  • ca10205137 [Function] Support show create function statement (#5197) caiconghui 2021-01-28 10:52:37 +08:00