Commit Graph

  • 6a9a62901f Fix bug of memory limit when group by varchar columns. (#3242) lichaoyong 2020-04-01 18:48:18 +08:00
  • 8a2eb8fbcf [Bug][segment_v2] Fix a bug that NullBitmapBuilder is not reset when data page doesn't have null (#3240) Dayue Gao 2020-04-01 18:39:04 +08:00
  • 028da655a9 Increased compatibility with mysql (#3235) Stalary 2020-04-01 09:57:00 +08:00
  • 68a801ffbe Support Java version 64 bits Integers for BITMAP type (#3090) wangbo 2020-03-31 15:29:41 +08:00
  • 0554e89645 [Alter] Fix bug of assertion failure when submitting schema change job (#3181) Mingyu Chen 2020-03-31 12:06:30 +08:00
  • e9b3584d45 [Bug] Fix bug that desc tbl all stmt throw error: Malformed packet (#3233) Mingyu Chen 2020-03-31 10:29:53 +08:00
  • 4131afe316 [Bug] NPE when using unknown function in broker load process (#3225) Mingyu Chen 2020-03-30 18:34:41 +08:00
  • 2e1a0030bc Add some connect samples (#3221) gengjun-git 2020-03-30 13:54:36 +08:00
  • 5f9359d618 Use SleepFor() instead of usleep() (#3211) HuangWei 2020-03-29 14:18:19 +08:00
  • e4682398bd [web] Dump configs on BE's website '/varz' (#3220) Yingchun Lai 2020-03-28 16:26:38 +08:00
  • 41f1ab006b Add curdate/now function in fe (#3215) HangyuanLiu 2020-03-28 13:39:54 +08:00
  • 6cf217f0c7 Fix WARNING to WARN in fe.conf sys_log_level (#3218) Stalary 2020-03-28 10:13:15 +08:00
  • 4a5164ab9d Fix 'Filesystem closed' in broker load (#3216) frwrdt 2020-03-28 09:14:45 +08:00
  • d3555e3624 [Conf][API Change] Change the default FE meta dir and BE storage_root_path gengjun-git 2020-03-27 20:42:12 +08:00
  • cb68e10217 [MaterializedView] Add 'IndexKeysType' field in 'Desc all table stmt' (#3209) EmmyMiao87 2020-03-27 20:36:02 +08:00
  • aa8b2f86c4 [Bug][Refactor] Fix the conflict of temp partition and dynamic partition operations (#3201) Mingyu Chen 2020-03-27 20:25:15 +08:00
  • c1969a3fb3 [Conf] Make default_storage_medium configurable (#2980) WingC 2020-03-27 07:22:18 -05:00
  • 32c4fc691c Support determine isPreviousLoadFinished for some alter jobs in table level (#3196) caiconghui 2020-03-27 07:16:23 -05:00
  • 0462607d8d StorageEngine: unused_rowsets use unordered_multimap (#3207) HuangWei 2020-03-27 14:30:31 +08:00
  • 16b61b62f5 [Spark] Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector (#3186) Youngwb 2020-03-26 21:34:37 +08:00
  • c4c37a4394 Rewritten subquery in having clause (#3206) EmmyMiao87 2020-03-26 21:13:57 +08:00
  • cc31bf9cf9 [rowset id] A little improvement of rowset id generator (#3203) Yingchun Lai 2020-03-26 20:24:26 +08:00
  • eda23b57f2 [Plugin] Create the FE plugin dir if missing (#3202) Mingyu Chen 2020-03-26 11:21:10 +08:00
  • a07fedd832 Fix unix_timestamp core where time less 1970 (#3198) HangyuanLiu 2020-03-25 23:16:58 +08:00
  • f585f30b1e [Plugin] Add FE plugin framework (#2463) Seaven 2020-03-25 22:57:05 +08:00
  • 8426669472 [Plugin] Add BE plugin framework (#2348) (#2618) Seaven 2020-03-25 21:55:44 +08:00
  • 8fa328c344 [Doc]Update doc for dynamic partition (#3093) WingC 2020-03-25 07:45:13 -05:00
  • c0282bbc58 Solve the problem of mv selector when there is having clause in query (#3176) EmmyMiao87 2020-03-25 20:42:39 +08:00
  • 8aa8b8c96d [Code Refactor] Using block manager to unify the data file access. (#3189) Mingyu Chen 2020-03-25 20:39:07 +08:00
  • dfd1a33712 [Dynamic Partition] Unify dynamic partition name and range (#3193) WingC 2020-03-25 05:37:05 -05:00
  • 71bc815b20 [SQL] Support subquery in case when statement (#3135) yangzhg 2020-03-25 17:12:54 +08:00
  • b2518fc285 [SQL] Support non-correlated subquery in having clause (#3150) EmmyMiao87 2020-03-25 16:29:09 +08:00
  • 3cff89df7f [Dynamic Partition] Support for automatically drop partitions (#3081) WingC 2020-03-24 21:24:46 -05:00
  • e794bb69b7 [BUG] Make default result ordering of SHOW PARTITIONS statement be consist with 0.11 (#3184) Dayue Gao 2020-03-24 17:14:27 +08:00
  • e20d905d70 Remove unused KUDU codes (#3175) lichaoyong 2020-03-24 13:54:05 +08:00
  • 3b32938140 [Doc] Create CONTRIBUTING.md (#3180) yangzhg 2020-03-24 13:42:21 +08:00
  • d4c1938b5c Open datetime min value limit (#3158) HangyuanLiu 2020-03-24 10:52:57 +08:00
  • dff3c0d57e Revert "Remove deep copy when doing hash table EvalRow (#3171)" (#3173) EmmyMiao87 2020-03-23 15:29:46 +08:00
  • d837231fca [RoutineLoad] Fix bug that job will be paused when table is altering (#3169) Mingyu Chen 2020-03-23 11:05:00 +08:00
  • 473a67a5b8 [Syntax] Remove all EmptyStmt from the end of multi-statements list (#3140) Mingyu Chen 2020-03-23 09:39:22 +08:00
  • dd8d748c55 Remove deep copy when doing hash table EvalRow (#3171) wyb 2020-03-21 09:52:49 +08:00
  • d29ed84b6a [Bug] Fix bug that right semi/anti join is not right (#3167) yangzhg 2020-03-20 20:58:55 +08:00
  • 47a3d5000b [UnitTest] Fix unit test bug in BetaRowset and PageCacheTest (#3157) lichaoyong 2020-03-20 20:37:50 +08:00
  • 6beadfda71 [Bug] Fix delete predicate bug for segment v2 (#3164) kangpinghuang 2020-03-20 20:35:55 +08:00
  • 2dc995df7b [CodeStyle] Rename new_partition_aggregation_node and new_partitioned_hash_table (#3166) HappenLee 2020-03-20 19:59:01 +08:00
  • 5a8fcd263f [CodeStyle] Delete obsolete code of partition_aggregation_node and partitioned_hash_table (#3162) HappenLee 2020-03-20 16:25:29 +08:00
  • c08d6e4708 [tablet meta] Do some refactor on TabletMeta (#3136) Yingchun Lai 2020-03-20 15:03:22 +08:00
  • 2d3dbc2c42 Revert "[CodeStyle] Del obsolete code of partition_aggregation_node (#3154)" (#3160) lichaoyong 2020-03-20 14:47:25 +08:00
  • 5f004cb009 Revert "[CodeStyle] Remove unused PartitionedHashTable (#3156)" (#3159) lichaoyong 2020-03-20 14:42:40 +08:00
  • d3fd44f0a2 [CodeStyle] Remove unused PartitionedHashTable (#3156) lichaoyong 2020-03-20 12:19:08 +08:00
  • dae013d797 [CodeStyle] Del obsolete code of partition_aggregation_node (#3154) HappenLee 2020-03-20 11:33:55 +08:00
  • f0db9272dd [Performance] Improve performence of hash join in some case (#3148) yangzhg 2020-03-20 10:31:14 +08:00
  • 12d1b072ef [Bug] Fix bug that of union statement (#3137) yangzhg 2020-03-20 09:51:38 +08:00
  • c88e8ab1ab Add some system variables (#3144) gengjun-git 2020-03-20 09:28:34 +08:00
  • d90c892bd8 [Bug] Get NPE when executing show alter table statement (#3146) Mingyu Chen 2020-03-20 09:20:21 +08:00
  • b286f4271b Remove unused PreAggregtionNode (#3151) lichaoyong 2020-03-20 09:19:47 +08:00
  • 4b3367636d [Bug] Fix NPE when access follower Fe's web console (#3149) Dayue Gao 2020-03-19 20:34:34 +08:00
  • 0f14408f13 [Temp Partition] Support loading data into temp partitions (#3120) Mingyu Chen 2020-03-19 15:07:01 +08:00
  • 9059afcc80 Delete, update and simplify some FE code (#3125) kangkaisen 2020-03-19 12:27:08 +08:00
  • 41815ef176 [Alter]Clear expire alterJobV2 (#3130) WingC 2020-03-18 07:27:10 -05:00
  • 178bdcb16a Use DCHECK_GT instead when checking _tablet_map_lock_shard_size (#3138) lichaoyong 2020-03-18 19:41:04 +08:00
  • 08e4035a41 1 (#3134) Mingyu Chen 2020-03-17 20:11:41 +08:00
  • d01b58bff6 Support 64 bit timestamp in from_unixtime (#3069) HangyuanLiu 2020-03-17 17:30:42 +08:00
  • 33319d659b [Thrift] Fix a bug when ThriftClientImpl close() error (#3128) Yingchun Lai 2020-03-17 15:53:44 +08:00
  • 0959abc1dc [ExceptNode] Implement except node (#3056) yangzhg 2020-03-17 10:54:40 +08:00
  • f6374fa9a5 Use default_rowset_type to replace compaction_rowset_type (#3101) kangpinghuang 2020-03-16 22:23:48 +08:00
  • a80e9bf229 Fix broker scan node mem limit check (#3123) HuangWei 2020-03-16 20:36:46 +08:00
  • cb87a54c2b [Syntax] Support schema keyword to be compatible with the mysql syntax (#3115) caiconghui 2020-03-16 17:17:49 +08:00
  • ee06ce31ba [Bug] Fix bug that the file_block_mgr object was incorrectly destructed (#3122) Mingyu Chen 2020-03-16 17:07:27 +08:00
  • 14c088161c [New Stmt] Support setting replica status manually (#1522) Mingyu Chen 2020-03-16 13:42:30 +08:00
  • 64a06ea9d4 [UT] Fix some BE unit tests (#3110) Yingchun Lai 2020-03-16 13:31:44 +08:00
  • f4b028915b Do not build llvm thirdparty (#3116) LingBin 2020-03-15 18:34:52 +08:00
  • e01850e6ec [Alter] Alter job got stuck because of table is untable (#3106) Mingyu Chen 2020-03-14 23:48:36 +08:00
  • 42931d22cb [Bug] tablet meta is not updated correctly after compaction (#3098) Mingyu Chen 2020-03-14 23:39:11 +08:00
  • 01a4ab01c4 [Bug] Fix mapping columns not exist in the table schema (#3113) wyb 2020-03-14 22:45:39 +08:00
  • 14757f61a0 [Backup] Fix table could not load data after restore (#3087) Youngwb 2020-03-13 22:37:11 +08:00
  • 4c98596283 [MysqlProtocol] Support MySQL multiple statements protocol (#3050) Mingyu Chen 2020-03-13 22:21:40 +08:00
  • 9832024995 [Insert] Fix bug that insert meet unexpected "label already exists" exception (#3103) Mingyu Chen 2020-03-13 20:51:44 +08:00
  • 5f18e99cdb [Doc] Update add fe node description (#3100) Seaven 2020-03-13 18:05:09 +08:00
  • aa540966c6 Output null for hll and bitmap column when select * (#2991) kangkaisen 2020-03-13 11:59:30 +08:00
  • d8c756260b Rewrite count distinct to bitmap and hll (#3096) kangkaisen 2020-03-13 11:44:40 +08:00
  • c5660fcb9d [UT]Fix unit test for cgroup_util (#3094) WingC 2020-03-12 09:59:40 -05:00
  • 8276c6d7f8 Show BE version in 'show backends;' (#3074) Yingchun Lai 2020-03-12 22:15:13 +08:00
  • 905070f4da [CodeStyle] Fix compile warning (#3076) LingBin 2020-03-11 05:17:29 -05:00
  • bf9612e28b [CodeStyle] Remove unnecessary forward declaration of WritableFile (#3075) LingBin 2020-03-11 05:17:11 -05:00
  • c8705ccf12 [MaterializedView] Support dropping materialized view (#3068) EmmyMiao87 2020-03-11 18:16:24 +08:00
  • a77515fe03 [Backup] Fix backup job block at SNAPSHOTING phase (#3058) Youngwb 2020-03-11 14:05:02 +08:00
  • 608917c04d Use block layer to write files (#3064) LingBin 2020-03-10 23:11:25 -05:00
  • cf219ddf18 [ConsistencyCheck] Support checking replica consistency of tablet manually (#3067) Mingyu Chen 2020-03-10 15:25:25 +08:00
  • 7400535b37 [Doc] Update compaction-action_EN.md (#3060) Youngwb 2020-03-09 22:09:43 +08:00
  • b9b9a11eae [Bug] Fix invalid rollback for stream load txn (#3054) WingC 2020-03-09 09:07:36 -05:00
  • 6e46dccd39 [Doc] Update compaction-action.md (#3059) Youngwb 2020-03-09 21:14:09 +08:00
  • fdcbfbb793 [Bug] Fix bug that coalesce() function return null when there is constant value in parameter. (#3062) Mingyu Chen 2020-03-09 16:38:50 +08:00
  • a1f5b57011 Support sharding tablet_map_lock into more small map locks to make good performance for tablet manage task (#3051) caiconghui 2020-03-09 16:29:56 +08:00
  • dc07182bd4 [Intersect] Implements intersect node (#3034) yangzhg 2020-03-09 10:52:55 +08:00
  • 172838175f [Bug] Fix bug that index name in MaterializedViewMeta is not changed after schema change (#3048) Mingyu Chen 2020-03-09 10:11:16 +08:00
  • 765f284dcd [Doc] Add Downloads page to Doris website (#3039) Mingyu Chen 2020-03-09 09:42:46 +08:00
  • c8054ebe13 [Function] ifnull function supports new args (date,datetime) and (datetime, date) (#3043) wangbo 2020-03-09 09:37:26 +08:00
  • c83729435f Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11 (#3044) lichaoyong 2020-03-07 11:16:48 +08:00
  • 1d296e907d Fix orc load timestamp bug (#3047) HangyuanLiu 2020-03-06 18:03:27 +08:00