Commit Graph

  • ff09daaae3 [fix](test) add order by to test_alter_table_column (#17936) Yongqiang YANG 2023-03-20 09:07:43 +08:00
  • 378789ba8a [Fix](parquet-reader) Fix dict_filter crashed caused by VDirectInPredicate checking expr result is not nullable. (#17924) Qi Chen 2023-03-20 00:02:59 +08:00
  • 5c990fb737 [fix](nereids) Analyze failed for SQL that has count distinct with same col (#17928) AKIRA 2023-03-19 22:31:47 +09:00
  • 74dfdc00dc [nerids](statistics) remove lock in statistics cache loader #17833 AKIRA 2023-03-19 21:30:21 +09:00
  • bf814411d8 [fix](tests) add order by for test_multiply and test_schema_change_with_delete (#17929) Yongqiang YANG 2023-03-19 17:57:29 +08:00
  • 1d26b4d6c2 [improvement](predicate) Cache the dict code in ComparisonPredicate (#17684) Jerry Hu 2023-03-19 17:37:28 +08:00
  • 5bd00626be [doc](releasenote) 1.2.3 release note (#17926) Luzhijing 2023-03-19 15:01:29 +08:00
  • 295b26db00 [chore](fe) update aspectj-maven-plugin to 1.14.0 version (#17890) morrySnow 2023-03-19 14:50:09 +08:00
  • dd53bc1c8d [unify type system](remove unused type desc) remove some code (#17921) yiguolei 2023-03-19 14:05:02 +08:00
  • a993ac91d4 [bugfix](jsonb memory leak) there are memory leak in jsonb field (#17922) yiguolei 2023-03-19 14:04:14 +08:00
  • e359e412e1 [vectorized](udaf) fix java udaf meet error of std::bad_alloc (#17848) zhangstar333 2023-03-19 11:52:15 +08:00
  • dfa2528b5e [fix](bitmap) fix wrong result of bitmap count functions for null values (#17849) TengJianPing 2023-03-19 11:49:58 +08:00
  • 14dcdd188e [fix](fe) fix MetricRepo.THRIFT_COUNTER_RPC_ALL NullPointException (#17552) Lei Zhang 2023-03-19 11:39:19 +08:00
  • b111f9a518 [fix](insert) Session varaiables dont work for transaction insert (#17551) Yusheng Xu 2023-03-19 10:43:02 +08:00
  • e7e13bc338 [optimize](array function) array_apply fucntion vectorized compute column_filter loop (#17687) ZhangYu0123 2023-03-19 10:18:09 +08:00
  • 5f2b68df24 [fix](regression-test) fix unstable regression test cases found in p0 (#17900) morrySnow 2023-03-19 10:11:57 +08:00
  • 0de7f9787b [doc](typo) Fix a few character errors (#17911) Jiwen liu 2023-03-19 09:09:02 +08:00
  • c5c89f3016 [Improve](hana catalog)Currently logged in users should only see the schemas they can access (#17918) yongkang.zhong 2023-03-18 22:21:01 +08:00
  • d79da2f926 [Fix](parquet-reader) Fix dict filter not enabled. (#17882) Qi Chen 2023-03-18 22:16:37 +08:00
  • c95eb8a67f [enhancement] Function(create/drop) support the global operation (#16973) (#17608) lexluo09 2023-03-18 22:06:48 +08:00
  • 49a053b3da [typo](docs) Add a hyperlink to facilitate user redirect. (#17899) yagagagaga 2023-03-18 21:21:36 +08:00
  • ee0f6120db [typo](doc)Replace invalid urls (#17886) superche 2023-03-18 21:20:52 +08:00
  • 88713037bf [Bug][Fix] pipeline exec engine get wrong result when run regression test (#17896) HappenLee 2023-03-18 20:41:10 +08:00
  • e4d9ecd389 [regression-test](array) Fix array case, add order by (#17906) lihangyu 2023-03-17 21:24:41 +08:00
  • 3593b82498 [fix](schema change) Fix fe restart failed because of replay schema change alter job failed (#17825) YueW 2023-03-17 20:54:50 +08:00
  • 5c5dcfda78 Revert "[enhancement](memory) PODArray replaces MemPool in PredicateColumn (#17800)" (#17910) TengJianPing 2023-03-17 20:50:01 +08:00
  • 46d88ede02 [Refactor](Metadata tvf) Reconstruct Metadata table-value function into a more general framework. (#17590) Tiewei Fang 2023-03-17 19:54:50 +08:00
  • 8debc96d74 [enhancement](nereids) update FilterEstimation and Agg in stats derive (#17790) minghong 2023-03-17 18:01:50 +08:00
  • 043f77200f [Bug](dynamic-table) Fix column alignment logic and support filtering null values when slot is not null (#17842) lihangyu 2023-03-17 16:53:30 +08:00
  • 5bd5402378 [bug](udf) add synchronized to test resolve error of zip file closed (#17812) zhangstar333 2023-03-17 14:35:26 +08:00
  • 1080a413a2 [fix](metric) Fix bug for that register txn replica failed (#17855) caiconghui 2023-03-17 11:42:40 +08:00
  • bd44cc3f73 [fix](regression-test) move some case in test_query_sys_tables to p2 #17859 WenYao 2023-03-17 11:26:06 +08:00
  • b95cd7eca2 [Refactor](function) Reconstruct default logic for const args. (#17830) ZhaoChangle 2023-03-17 11:13:13 +08:00
  • 5d3de05976 [feature](map) basic functions for map datatype (#16916) Kang 2023-03-17 10:28:17 +08:00
  • f099b7d7b5 [Doc](typo) Remove redundant symbols and Fix some misspelled words (#17609) Jiwen liu 2023-03-17 09:01:59 +08:00
  • 1222403233 [doc](typo)Fix docs insert into manual #17856 taomengen 2023-03-17 08:57:02 +08:00
  • cf56a76108 [doc](typo)fix the different between cn and en document #17875 Hao 2023-03-17 08:52:51 +08:00
  • 0ec10d4836 [Enhancement](fe exception) write a java annotation to catch throwable from a method and print log (#17797) NetShrimp 2023-03-17 08:52:27 +08:00
  • b4b126b817 [Feature](parquet-reader) Implements dict filter functionality parquet reader. (#17594) Qi Chen 2023-03-16 20:29:27 +08:00
  • 24dbdb6a2f Update es.md (#17816) Hu Yanjun 2023-03-16 20:14:47 +08:00
  • e98143d44a [chore](thrift proto) add mysql_row_binary_format to PaloInternalService.thrift (#17844) lihangyu 2023-03-16 18:48:56 +08:00
  • 9173096b2d [fix](ui) fix download txt format error (#17789) Jeffrey 2023-03-16 17:59:29 +08:00
  • b5867176d4 [enhance](cooldown) add new cooldown cases (#16888) AlexYue 2023-03-16 17:34:32 +08:00
  • b17c421f52 [fix](datetime) will get String index out of range exception (#17735) xueweizhang 2023-03-16 16:13:47 +08:00
  • 5dde910931 [feature](profile) add clean all profile sql (#17751) xueweizhang 2023-03-16 16:12:21 +08:00
  • cbfbe67508 [enhancement](fe query schedule) use try write lock to avoid too much wait time for planner (#17822) yiguolei 2023-03-16 16:01:33 +08:00
  • ffda858f01 [fix](regression) fix unstable test cases and remove redundant cases (#17845) morrySnow 2023-03-16 15:59:26 +08:00
  • c29582bd57 [pipeline](split by segment)support segment split by scanner (#17738) HappenLee 2023-03-16 15:25:52 +08:00
  • ea943415a0 [bugfix](compaction) remove useless check (#17804) yixiutt 2023-03-16 15:23:49 +08:00
  • caed2155f5 [test](fix) use vertorized interface in test (#17649) yixiutt 2023-03-16 15:23:07 +08:00
  • 731ba93773 [fix](regression) fix regression case (#17846) TengJianPing 2023-03-16 14:33:16 +08:00
  • b3d8be7cac [fix](cooldown)add push conf for alter storage policy (#17818) pengxiangyu 2023-03-16 14:27:27 +08:00
  • ee7226348d [FIX](Map) fix map compaction error (#17795) amory 2023-03-16 13:54:01 +08:00
  • 0086fdbbdb [enhancement](planner) support delete from using syntax (#17787) morrySnow 2023-03-16 13:12:00 +08:00
  • bece027135 [ehancement](profile) Add HTTP interface for q-error (#17786) AKIRA 2023-03-16 13:19:23 +09:00
  • 67b7128e8a [tools](tpcds) fix bug of generating and loading data (#17835) Dongyang Li 2023-03-16 11:59:39 +08:00
  • c2edca7bda [fix](Nereids) construct project with all slots in semi-semi-transpose-project rule (#17811) 谢健 2023-03-16 11:53:32 +08:00
  • 12d9d19366 [docs](Nereids) add nereids zh-CN docs (#16743) morrySnow 2023-03-16 11:52:30 +08:00
  • a627a563cc [pipeline](ckb) the pull request which id is even also needs run clickbench (#17759) Dongyang Li 2023-03-16 11:36:22 +08:00
  • ffa1d4d96a [regression-test](mtmv) drop table and mv before running the case (#17802) Mingyu Chen 2023-03-16 11:16:06 +08:00
  • ebe651dae9 [Fix](Planner)Add call once logic to analyze of function aes_decrypt #17829 LiBinfeng 2023-03-16 11:04:21 +08:00
  • 1da3e7596e [fix](point query) Fix NegativeArraySizeException when prepared statement contains a long string (#17651) meiyi 2023-03-16 10:24:33 +08:00
  • f8ad01f55d [fix](fe) fix drop frontend removeUnReadyElectableNode incorrectly (#17680) Lei Zhang 2023-03-16 10:22:42 +08:00
  • b043b9798d [feature](bdbje) Add config param for bdbje logging level (#17064) Lei Zhang 2023-03-16 09:50:44 +08:00
  • a53d46e317 [Fix](array function) fix array_pushfront function with DecimalV3 #17760 ZhangYu0123 2023-03-16 09:03:52 +08:00
  • 17d1c1bc7f [enhancement](memory) PODArray replaces MemPool in PredicateColumn (#17800) Xinyi Zou 2023-03-16 09:01:28 +08:00
  • bcc568d240 [fix](pipeline)delete all env.COMMENT without "", avoid introducing security vulnera… #17823 zhangguoqiang 2023-03-16 08:59:22 +08:00
  • 921e8192b2 [fix](multi-catalog) fix hana jdbc catalog insert error (#17838) yongkang.zhong 2023-03-16 07:25:19 +08:00
  • d4dc56c99e [fix](insert) Fragment is not cancelled when client quit without commit a rollback transation insert (#17678) meiyi 2023-03-15 21:46:40 +08:00
  • 990dce9a47 [fix](load) fix load channel timeout too fast in routine load task (#17796) zhengyu 2023-03-15 21:12:02 +08:00
  • 0ad459fea5 [fix](multi-catalog) fix forward to master throw NPE (#17791) Mingyu Chen 2023-03-15 20:50:29 +08:00
  • e4a1e57d6f [feature](multi-catalog) support sap hana jdbc catalog and jdbc external table (#17780) yongkang.zhong 2023-03-15 20:37:36 +08:00
  • 54a51933b6 [improvement](FQDN) Support existing cluster upgrade (#17659) yinzhijian 2023-03-15 20:13:13 +08:00
  • 079e6a3e12 [regression-test](vectorized) remove unused vectorization flag (#17662) Gabriel 2023-03-15 17:59:22 +08:00
  • 1fdc265083 [fix](Nereids) lock tables when analyze may lead to dead lock (#17776) morrySnow 2023-03-15 14:00:27 +08:00
  • 1e3da95359 [fix](Nereids): fix LAsscom split conjuncts. (#17792) jakevin 2023-03-15 13:39:08 +08:00
  • ceff7e851d [fix](cooldown)Check cooldown ttl and datetime when alter storage policy (#17779) pengxiangyu 2023-03-15 12:19:30 +08:00
  • a378a6024d [fix](cooldown)Support change be.conf: max_sub_cache_file_size (#17773) pengxiangyu 2023-03-15 12:19:12 +08:00
  • bbf88ecc49 [Bug](datetimev2) Fix BE crash if scale is invalid (#17763) Gabriel 2023-03-15 12:08:23 +08:00
  • 049b70b957 [test](Nereids) add yandex metrica p2 regression case (#17082) morrySnow 2023-03-15 11:50:00 +08:00
  • c8de04f9d7 [fix][Nereids] fix not correct condition to checkReorder in InnerJoinRightAssociate. (#17799) Weijie Guo 2023-03-15 11:49:03 +08:00
  • 97bf07fe26 [enhancement](Nereids) add new distributed cost model (#17556) 谢健 2023-03-15 11:22:31 +08:00
  • 66f3ef568e (functions) optimize const_column to full convert ZhaoChangle 2023-03-15 10:57:03 +08:00
  • 85080ee3c3 [vectorized](function) support array_map function (#17581) zhangstar333 2023-03-15 10:51:29 +08:00
  • ca0367d846 FIX: es doc (#17771) Stalary 2023-03-15 10:40:53 +08:00
  • 5ab758674e [fix](planner) nested loop join with left semi generate repeat result (#17767) morrySnow 2023-03-15 09:56:44 +08:00
  • 45fcdaabc7 [Bug](catalog) Fix fetching information_schema table timed out(#17692) (#17694) yuxuan-luo 2023-03-15 09:56:24 +08:00
  • 16a4dc0a85 [ehancement](profile) Disable profiling for the internal query (#17720) AKIRA 2023-03-15 10:48:29 +09:00
  • 64c2437be5 [fix](coalesce) support coalesce function for bitmap (#17798) TengJianPing 2023-03-15 09:34:44 +08:00
  • 9b047d2c94 Feat: Add byte size to TTypedesc in TExpr. Which will be used to carry scalarType information. (#17757) LiBinfeng 2023-03-15 08:24:32 +08:00
  • 7872f3626a [feature](Nereids): Rewrite InPredicate to disjunction if there exist items < 3 elements in InPredicate (#17646) jakevin 2023-03-15 08:23:56 +08:00
  • 02220560c5 [Improvement](multi catalog)Hive splitter. Get HDFS/S3 splits by using FileSystem api (#17706) Jibing-Li 2023-03-15 00:25:00 +08:00
  • b28f31f98d [fix](meta) fix show create table result of hive table (#17677) Yulei-Yang 2023-03-14 22:50:35 +08:00
  • 76f486980a [docs](user)update the users number (#17749) Luzhijing 2023-03-14 22:42:51 +08:00
  • e46077fbf4 print group id for physical plan node (#17742) minghong 2023-03-14 22:35:08 +08:00
  • 7180cf3d9b [Improve](row store) avoid serialize null slot into a jsonb row (#17734) lihangyu 2023-03-14 22:13:41 +08:00
  • 6348819c27 [fix](Nereids) remove bitmap_union_int(bigint) signature (#17356) morrySnow 2023-03-14 20:42:47 +08:00
  • ff9e03e2bf [Feature](add bitmap udaf) add the bitmap intersection and difference set for mixed calculation of udaf (#15588) zhbinbin 2023-03-14 20:40:37 +08:00
  • 65f71d9e06 [enhance](nereids) broadcast cost calculate (#17711) minghong 2023-03-14 19:45:03 +08:00
  • 699159698e [enhancement](planner) support update from syntax (#17639) morrySnow 2023-03-14 19:26:30 +08:00