Commit Graph

  • 212c8f8c9b Add thirdparty lib (#1286) kangpinghuang 2019-06-13 17:24:01 +08:00
  • a04cf3a695 Fix bug that get_json_function may not be able to get result (#1295) Mingyu Chen 2019-06-13 12:58:47 +08:00
  • a8900d102d Change defalut value to NOT NULL when creating table (#1293) lichaoyong 2019-06-12 18:28:11 +08:00
  • 6be806aa39 Fix creating rollup bug from multi SegmentGroups generated streaming … (#1287) lichaoyong 2019-06-12 16:21:14 +08:00
  • 5dea4fb414 Add description of strict mode in decimal type (#1288) EmmyMiao87 2019-06-12 16:03:57 +08:00
  • e9b2d30c6a Add faststring and cpu util (#1281) kangpinghuang 2019-06-12 14:00:50 +08:00
  • c17c5ca5c4 Add OrdinalPageIndex and EncodingInfo (#1282) ZHAO Chun 2019-06-12 10:26:45 +08:00
  • 029c3dc920 Update README.md (#1284) Mingyu Chen 2019-06-12 09:24:37 +08:00
  • 8b79abcaba Support setting exec_mem_limit in ExportJob (#1280) lichaoyong 2019-06-11 21:05:45 +08:00
  • ccf2e5bb9e Add page api for new format segment (#1270) kangpinghuang 2019-06-11 10:37:16 +08:00
  • 922fa28097 Add common and options for new format segment (#1269) kangpinghuang 2019-06-11 09:34:58 +08:00
  • 0900ab853f Add pb define for new format segment (#1268) kangpinghuang 2019-06-11 09:34:32 +08:00
  • 9d7f99a669 Add new file format design markdown (#1267) kangpinghuang 2019-06-11 09:34:06 +08:00
  • 84632cd062 Add BitMapIterator (#1277) ZHAO Chun 2019-06-11 09:23:02 +08:00
  • 53062122ea Change strategy of incorrect data (#1255) EmmyMiao87 2019-06-10 20:39:45 +08:00
  • 6a54464ee8 Fix bug that NullPredicate is not correctly handled by partition pruning (#1276) Mingyu Chen 2019-06-10 20:11:42 +08:00
  • 2efd5a4d86 Fix bug: FE pid file has wrong content(#1273) liuchengshishabi 2019-06-10 17:29:04 +08:00
  • 8cd29d194e Fix += decimal error (#1272) EmmyMiao87 2019-06-10 16:30:57 +08:00
  • 038ddcfa0b Set timeout configuration for stream load (#1271) lichaoyong 2019-06-10 15:51:58 +08:00
  • d1b1fce92f Change LICENSE file (#1265) ZHAO Chun 2019-06-09 15:55:46 +08:00
  • 3e1c70d1b7 Add coding function (#1264) ZHAO Chun 2019-06-08 21:02:31 +08:00
  • e4e04e8203 Make LZO support optional (#1263) Mingyu Chen 2019-06-07 22:26:54 +08:00
  • ff0dd0d2da Support SSL authentication with Kafka in routine load job (#1235) Mingyu Chen 2019-06-07 16:29:01 +08:00
  • cb91e15f1e Modify UDF docs (#1260) kevin 2019-06-06 15:47:10 +08:00
  • 934ca2481a Make MySQL support optional (#1248) ZHAO Chun 2019-06-05 12:28:16 +08:00
  • ece34fb838 Make hll function backward compatibility (#1251) kangkaisen 2019-06-05 11:12:36 +08:00
  • f424321625 Fix IllegalArgumentException in LoadManager (#1240) kangkaisen 2019-06-04 22:23:14 +08:00
  • 6ce8087916 Fix bug that RowCusor do NOT match with RowBlock's layout (#1249) ZHAO Chun 2019-06-04 22:20:10 +08:00
  • 9f5f44ec48 Reduce memory RowBlock needed (#1238) ZHAO Chun 2019-06-04 12:58:41 +08:00
  • bedd94dca2 Upgrade brpc to 0.9.5 (#1243) ZHAO Chun 2019-06-04 11:13:23 +08:00
  • ae75e44e05 fixup leak memory (#1244) worker24h 2019-06-04 11:07:37 +08:00
  • 6231fe0abc Fix FragmentMgrTest crash sometimes (#1232) ZHAO Chun 2019-06-01 18:10:24 +08:00
  • 741539de91 Release udf headers & lib (#1231) kevin 2019-05-31 17:47:41 +08:00
  • 7cdaba66dc Add spatial func (#1213) ZHAO Chun 2019-05-31 14:23:09 +08:00
  • c20d62679e Add negative load from StreamLoad (#1227) lichaoyong 2019-05-31 07:14:06 +08:00
  • dc0cd5fd67 Fix the bug of += decimal in olap engine (#1226) EmmyMiao87 2019-05-31 07:12:22 +08:00
  • 309b779a7d Check colocate table name should be case-sensitive (#1224) kangkaisen 2019-05-30 22:47:22 +08:00
  • 180d8e5cbd Modify some thirdparties (#1228) Mingyu Chen 2019-05-30 21:23:37 +08:00
  • fa4ac9f751 Replay GlobalVariable by Annotation (#1219) kangkaisen 2019-05-29 19:21:42 +08:00
  • 319c71f69f Remove unnecessary import sun.security.ssl.Debug (#1215) kangkaisen 2019-05-29 12:35:20 +08:00
  • f648bdd968 Fix datediff function (#1208) HangyuanLiu 2019-05-28 15:55:31 +08:00
  • 9d19c6c315 Support arbitrary kafka properties (#1204) HangyuanLiu 2019-05-28 10:03:50 +08:00
  • 5ca2805701 Add some date time function doc (#1206) HangyuanLiu 2019-05-27 17:36:09 +08:00
  • 08c8caeacf Add max cache size to ClientCache in BE (#1202) Mingyu Chen 2019-05-24 22:02:09 +08:00
  • 41152f5c84 Modify FE sys log and audit log configuration (#1198) Mingyu Chen 2019-05-24 11:24:38 +08:00
  • 85b4619d54 Change insert into to streaming (#1191) EmmyMiao87 2019-05-23 20:53:30 +08:00
  • 42601f2d88 Print unfinished tablet when cancel load job (#1186) yiguolei 2019-05-23 19:22:54 +08:00
  • 488e3825f7 Fix bug that restore process in BE causes BE crash (#1193) Mingyu Chen 2019-05-23 19:22:29 +08:00
  • cde315c9e9 Add date-function doc (#1190) HangyuanLiu 2019-05-23 15:29:08 +08:00
  • 5d1457c0b6 Add check to create tablet upon alter tablet task (#1187) lichaoyong 2019-05-23 14:17:22 +08:00
  • 2fe1950d84 Fix minor string format bug (#1189) kangkaisen 2019-05-23 14:14:51 +08:00
  • d42409cc35 Fix short key not fill up all space (#1183) lichaoyong 2019-05-22 11:32:46 +08:00
  • 5e245e031b Change source type to BATCH_LOAD_JOB (#1182) EmmyMiao87 2019-05-22 11:07:38 +08:00
  • 592c2c24d9 Fix revoke files bug (#1181) kangpinghuang 2019-05-22 11:06:31 +08:00
  • c5bf1a8da1 Fix prefix index comparison (#1180) lichaoyong 2019-05-21 20:17:24 +08:00
  • b98b07efe2 Add persistence of load job v2 (#1176) EmmyMiao87 2019-05-21 19:30:26 +08:00
  • b132f4ac0c Add a configuration to force seek for block (#1179) lichaoyong 2019-05-21 14:53:37 +08:00
  • 722a9e71c7 Optimize json functions (#1177) Mingyu Chen 2019-05-21 09:13:12 +08:00
  • ff2746157e Remove log info from decimalv2_value to avoid performance degradation (#1175) lide 2019-05-20 14:26:14 +08:00
  • 6528689205 Add samples about mini_load & insert (#997) Clover 2019-05-20 12:26:49 +08:00
  • 32c4a67f05 Fix thirdpary build error on Ubuntu 18.04 OS (#1174) lenmom 2019-05-20 12:24:35 +08:00
  • 7f8a1bcdb6 Threadpool should be shutdown before join() (#1171) Mingyu Chen 2019-05-17 19:10:22 +08:00
  • 9bf19f13bb Fix borker load submit job fail with null (#1172) ZHAO Chun 2019-05-17 19:09:44 +08:00
  • 18e06d2e67 Fix position seek bug for varchar short key (#1167) kangpinghuang 2019-05-16 17:29:43 +08:00
  • b2e63910a6 Fix bug that routine load task may be blocked due to premature deconstruction (#1166) Mingyu Chen 2019-05-16 16:15:00 +08:00
  • f985ea99fc Add support column reference in LOAD statement (#1162) ZHAO Chun 2019-05-15 20:26:10 +08:00
  • b24fab48cd Add some logs for compaction process (#1163) Mingyu Chen 2019-05-15 18:47:08 +08:00
  • afff3b3692 Modify dockerfile (#1164) Mingyu Chen 2019-05-15 18:35:47 +08:00
  • 758adce761 Change the compaction thread number based on disks number (#1161) yiguolei 2019-05-15 14:17:11 +08:00
  • 47fb206cdf Skip tablet under compaction when choose candidate (#1160) lichaoyong 2019-05-15 13:05:32 +08:00
  • ad88741b69 Fix bug that bad tablet blocking compaction of other tablets (#1158) Mingyu Chen 2019-05-15 12:44:38 +08:00
  • 398055ef3e Add logic of cancel job (#1154) EmmyMiao87 2019-05-14 17:26:45 +08:00
  • 910f16af81 Fix bug that using wrong capacity in trash sweep policy (#1156) Mingyu Chen 2019-05-14 11:30:17 +08:00
  • 76a8093c70 Add documentation for doris on es (#1151) Yunfeng,Wu 2019-05-13 21:58:05 +08:00
  • 31f55532f7 Fix bug that cast decimal or bool to other type (#1152) chenhao 2019-05-13 17:41:10 +08:00
  • 559db490e0 Fix bug that rename table to an existing rollup index name should not be allowed (#1150) Mingyu Chen 2019-05-13 17:10:51 +08:00
  • ffe3eaa1a7 Implement adddate, days_add and from_unixtime function in FE (#1149) kangkaisen 2019-05-13 16:59:52 +08:00
  • e7e92f0a89 Add build script for arrow (#1144) worker24h 2019-05-13 13:40:24 +08:00
  • 02f36c23ed Set tablet as bad when loading index failed (#1146) Mingyu Chen 2019-05-13 10:22:04 +08:00
  • 6117227754 FE support assigning constant conjunct and calculating expression (#1126) chenhao 2019-05-11 23:10:58 +08:00
  • 15c9be4dfe Fix bug that balance task always choose high usage path (#1143) Mingyu Chen 2019-05-11 22:07:17 +08:00
  • ae18cebe0b Improve colocate table balance logic for backend added (#1139) kangkaisen 2019-05-11 21:49:51 +08:00
  • debb58c278 Add SHOW FUNCTION and update docs for UDF (#1140) ZHAO Chun 2019-05-11 21:46:37 +08:00
  • f499759f15 Revise the exception message (#1141) lichaoyong 2019-05-10 19:52:11 +08:00
  • 4039985729 Fix some bugs about decommission (#1138) Mingyu Chen 2019-05-10 17:41:48 +08:00
  • 79ab7f4413 Change label of broker load txn (#1134) EmmyMiao87 2019-05-10 16:53:46 +08:00
  • fdc0c40549 Fix malformed at AM bug (#1136) kangkaisen 2019-05-10 16:23:14 +08:00
  • e5a5201626 Update routine-load-manual.md (#1133) mengqinghuan 2019-05-10 14:38:28 +08:00
  • 4aa41a4e3b Update admin_stmt.md (#1131) mengqinghuan 2019-05-10 11:49:29 +08:00
  • 6635c36cc5 Fix decommission BE bug (#1122) kangkaisen 2019-05-09 18:53:10 +08:00
  • 1eeb5ea891 Add str_to_date function in fe (#1118) HangyuanLiu 2019-05-09 17:20:44 +08:00
  • a8bf922542 Update README.md (#1119) mengqinghuan 2019-05-09 14:51:34 +08:00
  • 93d2dd5f82 Fix bug of routine load job (#1116) EmmyMiao87 2019-05-09 12:56:53 +08:00
  • 77a1b31baa Add show load of loadv2 (#1113) EmmyMiao87 2019-05-09 10:27:30 +08:00
  • 7699c76df2 Fix Nullpointer exception encountered in transaction process (#1112) Mingyu Chen 2019-05-08 20:30:34 +08:00
  • 965ecedd5d Fix compile bug (#1106) Mingyu Chen 2019-05-07 17:36:34 +08:00
  • a08170fd50 Enhance the usabilities (#1100) Mingyu Chen 2019-05-07 15:55:04 +08:00
  • 0c62cb888f Support negative keyword in Broker Load (#1101) lichaoyong 2019-05-06 22:15:27 +08:00
  • 11be24df40 Add new scheduler of load in fe (#1076) EmmyMiao87 2019-05-06 13:49:06 +08:00
  • ba78adae94 Fix bugs when using function in both stream load request and routine load job (#1091) Mingyu Chen 2019-05-05 20:51:30 +08:00