Commit Graph

  • aedccc4ec4 fix npe for null stats (#2253) kangpinghuang 2019-11-20 13:03:58 +08:00
  • 46005bf6ba Fix bug for show create table statement with unique key types (#2231) caiconghui 2019-11-20 10:02:04 +08:00
  • 9be86a3db8 Add gutil split and strip tool (#2238) LingBin 2019-11-19 19:58:52 -06:00
  • 9b5eeaec19 Fix bug that DeployManager should start working after catalog is ready. (#2244) Mingyu Chen 2019-11-20 09:49:09 +08:00
  • c9db1a5b2d Fix schema change validate failure #2230 (#2233) kangpinghuang 2019-11-19 23:17:06 +08:00
  • 03a5359e4a Fix the line breaks to '\n' (#2234) LingBin 2019-11-19 18:51:05 +08:00
  • 14769b0beb Improve to_bitmap parse int performance (#2223) kangkaisen 2019-11-19 18:00:19 +08:00
  • 42a4fff562 Replace boost canonicalize (#2209) Seaven 2019-11-19 17:57:37 +08:00
  • db8819d365 Change sqlmode 'required' to 'optional' in forward master request, (#2236) xy720 2019-11-19 17:32:37 +08:00
  • 4984be9d76 Persist sqlmode in load metadata and add sqlmode to forward master request (#2216) xy720 2019-11-19 16:58:10 +08:00
  • 23078a5cee Avoid Chinese garbled for streamLoad java sample (#2229) Youngwb 2019-11-18 21:14:35 +08:00
  • d8cfbbedf7 Support bitmap_empty function (#2227) kangkaisen 2019-11-18 20:37:00 +08:00
  • 626001fae4 Fix bug upon is not null with batch without null data (#2219) lichaoyong 2019-11-17 22:54:29 +08:00
  • 59e9027f76 Fix bug that timeout is not taken effect in streamload (#2217) 令狐少侠 2019-11-16 22:29:55 +08:00
  • c5ce72215d Optimize tablet report with expired transaction. (#2215) Mingyu Chen 2019-11-15 23:03:21 +08:00
  • 22d0987e97 Set cumulative point upon no suitable rowsets (#2204) lichaoyong 2019-11-14 22:16:42 +08:00
  • 8b7735f7e9 Fix npe when segment writer init failed (#2202) kangpinghuang 2019-11-14 21:40:18 +08:00
  • 4f56698db4 Change ifnull syntax support date type (#2123) (#2206) Seaven 2019-11-14 21:33:12 +08:00
  • 6688fef158 Add more note for streamLoad java sample (#2198) caiconghui 2019-11-14 21:27:56 +08:00
  • 20e0344033 Fix condition npe bug (#2200) kangpinghuang 2019-11-14 14:13:49 +08:00
  • b187c0881c Fix bug of null safe equal join (#2193) EmmyMiao87 2019-11-14 08:52:48 +08:00
  • 3dcb8c991c Make RowBatch compatible with old version (#2190) ZHAO Chun 2019-11-13 23:26:26 +08:00
  • 84c1fa88b8 Add node dead num metrics for all types of node (#2191) Mingyu Chen 2019-11-13 23:25:51 +08:00
  • 35b2800542 Keep num_of_columns_from_file incompatibile with 0.10 protocol (#2187) HangyuanLiu 2019-11-13 22:04:15 +08:00
  • 8063353429 Fix concurrent create same directory failed (#2176) (#2185) Seaven 2019-11-13 20:59:25 +08:00
  • 11872d5cf6 Sending clear txn task explicitly after transaction being aborted (#2182) Mingyu Chen 2019-11-13 11:22:45 +08:00
  • b9c7f6e5ac Fix create path bug (#2177) Seaven 2019-11-12 12:46:54 +08:00
  • b4d630137a Fix DB meta lost bug 2 (#2174) kangkaisen 2019-11-12 09:35:27 +08:00
  • 1695d8ffc7 Clean the fe/target directory before building (#2173) Mingyu Chen 2019-11-11 22:04:17 +08:00
  • d0316d158d Refactor and reorganize the file utils (#2089) Seaven 2019-11-11 20:25:41 +08:00
  • 068eed8eb0 Add delete state of row block v2 for performance (#2055) kangpinghuang 2019-11-11 20:07:37 +08:00
  • 06befc45ed Support decrease edit_log_roll_num config (#2171) kangkaisen 2019-11-11 14:20:32 +08:00
  • 288cf1ec80 Fix DB meta lost bug (#2167) kangkaisen 2019-11-11 11:02:21 +08:00
  • 9eaba67606 Limit the FE log file number (#2163) Mingyu Chen 2019-11-11 09:12:57 +08:00
  • c92de36bec Add ext_unix_timestamp for date < 1970-01-01 and > 2038-01-19 (#2161) Yunfeng,Wu 2019-11-08 21:19:26 +08:00
  • 48d9318d07 Support date_add function to support partition prune (#2154) HangyuanLiu 2019-11-08 18:57:21 +08:00
  • 3886503c02 Fix bug of core in multi join (#2164) EmmyMiao87 2019-11-08 18:55:38 +08:00
  • 9ea14b83bb Remove failed UT (#2165) ZHAO Chun 2019-11-08 16:48:32 +08:00
  • 42395d2455 Change Null-safe equal operator from cross join to hash join (#2156) EmmyMiao87 2019-11-08 12:43:48 +08:00
  • af79485eb2 Ignore --helper start argument if not first time to start FE (#2159) Mingyu Chen 2019-11-08 08:48:11 +08:00
  • 89dc461f91 Fix UT and remove unused code (#2160) ZHAO Chun 2019-11-08 08:47:48 +08:00
  • d461a451d7 Add log info for QueryPlanAction (#2152) Yunfeng,Wu 2019-11-07 22:48:20 +08:00
  • 2581d6d574 Support hdfs broker reading config from hdfs-site.xml (#2148) caiconghui 2019-11-07 22:23:31 +08:00
  • 2efd9e54ea Optimize the query plan so that UnionNode can be executed distributedly (#2150) Mingyu Chen 2019-11-07 19:41:06 +08:00
  • c25e826dce Fix default value column bug (#2134) kangpinghuang 2019-11-07 19:06:24 +08:00
  • cfc98e3571 Fix string type column zone map bug (#2144) kangpinghuang 2019-11-07 15:57:38 +08:00
  • 188d97c215 Add null bit verification for row_batch transformation (#2139) Yunfeng,Wu 2019-11-07 14:05:23 +08:00
  • 5a4908e99a Forward stmt with stmt id generated on origin FE. (#2129) Mingyu Chen 2019-11-07 10:28:15 +08:00
  • f14cdacfd1 Fix single column read bug (#2122) kangpinghuang 2019-11-07 10:24:03 +08:00
  • 6759e83a07 Add license header for md files and fix some translation's error (#2137) xy720 2019-11-06 21:35:07 +08:00
  • 7b4ae7df06 Merge pull request #2141 from morningman/modify_routine_load_log EmmyMiao87 2019-11-06 16:09:56 +08:00
  • 96f60ea6ca Add some log to detect deadlock of routine load job morningman 2019-11-06 15:57:51 +08:00
  • 7ad72bbcb8 Enable decimalV2 cast to different precision (#2131) EmmyMiao87 2019-11-05 20:31:23 +08:00
  • 78a4270457 Fix in predicate bug (#2132) kangpinghuang 2019-11-05 20:27:22 +08:00
  • 0046eecb0a Refactor OwnedSlice (#2126) Dayue Gao 2019-11-05 20:09:17 +08:00
  • 65c3b0907a Support aggregation type of REPLACE_IF_NOT_NULL (#2127) ZHAO Chun 2019-11-05 18:08:34 +08:00
  • ccc1b9d98c Optimize percentile_approx through radix sort (#2102) (#2107) shengyunyao 2019-11-05 09:25:47 +08:00
  • d2e34310ef Fix bug that UpdateTabletMetaInfoTask not returned (#2119) Mingyu Chen 2019-11-05 09:23:41 +08:00
  • d83eec7a14 Fix META read (#2125) ZHAO Chun 2019-11-04 18:44:04 +08:00
  • ac5dd0c9f2 Support sql mode (#2083) xy720 2019-11-01 23:21:00 +08:00
  • e1a8f9d30f Segment v2 stream load core dump(#2037) (#2075) wangbo 2019-11-01 22:52:58 +08:00
  • 713e04624f Modify the lower bound of percentile_approx compression param to 2048 (#2111) shengyunyao 2019-11-01 13:07:39 +08:00
  • 45df6aae08 Fix some routine load bugs (#2093) Mingyu Chen 2019-10-31 21:53:03 +08:00
  • 95a3b4ccfe Add object type (#1948) kangkaisen 2019-10-31 21:42:58 +08:00
  • 78d7a8f315 Add Apache license header in config files (#2081) (#2110) shengyunyao 2019-10-31 17:21:32 +08:00
  • e7d6bbd336 Fix explain InsertStmt NPE in FOLLOWER node (#2097) kangkaisen 2019-10-31 14:10:43 +08:00
  • 5618baebbc Modify Copyright in NOTICE file to 2018-2019 (#2080) (#2109) shengyunyao 2019-10-31 14:05:40 +08:00
  • 5e8c96f28b Optimize FE start logic (#2052) Mingyu Chen 2019-10-31 11:11:50 +08:00
  • 03d384ac51 Add .rat_excludes file, and modify related documents (#2031) (#2105) yangzhg 2019-10-31 10:34:22 +08:00
  • f53f188c5d Add arrow IPC serialization for Doris-Spark-Connector (#2013) Yunfeng,Wu 2019-10-31 10:32:06 +08:00
  • 6b4ef34162 fix AlphaRowsetTest by remove StorageEngine #2078 (#2091) kangpinghuang 2019-10-30 19:39:41 +08:00
  • 5287bc2231 Replace DISCLAIMER with DISCLAIMER-WIP (#2100) Seaven 2019-10-30 19:06:21 +08:00
  • 0a0da8292f Fix BE could not strat (#2104) kangkaisen 2019-10-30 18:53:39 +08:00
  • 8d2cc71934 Format markdown of docker section (#2098) zhouhaibing089 2019-10-30 01:52:45 -07:00
  • b006d58f5c Fix SegmentIterator lost data when there are multiple RowRanges (#2092) wubiao 2019-10-30 12:27:50 +08:00
  • 6fd63a8f3c Add the cast function for if function in outer join (#2087) EmmyMiao87 2019-10-29 11:07:17 +08:00
  • 2ae54250e7 Fix null stats when beta rowset schema change (#2085) kangpinghuang 2019-10-28 22:15:34 +08:00
  • 5e3ba03b52 Awareness of Backend down when loading data (#2076) Mingyu Chen 2019-10-28 20:18:45 +08:00
  • ebdcfc21df Multi distinct + no group by + big data is stuck (#2079) EmmyMiao87 2019-10-28 18:51:05 +08:00
  • 9408ad67e9 Fix predicate error when reading BetaRowset (#2067) kangpinghuang 2019-10-27 12:12:41 +08:00
  • 13fde9fce3 Add stats to BetaRowsetReader (#2074) lichaoyong 2019-10-27 12:06:39 +08:00
  • 1859819aa7 Update doc for FE metadata recover (#2073) kangkaisen 2019-10-25 22:27:41 +08:00
  • 52a176b229 Remove stats in SchemaChange (#2071) lichaoyong 2019-10-25 19:25:18 +08:00
  • b6e3725c5d Fix bug that tablet failed to be committed when no data is loaded (#2064) Mingyu Chen 2019-10-25 16:36:35 +08:00
  • 189e08faa5 Replace NewStatus with Status (#2046) Seaven 2019-10-24 22:48:59 +08:00
  • 78bf825e73 Optimize the convert of row block v2 to v1 #2011 (#2058) kangpinghuang 2019-10-24 22:36:30 +08:00
  • 78a5a84e06 Remove drop repository name toLowerCase (#2060) Youngwb 2019-10-24 20:06:13 +08:00
  • 0bcfddab92 Remove clear_alter_task (#2056) lichaoyong 2019-10-24 18:57:14 +08:00
  • 4848c94262 Fix bug that unable to add bloom filter columns (#2054) Mingyu Chen 2019-10-24 14:08:53 +08:00
  • e3c39a192c Fix schema change core dump because of null stats (#2049) kangpinghuang 2019-10-23 23:06:29 +08:00
  • d33e1693b0 Initialize DeltaWriter lazily (#2044) Mingyu Chen 2019-10-23 18:51:38 +08:00
  • 9bc2325c6a Fix incorrect scan bytes in metrics (#2034) HangyuanLiu 2019-10-23 18:13:40 +08:00
  • 06fe8579d2 Update release process documents (#2008) ZHAO Chun 2019-10-23 16:20:46 +08:00
  • e6bd1855e2 fix default compaction rowset type bug (#2042) kangpinghuang 2019-10-23 11:08:14 +08:00
  • d25f0ba69a Make ColumnReader load lazily (#2026) Dayue Gao 2019-10-23 10:25:28 +08:00
  • 0f94b685ab Add ES7.x compatibility for doris on es (#2033) Yunfeng,Wu 2019-10-22 17:23:33 +08:00
  • 9c2d149c36 add profile for segment v2 (#2015) kangpinghuang 2019-10-22 09:43:16 +08:00
  • 6634051359 Make default rowset type to config (#2020) kangpinghuang 2019-10-21 21:44:00 +08:00
  • 8aa2cbe12d Load Rowset only once in a thread-safe manner (#2022) Dayue Gao 2019-10-21 16:05:12 +08:00
  • 58c882fa2a Remove SchemaChangeV1 (#2014) lichaoyong 2019-10-21 15:07:28 +08:00