Commit Graph

  • e65a645138 Add classes related to "tag". (#2343) Mingyu Chen 2019-12-15 20:13:29 +08:00
  • e4cc17599f Add plugin definition (#2351) Seaven 2019-12-13 21:38:17 +08:00
  • 02c4edb98e Add more HTTP log (#2458) kangkaisen 2019-12-13 21:31:48 +08:00
  • a17b28ccc1 Modify FE QueryPlan UT test failure by accident (#2455) Yunfeng,Wu 2019-12-13 21:28:54 +08:00
  • cf6d705df9 Add intersect_count UDAF (#2418) kangkaisen 2019-12-13 16:12:05 +08:00
  • 5b3f61f26d Update README.md (#2452) ZHAO Chun 2019-12-13 15:55:41 +08:00
  • 2b45434c0e Fix RunLengthInteger unit test bug (#2454) lichaoyong 2019-12-13 14:16:16 +08:00
  • 8ba3c9d777 [Tag System] Forbid cluster related operations (#2429) Mingyu Chen 2019-12-13 10:11:30 +08:00
  • 14293b39f3 Fix RLE encoding/decoding bug upon large negative number. (#2448) lichaoyong 2019-12-13 08:51:05 +08:00
  • 4d958ec7a1 Fix BE do_tablet_meta_checkpoint retain _meta_lock for a long time (#2430) Lijia Liu 2019-12-12 23:21:43 +08:00
  • 59f5851c29 Fix bug for show tables from unknown database doesn't throw error (#2445) caiconghui 2019-12-12 23:18:53 +08:00
  • 94d60122a3 encoding of ColumnMetaPB should not be DEFAULT_ENCODING (#2451) Dayue Gao 2019-12-12 23:01:41 +08:00
  • ebb6506924 Fix doc (#2449) yuanfeng0905 2019-12-12 20:56:25 +08:00
  • 3af03d6283 Fix sql mode Bug (#2374) xy720 2019-12-12 17:50:35 +08:00
  • c39d35df4c Add tablet compaction score metrics (#2427) Mingyu Chen 2019-12-12 17:46:59 +08:00
  • a5f52f80df Add bitmap_hash function (#2439) kangkaisen 2019-12-12 16:55:07 +08:00
  • ded247f001 [Bug][Privilege] Missing current user identity when forwarding request to Master FE (#2443) Mingyu Chen 2019-12-12 16:27:48 +08:00
  • bf31bd238b Change default storage model from aggregate to duplicate(#2318) (#2412) yangzhg 2019-12-12 14:30:31 +08:00
  • c07f37d78c [Segment V2] Add a control framework between FE and BE through heartbeat #2247 (#2364) kangpinghuang 2019-12-12 12:18:32 +08:00
  • 7f2144e7e5 Upgrade JMockit from version 1.13 to 1.48 (#2423) xy720 2019-12-12 12:03:17 +08:00
  • 72cbf6f800 Add bitmap_union_count function (#2425) kangkaisen 2019-12-11 22:28:20 +08:00
  • 913792ce2b Add copy_object() method for HLL columns when loading (#2422) LingBin 2019-12-11 08:07:51 -06:00
  • 5312e840d2 Fix heap-use-after-free in TxnManager::force_rollback_tablet_related_txns (#2435) Dayue Gao 2019-12-11 21:49:26 +08:00
  • c42b6c34cd Fix alloc-dealloc-mismatch in OrdinalPageIndex (#2437) Dayue Gao 2019-12-11 21:39:48 +08:00
  • 036d7da290 Improve publish version performance (#2382) kangkaisen 2019-12-10 22:34:58 +08:00
  • 83b5455be5 [Load] Fix several races in stream load that could cause BE crash (#2414) Dayue Gao 2019-12-10 21:59:05 +08:00
  • 5951a0eaea Add more schema change docs (#2411) WingC 2019-12-10 16:46:41 +08:00
  • 8e6535053c [Tag System] Remove the 'isRestore' flag when creating table or partition (#2363) Mingyu Chen 2019-12-10 16:37:44 +08:00
  • af3d901a06 Convert INT type to DATE type (#2393) WingC 2019-12-07 21:56:52 +08:00
  • afd6784dbb Fix bug of sleep (#2409) 令狐少侠 2019-12-07 21:49:16 +08:00
  • 5a3f71dd6b Push limit to Elasticsearch external table (#2400) Yunfeng,Wu 2019-12-07 21:13:44 +08:00
  • a3b7cf484b Set the load channel's timeout to be the same as the load job's timeout (#2405) Mingyu Chen 2019-12-06 21:51:00 +08:00
  • 55d64e3be8 Remove the readFields() method in Writable interface (#2394) Mingyu Chen 2019-12-06 21:46:21 +08:00
  • f635552a20 Port latest faststring (#2403) LingBin 2019-12-06 06:39:56 -06:00
  • c8c3136807 Fix object type write and read failed when use segment v1 (#2407) kangkaisen 2019-12-06 20:29:24 +08:00
  • a46bf1ada3 [Authorization] Modify the authorization checking logic (#2372) Mingyu Chen 2019-12-06 17:45:56 +08:00
  • 177fec8917 Improve SkipList memory usage tracking (#2359) LingBin 2019-12-06 03:31:18 -06:00
  • 9fbc1c7ee6 Support where/orderby/limit after “SHOW ALTER TABLE COLUMN“ syntax (#2380) HaiBo Li 2019-12-06 02:24:44 -06:00
  • 8e2277d997 Fix group by inf and nan duplicated (#2142 #2145) (#2401) yangzhg 2019-12-06 16:19:08 +08:00
  • 597a8b2146 Revert "Fix arithmetic operation between numeric and non-numeric (#2362)" (#2398) yangzhg 2019-12-06 14:58:38 +08:00
  • 7ab7388468 Update version of maven to 3.6.3 in dockerfile (#2395) HuangWei 2019-12-06 14:14:29 +08:00
  • 6857ffe1c5 Fix arithmetic operation between numeric and non-numeric (#2362) yangzhg 2019-12-06 10:33:06 +08:00
  • 27d6794b81 Support subquery with non-scalar result in Binary predicate and Between-and predicate (#2360) EmmyMiao87 2019-12-05 21:27:33 +08:00
  • 333aee9610 Fix segmentation fault bug (#2391) WingC 2019-12-05 21:20:30 +08:00
  • 4f39d405ee Fix some load bugs (#2384) Mingyu Chen 2019-12-05 13:41:04 +08:00
  • 102a845131 Support convert date to datetime through alter table (#2385) WingC 2019-12-05 07:37:45 +08:00
  • 1532282942 Support push down is null predicate for Doris-On-ES (#2378) Yunfeng,Wu 2019-12-04 22:56:22 +08:00
  • fbee3c7722 Remove VersionHash used to comparison in BE (#2358) lichaoyong 2019-12-04 20:09:03 +08:00
  • 92536272d3 Fixed bdbje heartbeat timeout config format bug (#2369) Mingyu Chen 2019-12-04 13:28:08 +08:00
  • 0f00febd21 Optimize Doris On Elasticsearch performance (#2237) Yunfeng,Wu 2019-12-04 12:57:45 +08:00
  • f0c0a715d1 Add bdbje heartbeat timeout as a configuration of FE (#2366) Mingyu Chen 2019-12-04 08:56:37 +08:00
  • f828670245 Add Bitmap index reader (#2319) kangkaisen 2019-12-03 23:01:40 +08:00
  • c8cff85c94 Fixed a bug that HttpServer in unit test does not start correctly. (#2361) Mingyu Chen 2019-12-03 20:34:16 +08:00
  • 086bb82fd2 Fixed a bug that Load job's state is incorrect when upgrading from 0.10.x to 0.11.x (#2356) Mingyu Chen 2019-12-03 16:02:50 +08:00
  • 875790eb13 Remove VersionHash used to comparation in Fe (#2335) lichaoyong 2019-12-02 19:59:13 +08:00
  • d90995c410 Make node info metrics available on all FE node (#2353) Mingyu Chen 2019-12-02 17:31:32 +08:00
  • 698d93a077 Suport convert float to double, datetime to date by "alter table modify column type" (#2310) HaiBo Li 2019-12-02 01:55:15 -06:00
  • 5ab6739429 Add rowset convert (#2212) kangpinghuang 2019-12-02 10:00:19 +08:00
  • 725468f8a2 Fix bug of getting ES host error (#2342) 令狐少侠 2019-12-01 13:06:32 +08:00
  • 6fbb5b31fa Need to check the return status of push_memtable (#2328) LingBin 2019-11-30 03:17:46 -06:00
  • a3ccf2a607 Make BE CMakeLists.txt apply mac dev (#2337) kangkaisen 2019-11-29 22:14:48 +08:00
  • c5f7f7e0f4 Check the return status of _flush_memtable_async() (#2332) LingBin 2019-11-29 07:05:17 -06:00
  • 5ac4f3468e Remove old decommission job (#2326) Mingyu Chen 2019-11-29 21:02:53 +08:00
  • 8787a59cb4 Make FE compile support Mac (#2334) kangkaisen 2019-11-29 20:50:35 +08:00
  • d937f7b51e Fix the error of stream load doc (#2340) EmmyMiao87 2019-11-29 16:33:08 +08:00
  • ba76504fdc Fixed a bug that FE config 'async_load_task_pool_size' missing @ConfField annotation (#2339) Mingyu Chen 2019-11-29 14:11:51 +08:00
  • 8bf00afa25 Create table with nullable column for default (#2256) caiconghui 2019-11-29 11:11:31 +08:00
  • ba3d16f4c7 Add BinaryPrefixPage (#2308) kangkaisen 2019-11-29 07:39:12 +08:00
  • 6e33308472 Show tablet lists in EXPLAIN OlapScanNode (#2316) LingBin 2019-11-28 17:38:47 -06:00
  • 814e486113 Support ifnull fe builtin function (#2292) (#2327) Seaven 2019-11-28 22:10:08 +08:00
  • 324f1b8f51 Unify the type of path_hash to size_t (#2324) LingBin 2019-11-28 04:48:52 -06:00
  • e7b05f7eb3 Date format support java date style "yyyy-MM-dd HH:mm:ss" (#2309) HangyuanLiu 2019-11-28 14:34:31 +08:00
  • c33789ee49 Update insert-into-manual_EN.md (#2323) jiangshouzhuang 2019-11-28 14:00:33 +08:00
  • 02d7c486e1 Update insert-into-manual.md (#2322) jiangshouzhuang 2019-11-28 13:59:54 +08:00
  • a2d7c42042 Add a variable to specifically limit the memory usage of the load part in the insert operation (#2305) Mingyu Chen 2019-11-28 13:03:11 +08:00
  • 036ef5bcb9 Add a tool to show segment status (#2260) LingBin 2019-11-26 21:35:16 -06:00
  • ccbd65daeb Ensure ES endpoint without http prefix can work (#2303) Yunfeng,Wu 2019-11-26 22:52:10 +08:00
  • 569d0bb3af Replace all remaining boost::split() with strings::split() (#2302) LingBin 2019-11-26 08:22:14 -06:00
  • f716fd2b0b Ignore non-existent tablet in clear_transaction_task() (#2296) LingBin 2019-11-26 08:17:56 -06:00
  • a465b38874 Enhance doris on es error message (#2297) Yunfeng,Wu 2019-11-26 18:32:25 +08:00
  • 78cee0050d Fix IFNULL constants compute error (#2290) (#2291) Seaven 2019-11-25 18:47:36 +08:00
  • 1a97bacc32 Replace boost::split() with strings::Split() in storage options (#2277) LingBin 2019-11-24 19:32:41 -06:00
  • d5aeb9a6b7 Add document for session variables. (#2284) Mingyu Chen 2019-11-24 22:47:05 +08:00
  • e98bbb5bc5 Refactor clone task (#2285) ZHAO Chun 2019-11-24 22:36:10 +08:00
  • 9247da9bcc Fix deregister_recvr no cancel_stream bug (#2286) kangkaisen 2019-11-24 20:13:08 +08:00
  • 885019a75b Make DataStreamRecvr cancel_stream out of lock (#2281) kangkaisen 2019-11-23 16:52:49 +08:00
  • 764fa70aa3 Fix is not null bug #2278 (#2279) kangpinghuang 2019-11-23 00:29:38 +08:00
  • 46181c0880 Fix some bugs about load label (#2241) Mingyu Chen 2019-11-23 00:04:45 +08:00
  • 7bf89793fd Move dtor of BetaRowset to cpp file (#2276) LingBin 2019-11-22 10:04:25 -06:00
  • fda46654a2 Support setting properties for storage_root_path (#2235) HuangWei 2019-11-22 18:12:26 +08:00
  • 0e84a88c1a Fix document bugs in spark-doris-connector (#2275) vinson0526 2019-11-22 18:05:36 +08:00
  • 732c473043 Add spark-doris-connector extension (#2228) vinson0526 2019-11-22 15:38:05 +08:00
  • 79ff0ad2a4 Add pipes_as_concat_mode (#2252) xy720 2019-11-22 15:01:53 +08:00
  • 297542bd3f Delay start master only daemon threads (#2268) Mingyu Chen 2019-11-22 14:39:37 +08:00
  • f7d3af1f0a Fix export job bug (#2250) wkhappy1 2019-11-21 22:00:39 +08:00
  • bcc876e0de Fix some typos and grammar mistakes (#2269) Xu Xiaoqiang 2019-11-21 21:40:56 +08:00
  • 4fb498a1dc fix unit test failure for show columns from unknown table (#2261) caiconghui 2019-11-21 21:38:36 +08:00
  • 9c85a04580 Add schema hash to tablet proc info (#2257) LingBin 2019-11-20 20:06:30 -06:00
  • 88236de63e Fix bug for showing columns from non exist table doesn't prompt error (#2254) caiconghui 2019-11-20 19:02:34 +08:00
  • d72fbdf425 Support bitmap index build (#2050) Dayue Gao 2019-11-20 13:51:21 +08:00