Commit Graph

  • 751a219f0a Add the unchecked cast from date literal to others (#2021) EmmyMiao87 2019-10-21 13:57:50 +08:00
  • 109eb79f19 Add help doc for debug tool (#2019) ZHAO Chun 2019-10-20 22:58:03 +08:00
  • 05643dc403 Replace Arena with MemPool (#2012) ZHAO Chun 2019-10-19 15:53:24 +08:00
  • 292273be2e Fix string bug in segment v2 (#2005) kangpinghuang 2019-10-18 15:53:01 +08:00
  • 05c05cfc83 Add apache arrow IPC module for Spark-Doris-Connector usage (#1958) Yunfeng,Wu 2019-10-18 14:27:19 +08:00
  • 3f325e001a Change the priority of different type in function (#2003) EmmyMiao87 2019-10-18 09:35:49 +08:00
  • c3b5046940 Fix bug of invalid stream load task rollback (#1999) Mingyu Chen 2019-10-17 21:08:29 +08:00
  • d9bb494d7f Fix bug that insert stmt with label return label already exist. (#2006) Mingyu Chen 2019-10-17 20:00:12 +08:00
  • 4f7cc7e033 add predicate filter(#1652) (#1775) kangpinghuang 2019-10-17 19:20:00 +08:00
  • 3bca253fb3 Fix beta rowset read slow (#1994) kangpinghuang 2019-10-17 19:19:46 +08:00
  • 3c12af4dcc Limit the memory consumption of broker scan node (#1996) Mingyu Chen 2019-10-17 14:40:16 +08:00
  • ac16318c9b [Bug-fix][Broker-load] Fix the bug of the label already exists when the txn has been finished (#1992) EmmyMiao87 2019-10-16 16:35:18 +08:00
  • d2bc47d2cc Add introduction of label_keep_max_second (#1993) EmmyMiao87 2019-10-16 16:05:13 +08:00
  • 41e55cfca9 Modify fixed partition feature (#1989) Mingyu Chen 2019-10-16 16:03:46 +08:00
  • 2fcb79e3ef Fix wrong group by result bug (#1987) kangpinghuang 2019-10-16 07:19:53 +08:00
  • 63fa260d3f Support prepare/close in UDF (#1985) xy720 2019-10-16 07:19:20 +08:00
  • ee5b79ac2b Fix bug that memtable should be destroyed before finishing the load process (#1983) Mingyu Chen 2019-10-15 22:46:19 +08:00
  • ec7c8a2c6f Support adding fixed range partition worker24h 2019-10-14 20:50:30 -05:00
  • 62acf5d098 Limit the memory usage of Loading process (#1954) Mingyu Chen 2019-10-15 09:26:20 +08:00
  • f130bd3e7b Use Env function to operate directory (#1980) ZHAO Chun 2019-10-15 09:25:12 +08:00
  • 4391152168 Make variable argument UDAF work (#1982) WingC 2019-10-15 09:24:53 +08:00
  • c3a3212ae5 Bump netty-all from 4.1.25.Final to 4.1.42.Final in /fe (#1959) dependabot[bot] 2019-10-14 23:05:00 +08:00
  • 9fb9dbefca Get rid of compaction on rowset when making snapshot (#1977) lichaoyong 2019-10-14 22:07:31 +08:00
  • b84ef013eb Fix the mistake for HLL in mini load (#1981) EmmyMiao87 2019-10-14 19:46:23 +08:00
  • ccc236484b Fix bug that failed to add KEY column to DUPLICATE KEY table (#1973) Mingyu Chen 2019-10-14 16:40:34 +08:00
  • 01e71def63 Update engine_clone_task.cpp (#1979) zhongyun2019 2019-10-14 16:23:04 +08:00
  • a6a9b0021f Check tablet state before update it (#1974) yiguolei 2019-10-14 16:04:47 +08:00
  • a323a190a2 Update monitor-alert.md (#1975) zhongyun2019 2019-10-14 12:22:51 +08:00
  • fb7e63038b Fix compile fail (#1971) ZHAO Chun 2019-10-14 10:24:13 +08:00
  • e3cc0ee93e Fix empty string bug in dict encoding (#1970) kangpinghuang 2019-10-14 10:05:00 +08:00
  • d68b1b287c Support segment-level zone map (#1931) Lijia Liu 2019-10-13 22:06:09 +08:00
  • 7eece1e9e2 Support variable arguments for UDAF (#1968) WingC 2019-10-13 22:04:23 +08:00
  • 80e9b21fb0 Make Segment v2 use string's real length(#1943) (#1944) wangbo 2019-10-13 13:23:43 +08:00
  • 8232261df1 Lost rowset during tablet revise tablet meta (#1967) yiguolei 2019-10-12 23:30:11 +08:00
  • 463b462b8d Add create_time to information_schema.tables yangzhg 2019-10-12 21:45:14 +08:00
  • de4e45cd08 Make Schema Change work on segment V2 (#1965) kangpinghuang 2019-10-12 21:32:53 +08:00
  • ce236bfcd4 add alter table modify limit: Cannot change DATETIME to DATE (#1963) xionglei0 2019-10-12 19:11:17 +08:00
  • 7370b44ab2 Tablet report does not set version miss (#1961) yiguolei 2019-10-12 14:36:49 +08:00
  • 4678ec8dd9 Delete unused log (#1957) kangpinghuang 2019-10-11 23:12:38 +08:00
  • bbb3fdef8c Fix bug that OlapTableSink use invalid column as distribution column for RANDOM distribution table. (#1956) Mingyu Chen 2019-10-11 20:07:25 +08:00
  • 71731b25f4 Ignore some compaction errors to reduce logs (#1955) yiguolei 2019-10-11 19:58:38 +08:00
  • 4a17152f40 Add tdigest compression param for pencentile_approx function (#1939) shengyunyao 2019-10-11 18:56:59 +08:00
  • 948f497dd4 Fix some warning when compile type is debug using -Werror flag(because of use deprecated funcrtions) (#1953) yangzhg 2019-10-11 17:21:41 +08:00
  • 0e4b3755a2 Refactor txn manager methods (#1950) yiguolei 2019-10-11 17:16:13 +08:00
  • d5493fb20a Replace std::regex with RE2 (#1930) ZHAO Chun 2019-10-11 15:57:53 +08:00
  • e267d031bb Enhance the speed of avg function (#1889) EmmyMiao87 2019-10-10 22:43:46 +08:00
  • e4f3e8fda7 Remove redundant method in rowset meta manager (#1949) yiguolei 2019-10-10 19:29:59 +08:00
  • b72a4a4bc6 Add tablet meta checkpoint mechanism (#1936) yiguolei 2019-10-10 09:39:02 +08:00
  • d46fc59cc3 Add send_clear_alter_tasks operation Mingyu Chen 2019-10-09 22:32:48 +08:00
  • 024348d74b Enable auto convert when check in (#1926) ZHAO Chun 2019-10-09 22:31:27 +08:00
  • a6b843c04d Fix OrdinalPageIndex header size (#1938) kangkaisen 2019-10-09 22:07:27 +08:00
  • 1c99e88fc0 Invalid hash value of DateLiteral (#1933) yuanli 2019-10-08 11:07:02 +08:00
  • 0d729b1191 Filter empty strings of properties in file fe.conf (#1932) xy720 2019-10-07 23:21:05 +08:00
  • 0072712c80 Add address reuesd option for http server (#1915) Yunfeng,Wu 2019-09-30 20:34:10 +08:00
  • c8abdf8989 Fix length equal restrict in schema change (#1921) HangyuanLiu 2019-09-30 20:32:32 +08:00
  • cbf6214762 Add a miss break (#1923) yuanli 2019-09-30 20:32:05 +08:00
  • 4e8d728e75 Remove unused code and unnecessary check (#1918) kangkaisen 2019-09-30 18:35:30 +08:00
  • 8aa8e08f27 v2 segment support string encode(#1766) (#1816) wangbo 2019-09-30 16:25:31 +08:00
  • 69d0a34bfd Remove unused _request_columns_size from olap_scanner (#1916) kangkaisen 2019-09-30 15:25:10 +08:00
  • 2cecf5901f Fix segment v2 bug (#1904) kangpinghuang 2019-09-30 13:50:39 +08:00
  • 262c7f4834 Make All BE UT pass in debug mode (#1913) kangkaisen 2019-09-29 19:37:51 +08:00
  • eca3b4bb8e Fix BetaRowsetTest in debug mode (#1912) kangkaisen 2019-09-29 18:20:20 +08:00
  • f852f50acb Improve unique id performance (#1911) yiguolei 2019-09-29 18:20:02 +08:00
  • 8f016d3ab2 Make HLL be able to handle invalid data (#1908) ZHAO Chun 2019-09-29 10:55:23 +08:00
  • 58f1d79597 Make batchEndId default value to zero instead (#1907) lichaoyong 2019-09-28 23:12:59 +08:00
  • bdd9c31766 Remove default value for HLL column (#1901) HangyuanLiu 2019-09-28 11:19:25 +08:00
  • de8f273217 Add hardware info in fe httpserver home page #1894 (#1896) yangzhg 2019-09-28 11:17:08 +08:00
  • d3a445ee09 Fix memory_scratch_sink_test in debug mode (#1906) kangkaisen 2019-09-28 10:33:24 +08:00
  • 1131f53420 Fix parquet_scanner_test in debug mode (#1900) kangkaisen 2019-09-28 01:15:33 +08:00
  • cafb9f1e62 Replace Arena with MemPool first step (#1899) kangkaisen 2019-09-28 01:12:22 +08:00
  • 0c22d8fa08 Add frame_of_reference page (#1818) kangkaisen 2019-09-28 01:10:29 +08:00
  • e67b398916 Fix bug that backup may create an empty file on remote storage. (#1869) Mingyu Chen 2019-09-28 00:11:43 +08:00
  • 1c229fbd92 Fix es_scan_reader_test in debug mode (#1905) kangkaisen 2019-09-28 00:02:30 +08:00
  • ec3aa03c45 Add more routine load example (#1902) HangyuanLiu 2019-09-27 20:42:52 +08:00
  • 2f0808137a Refactor FrontendHelper (#1888) yiguolei 2019-09-27 13:21:14 +08:00
  • ee59b18daa Change atomic_int64_t to atomic<int64_t> (#1890) yangzhg 2019-09-26 20:57:13 +08:00
  • b970290ae4 Reduce memory usage of View object (#1878) Mingyu Chen 2019-09-26 14:57:46 +08:00
  • 2ea7de8b5e Update some docs (#1882) yangzhg 2019-09-26 14:43:55 +08:00
  • b246d93128 Avoid SerDe for aggregation query with object pool (#1854) kangkaisen 2019-09-26 13:51:13 +08:00
  • 7df1418ff4 Check transaction_id in TClearTransactionTaskRequest (#1872) lichaoyong 2019-09-26 10:15:43 +08:00
  • 5d1165fad2 Fix direct compilation failed #1862 (#1875) yangzhg 2019-09-26 09:34:41 +08:00
  • f3bbdfe7d3 Fix bug that load statistic in show load result is incorrect (#1871) Mingyu Chen 2019-09-25 22:56:59 +08:00
  • ce6fb1cfba Fix bug: broker load not support inline function in hll_hash (#1873) EmmyMiao87 2019-09-25 22:00:02 +08:00
  • 09482c9f52 Take segments in singleton rowset into consideration upon cumulative compaction (#1866) lichaoyong 2019-09-25 15:27:44 +08:00
  • e43f1a2766 Fix NPE error when creating table with bool column (#1864) wubiao 2019-09-25 14:40:13 +08:00
  • eb840ecca8 Support boolean/date/datetime/decimal types in segment V2 (#1863) wubiao 2019-09-25 13:53:00 +08:00
  • c643cbd30c Optimize the load performance for large file (#1798) Mingyu Chen 2019-09-25 13:49:32 +08:00
  • dd02382abd Check buckets limit: buckets > 0 when adding partition (#1855) xionglei0 2019-09-25 13:02:09 +08:00
  • c2de62d6a1 Collect scanner's status when es_http_scan_node close (#1861) shgxwxl 2019-09-25 12:20:13 +08:00
  • 40b9c3571b Support hll_empty function (#1825) HangyuanLiu 2019-09-25 09:28:02 +08:00
  • 533a2e0f94 Optimize memory usage in wrapper field #1852 (#1853) kangpinghuang 2019-09-24 20:25:54 -05:00
  • 0b15d26b6c Fix segment V2 estimate size inaccuracy (#1858) wubiao 2019-09-24 20:13:15 +08:00
  • 8d0fee7e64 Add default value column iterator #1834 (#1835) kangpinghuang 2019-09-24 14:39:10 +08:00
  • fe27969978 add delete predicate filter(#1636) (#1745) kangpinghuang 2019-09-24 14:38:19 +08:00
  • b756dfd90b Fix bug: compare column with equals rather than == (#1850) xionglei0 2019-09-24 09:40:11 +08:00
  • c3fccb7a49 Support cast datetime to decimal (#1849) ZHAO Chun 2019-09-23 19:56:20 +08:00
  • fded13e3cd Fix bug: Enable StringLiteral cast to Varchar (#1846) EmmyMiao87 2019-09-23 18:42:25 +08:00
  • 4c7b52d077 Fix bug: Remove conjuncts for empty set node (#1840) EmmyMiao87 2019-09-23 15:09:04 +08:00
  • 93fe10a268 Reduce size of HyperLogLog struct (#1845) ZHAO Chun 2019-09-21 14:38:58 +08:00
  • 74d6d04e01 Fix two digit year bug in to_days function (#1839) HangyuanLiu 2019-09-20 22:59:05 +08:00