Commit Graph

  • e5f884a6fc [enhancement](cache) make segment cache prune more effectively (#17011) zhannngchen 2023-02-23 18:24:18 +08:00
  • 526a66e9fb [Function](array-type) support array_apply (#17020) lihangyu 2023-02-23 17:38:16 +08:00
  • edead494cb [Enhancement](storage) add a new hidden column __DORIS_VERSION_COL__ for unique key table (#16509) zhannngchen 2023-02-23 15:47:17 +08:00
  • ad5022dd38 [regression-test](profile) add regression tests for query profile and insert profile (#16998) Yusheng Xu 2023-02-23 15:35:20 +08:00
  • 52a731a2df fix compile error while use gcc12 (#17016) camby 2023-02-23 15:07:31 +08:00
  • 91fc9fae8e [Bug](complex-type) Fix is null predicate in delete stmt for array/struct/map type (#17018) xy720 2023-02-23 15:06:49 +08:00
  • 3ea6478ba8 [feature](multi-catalog) parquet reader support nested array column (#16961) Ashin Gau 2023-02-23 14:54:58 +08:00
  • 61826e3a77 [Improvement](parquet-reader) Improve performance of parquet reader filter calculation. (#16934) Qi Chen 2023-02-23 14:41:30 +08:00
  • eb116cd25e [chore](ui) execute selected code in sql editor. (#16906) ZhangYu0123 2023-02-23 14:25:06 +08:00
  • c2cc75d741 [BugFix](Jdbc Catalog) Fix null pointer exception in JdbcExecutor (#16958) Tiewei Fang 2023-02-23 14:04:54 +08:00
  • 51bbae27b8 [feature-wip](iceberg) add dlf and glue catalog impl for iceberg catalog (#16602) slothever 2023-02-23 14:02:41 +08:00
  • bc619ce5be [Fix](load)Pass hidden column to load columns (#17004) Jibing-Li 2023-02-23 13:54:36 +08:00
  • 37960e83d3 [test](Nereids) add ssb sf0.1 p1 regression case (#17046) morrySnow 2023-02-23 12:25:10 +08:00
  • 4a56140c3a [fix](planner) sub_bitmap should be always nullable (#17010) minghong 2023-02-23 12:18:28 +08:00
  • 2e1ed384fd [typo](docs) add split_by_string function 1.2.2 label (#17057) yongkang.zhong 2023-02-23 11:17:25 +08:00
  • 8eeb435963 [improvement](meta) Enhance Doris's fault tolerance to disk error (#16472) Lijia Liu 2023-02-23 08:40:45 +08:00
  • a1c0054b4c [fix](memory) fix memory GC details and join probe catch bad_alloc (#16989) Xinyi Zou 2023-02-23 08:33:30 +08:00
  • d7d82f26af [typo](docs) add date_trunc function 1.2 label (#17037) yongkang.zhong 2023-02-22 22:42:18 +08:00
  • a9fb47a80a [fix](planner) create view init bug (#16890) minghong 2023-02-22 20:40:08 +08:00
  • df2f248712 [feature](planner) add dayofweek for FEFunctions to support fold constant (#16993) mch_ucchi 2023-02-22 20:27:49 +08:00
  • 7aa063c1f3 [fix](planner) bucket shuffle join is not recognized if the first table is a subquery (#16985) starocean999 2023-02-22 20:23:00 +08:00
  • 7b0fc17c04 [enhancement](inverted index) Support fulltext index evaluate equal query and list query (#16994) YueW 2023-02-22 20:18:10 +08:00
  • 4c92730c3a [fix](planner)fix multi partition support datetime column #16759 catpineapple 2023-02-22 19:38:42 +08:00
  • dc3dab5a23 [vectorized](jdbc) fix jdbc connect sql server error (#16929) zhangstar333 2023-02-22 19:36:27 +08:00
  • 12b6786522 [fix](hive) fix unable to specify user to access hdfs (#16999) Mingyu Chen 2023-02-22 19:35:40 +08:00
  • 56ebbf8bc9 [chore](tools) fix load-clickbench-data script cannot be interrupted #17000 ZhangYu0123 2023-02-22 19:34:40 +08:00
  • 8dd1a12ea6 [typo](docs)Add upgrade precautions #17027 yongkang.zhong 2023-02-22 19:27:20 +08:00
  • e48d9c9d62 [doc](typo)update datax.md #17009 cjq9458 2023-02-22 19:27:03 +08:00
  • b194a7cf83 [improvement](memory) Support GC segment cache, when memory insufficient (#16987) Xinyi Zou 2023-02-22 18:31:20 +08:00
  • e65a061256 [Enhancement](datetimev2-enhance) support 'microseconds_add' function for datetimev2 (#16970) DuRipeng 2023-02-22 17:49:41 +08:00
  • 7956800df7 [refactor](Nereids) let type coercion same with legacy planner (#16844) morrySnow 2023-02-22 17:29:37 +08:00
  • 0b624d282d [enhancement](ut) add merge-on-write ut code back (#16939) Xin Liao 2023-02-22 16:29:15 +08:00
  • 66ceab540a [fix](replica) Fix inconsistent replica id between BE and FE in corner case of tablet rebalance (#16889) plat1ko 2023-02-22 16:21:11 +08:00
  • 51eb147711 fix inverted index doc typo and reorganize index related docs (#16915) Kang 2023-02-22 15:15:10 +08:00
  • 0b3e18d060 [chore](macOS) Support LLVM Clang 15 (#16991) Adonis Ling 2023-02-22 15:04:48 +08:00
  • 3636d0a561 [feature](merge-on-write) add DCHECK in compaction to detect data inconsistency (#16564) zhannngchen 2023-02-22 14:59:18 +08:00
  • 0e3be4eff5 [Improvement](brpc) Using a thread pool for RPC service avoiding std::mutex block brpc::bthread (#16639) chenlinzhong 2023-02-22 14:15:47 +08:00
  • ad86b931d4 [Thirdparty](clucene) update clucene to v2.4.6 to fix bthread/pthread context bug (#16982) airborne12 2023-02-22 11:24:45 +08:00
  • 29c46d6926 [fix](struct-type) fix be core when load array orc file (#16978) zxealous 2023-02-22 10:15:39 +08:00
  • 4cb97b6fb7 [chore](macOS) Fix linkage errors for the release build (#17002) Adonis Ling 2023-02-22 10:01:51 +08:00
  • 16c4e42f42 [typo](doc) 字段描述与建表sql中的不一致 (#16270) UnicornLee 2023-02-21 23:00:26 +08:00
  • 085f0826f6 update (#16975) wudi 2023-02-21 22:53:49 +08:00
  • 76ef4af29d [fix](alter inverted index) fix write edit log in replaymodifyTableAddOrDropInvertedIndices function (#16977) YueW 2023-02-21 22:36:56 +08:00
  • 52f9e03eea [fix](cooldown) Use pending_remote_rowsets to avoid deleting rowset files being uploaded (#16803) plat1ko 2023-02-21 21:58:20 +08:00
  • 0de8f90a83 [enhancement](nereids) add a session variable to control join reorder algorithm (#16783) starocean999 2023-02-21 21:08:39 +08:00
  • 09d41c3479 [fix](log) clarify error msg for tablet writer write failure (#14078) (#16954) (#16950) zhengyu 2023-02-21 19:42:49 +08:00
  • 54bf40b6e7 [feature](Nereids): Eliminate duplicate join condition. (#16910) jakevin 2023-02-21 19:40:44 +08:00
  • a95f47ac0a [ehancement](planner) Support filter the output of set operation node (#16666) AKIRA 2023-02-21 19:22:09 +08:00
  • ed05f3b480 [regression-test](fuzzy) fuzzy session variable batch_size (#16384) TengJianPing 2023-02-21 17:53:19 +08:00
  • f37da6e789 [Function](vec) use const column to opt function current_time() (#16953) HappenLee 2023-02-21 16:26:35 +08:00
  • cc839aead7 [fix](Nereids) fix signatures of some window functions (#16871) YangShaw 2023-02-21 15:55:29 +08:00
  • 004872c99a [fix](doc) fix invalid urls in tpch.md (#16949) ElvinWei 2023-02-21 15:45:31 +08:00
  • 246dd65435 [fix](doc) fix export-manual.md (#16969) Dazhuwei 2023-02-21 15:44:41 +08:00
  • 6cb452c22d [improvement](test)Set compile required and add clickbench,arm to buildall (#16944) zhangguoqiang 2023-02-21 14:47:17 +08:00
  • 879a729afb [improve](inverted index) not apply inverted index on 'in' or 'not_in' predicate which is produced by runtime_filter (#16952) YueW 2023-02-21 14:24:50 +08:00
  • 13ae8cd6c6 [doc](point query) add row cache doc for hight-concurrent-point-query (#16972) lihangyu 2023-02-21 14:18:37 +08:00
  • 6f94e84da7 [improvement](memory) fix possible double free in vcollect iterator (#16875) TengJianPing 2023-02-21 14:18:04 +08:00
  • 5ec8c51366 [fix](union iterator) fix bug that result data order of VUnionIterator is different (#16938) TengJianPing 2023-02-21 14:17:21 +08:00
  • 491d269412 [fix](tvf) fix bug that failed to get schema of tvf when file is empty (#16928) Mingyu Chen 2023-02-21 14:14:32 +08:00
  • c0bb2e33a8 [improvement](scan) separate scanner into local and remote scanner pool (#16891) Mingyu Chen 2023-02-21 14:13:09 +08:00
  • 113023fb86 (Enhancement)[load-json] support simdjson in new json reader (#16903) lihangyu 2023-02-21 11:31:00 +08:00
  • 0950a08efd [chore](tools) Support starting multiple FEs on single node (#16787) Adonis Ling 2023-02-21 10:55:36 +08:00
  • 44fed0e99b [Fix](multi catalog)(nereids)Enable runtime filter for external table (#16855) Jibing-Li 2023-02-21 10:35:58 +08:00
  • 4522aeb74a [improvement](MOW) use shared_lock when get load info in publish txn (#16874) yixiutt 2023-02-21 10:14:40 +08:00
  • 08adf914f9 [improvement](vec) avoid creating a new column while filtering mutable columns (#16850) Jerry Hu 2023-02-21 09:47:21 +08:00
  • 57519fcf50 [fix](information_schema) catch and skip exception when getting schema from FE catalog (#16647) Mingyu Chen 2023-02-21 08:43:09 +08:00
  • c618e69f59 [typo](docs)supplement the document content for grouping_id.md. (#16926) yagagagaga 2023-02-21 08:27:25 +08:00
  • e04c13b7a6 [enhancement](exception safe) make function state exception safe (#16771) yiguolei 2023-02-20 23:01:45 +08:00
  • a46941c684 [Fix](multi-catalog) Fix switch-case fall-through issue in multi-catalog module. (#16931) Qi Chen 2023-02-20 21:35:41 +08:00
  • a1799e5506 [improve](point query) reuse rowset from lookup_row_key to eliminate tablet lock (#16770) lihangyu 2023-02-20 18:38:11 +08:00
  • 83ab29fd56 [Fix](inverted index) fix compound directory unlock problem (#16861) airborne12 2023-02-20 18:29:39 +08:00
  • f32cd2c123 [fix](statistics) fix a problem with histogram statistics collection parameters (#16918) ElvinWei 2023-02-20 16:33:18 +08:00
  • c98a0bf803 [Enchancement](merge-on-write) check the correctness of rowid conversion after compaction (#16689) Xin Liao 2023-02-20 16:27:18 +08:00
  • 3a5e8f83e8 [fix](merge-on-write) fix that be may coredump when sequence column is null (#16832) Xin Liao 2023-02-20 16:25:52 +08:00
  • a3aceab72b [Fix](inverted index) fix inverted index bkd reader memory leak problem (#16885) airborne12 2023-02-20 15:39:04 +08:00
  • 66e283ac7f [improvement](doc) change some version from dev to 1.2.2 (#16907) Mingyu Chen 2023-02-20 14:48:12 +08:00
  • 218c90c159 [improvement](test) Add clickbench and arm pipeline trigger (#16922) zhangguoqiang 2023-02-20 14:15:42 +08:00
  • 21a9f5102f [doc](typo) Update spark-load-manual.md (#16911) wangtianyi2004 2023-02-20 13:22:21 +08:00
  • ce3afe7f13 [Enchancement](Materialized-View) forbiden some case in create mv with group by and fix select fail on g… (#16820) Pxl 2023-02-20 13:04:50 +08:00
  • 1011422e6d [feature](Nereids): infer isNotNull from Inner/Semi/Anti Join (#16821) jakevin 2023-02-20 12:14:15 +08:00
  • 0b96ddc090 [improvement](help-doc) Add help doc format unit test (#16904) Mingyu Chen 2023-02-20 12:02:51 +08:00
  • a17a32ebd4 [improve](show alter) add more infos to 'show alter' result for schema change job (#16843) YueW 2023-02-20 11:59:06 +08:00
  • ef2fdb79bb [Improvement](parquet-reader) Optimize and refactor parquet reader to improve performance. (#16818) Qi Chen 2023-02-20 11:42:29 +08:00
  • 2bc014d83a [Enchancement](function) remove unused params on aggregate function (#16886) Pxl 2023-02-20 11:08:45 +08:00
  • 46d5cca661 [fix](merge-on-write) The delete bitmap of the currently imported rowset is not persistent (#16859) Xin Liao 2023-02-20 11:02:41 +08:00
  • b7d2bec8ea [fix](merge-on-write) add check for segment num (#14032) zhannngchen 2023-02-20 11:01:34 +08:00
  • e958b13747 [Exec] Add conjection for union_node. (#16777) ZhaoChangle 2023-02-20 10:48:58 +08:00
  • 97230a54fb [Refactor](auth)(step-2) Add AccessController to support customized authorization (#16802) Mingyu Chen 2023-02-20 10:32:48 +08:00
  • 5291f14aff [vectorized](udf) java udf support array type (#16841) zhangstar333 2023-02-20 10:00:25 +08:00
  • 2074b83c67 [enhancement](third-party) Upgrade JEMalloc version from 5.2.1 to 5.3.0 (#14871) Xinyi Zou 2023-02-20 00:00:40 +08:00
  • 58c51086ca [bugfix](topn) fix topn read_orderby_key_columns nullptr (#16896) Kang 2023-02-19 23:28:33 +08:00
  • 1c6c28b8fb [Enhance](ComputeNode) K8sDeployManager support domain (#16897) zhangdong 2023-02-19 21:30:18 +08:00
  • cd3dbc33c9 [deps](be) update libhdfs3 and jemalloc (#16894) Mingyu Chen 2023-02-19 19:49:27 +08:00
  • 73f7979b73 [fix](struct-type) forbid struct-type to be distributed key/aggregation key and add more tests (#16626) xy720 2023-02-19 15:16:36 +08:00
  • 8b70bfdc31 [Feature](map-type) Support stream load and fix some bugs for map type (#16776) amory 2023-02-19 15:11:54 +08:00
  • 96a3c60d3b [feature-wip](MTMV) Support alter statement (#16817) huangzhaowei 2023-02-19 12:15:17 +08:00
  • d4cebb39ba [fix](Nereids): fix SemiJoinLogicalJoinTransposeProject. (#16883) jakevin 2023-02-18 23:12:34 +08:00
  • e2e6a0dd83 [Feature](load) Support mutable property for partition (#16036) zhengshengjun 2023-02-18 23:09:34 +08:00
  • 1ac5b23e40 Update doris-join-optimization.md (#15818) liwei 2023-02-18 22:24:51 +08:00
  • d6a841409f [Enhancement](func)Introduce non_nullable extraction function. #16621 ZhaoChangle 2023-02-18 20:44:07 +08:00