Commit Graph

11624 Commits

Author SHA1 Message Date
Kate Shao 4df4c52cd8
[Doc] Update membership.md (#31231)
Signed-off-by: Kate Shao <shaowanrou@starrocks.com>
2023-11-09 09:06:20 -08:00
Zhuhe Fang 313a351adb
[BugFix] fix http stub compile error (#34678)
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
2023-11-09 10:40:03 +00:00
Zhuhe Fang 4f0035c448
[BugFix] leak change get_http_stub (#34669)
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
2023-11-09 16:02:08 +08:00
Gavin 1e6cb9d594
[Enhancement] Turn on the default starcache UT switch to build the starrocks unittests with datacache. (#34638)
Signed-off-by: Gavin <yangguansuo@starrocks.com>
2023-11-09 15:20:06 +08:00
Zijie Lu 8dfc8b5415
[Enhancement] Check if locations are valid when creating storage volume (#34619)
Signed-off-by: Zijie Lu <wslzj40@gmail.com>
2023-11-09 14:45:57 +08:00
ABing f3aa40c2d5
[BugFix] fix show mv npe after dropping table and upgrading from 3.1 to 3.2 for main (#34507)
Signed-off-by: ABingHuang <codekhuang@163.com>
2023-11-09 14:30:43 +08:00
絵空事スピリット 5c6ffb4d42
[Doc] add new page (#34608)
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
2023-11-09 14:28:57 +08:00
leoyy0316 6320dbc17c
[Feature]Support array_contains_seq functions like trino contains_sequence and ck hasSubstr function (#33929)
Signed-off-by: leoyy0316 <571684903@qq.com>
2023-11-09 14:26:44 +08:00
Felix Li c0fb87260d
[BugFix] Fix bug information_schema.schemata catalog name is null (#34627)
Signed-off-by: Astralidea <astralidea@163.com>
2023-11-09 14:23:00 +08:00
Felix Li cb267d1332
[BugFix] Fix bug list automatic partition lost meta info (#34590)
Signed-off-by: Astralidea <astralidea@163.com>
2023-11-09 14:20:27 +08:00
Zhuhe Fang 35cbd7085c
[BugFix] reuse http brpc stub and config rpc_connect_timeout_ms (#33494)
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
2023-11-09 14:11:27 +08:00
Murphy 96e287c149
[Enhancement] remove db lock in MetricRepo (#34558)
Signed-off-by: Murphy <mofei@starrocks.com>
2023-11-09 13:07:50 +08:00
dirtysalt f86e01b17b
[Feature] Support create hms/hdfs client in UGI (#34591)
Signed-off-by: yanz <dirtysalt1987@gmail.com>
2023-11-09 11:35:34 +08:00
meegoo 309ad884e7
[Enhancement] update error message of quality issue with ingested data (#34241)
Signed-off-by: meegoo <meegoo.sr@gmail.com>
2023-11-08 19:23:39 -08:00
gengjun-git 40d7b0ddf7
[BugFix] Fix skip journal failed bug (#33839)
Signed-off-by: gengjun-git <gengjun@starrocks.com>
2023-11-09 11:15:40 +08:00
amber-create fd99cf1a3d
[Doc] mod Jupyter and add it to TOC (#34599)
Signed-off-by: amber-create <yangyanping@starrocks.com>
2023-11-09 09:56:17 +08:00
stonechen111 bf64803f49
[Feature] Support more specific error message (#34484)
1. Add a parameter to Starrocks::Status::to_string to control whether the status information it outputs has context.
2. When tablet creation fails, return the error message from be to the user client through Starrocks::Status::to_string.

Signed-off-by: stonechen111 <chenshi@starrocks.com>
2023-11-08 11:42:59 -08:00
imay ac7962c333
[INF] Add security policy (#34617)
Signed-off-by: imay <buaa.zhaoc@gmail.com>
2023-11-08 10:47:16 -08:00
Alex Zhu dd2f7ac989
[UT] Fix broken BE UT caused of page cache (#34604)
Some test cases will delete the page cache, causing other test cases that use the page cache to fail.

Fixes #34602

Signed-off-by: Alex Zhu <zhuming9011@gmail.com>
2023-11-08 08:00:29 -08:00
leorishdu e66a35e082
[Feature] Support clucene deps (#34134) 2023-11-08 07:58:59 -08:00
Gavin 29df5149af
[Enhancement] Turn on the default starcache switch to build the starrocks with datacache. (#34592)
Signed-off-by: Gavin <yangguansuo@starrocks.com>
2023-11-08 19:27:46 +08:00
dirtysalt 47637203db
[BugFix] fix build.sh when detecting -j option (#34596)
Signed-off-by: yanz <dirtysalt1987@gmail.com>
2023-11-08 18:59:28 +08:00
Alex Zhu 8d9bb024bf
[UT] Make glog output to stderr (#33074)
Signed-off-by: Alex Zhu <zhuming9011@gmail.com>
2023-11-08 18:27:50 +08:00
ABing fe3933e76a
[BugFix] Fix bushy join view delta join mv rewrite. (#33562) (#34282)
Signed-off-by: ABingHuang <codekhuang@163.com>
2023-11-08 15:33:42 +08:00
Seaven 3fcdc4e1f4
[Enhancement] support decimal eq string cast flag (#34208)
Signed-off-by: Seaven <seaven_7@qq.com>
2023-11-08 15:33:08 +08:00
Alex Zhu 64a2e5d134
[Refactor] Remove legacy code (#34557)
Clusters upgraded to version 3.2 or above should no longer have data in the old format, removing the associated format conversion logic.

This PR is also part of the pr stack to remove the dependency of Segment on TabletSchema.

Signed-off-by: Alex Zhu <zhuming9011@gmail.com>
2023-11-08 07:17:27 +00:00
絵空事スピリット 4082b39181
[Doc] Fix script (#34573)
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
2023-11-08 15:04:16 +08:00
Xuefen Liu f7fa2e5acf
[BugFix] forget to choose cn when starosAgent returned "failed to get primary backend" (#34317)
Signed-off-by: abc982627271 <liuxuefen@starrocks.com>
2023-11-08 14:51:57 +08:00
srlch fbe0e0751f
[BugFix] conflict between light schema change and migration (#34542) (#34543)
Signed-off-by: srlch <linzichao@starrocks.com>
2023-11-08 06:31:12 +00:00
srlch 5474c2457c
[BugFix] Fix inconsistency crash when generated column backuped after base compaction(#34323) (#34324)
Signed-off-by: srlch <linzichao@starrocks.com>
2023-11-08 14:02:36 +08:00
stdpain d1d4c441b0
[BugFix] Fix query may hang in right outer join (#34527)
Signed-off-by: stdpain <drfeng08@gmail.com>
2023-11-08 11:23:51 +08:00
packy92 253aa2e0e8
[BugFix] fix date_format expr partition prune bug (#34511)
Signed-off-by: packy <wangchao@starrocks.com>
2023-11-08 11:23:03 +08:00
Alex Zhu c1259dee3a
[Enhancement] Refine error prompt (#34322)
Fixes #34321

Signed-off-by: Alex Zhu <zhuming9011@gmail.com>
2023-11-07 12:40:23 -08:00
wyb ee025bda3c
[BugFix] Fix chunk columns and schema fields check in memtable::insert (#34487)
when doing schema change, the chunk has shadow columns, so the columns in the chunk will be more than the fields in the schema.

Signed-off-by: wyb <wybb86@gmail.com>
2023-11-07 12:37:57 -08:00
Dan Roscigno 82302e1d09
[Doc] move to us-east-1 (#34532)
Signed-off-by: DanRoscigno <dan@roscigno.com>
2023-11-07 09:29:30 -05:00
絵空事スピリット afabb93634
[Doc] Minor fix on Create storage volume syntax (#34515)
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
2023-11-07 21:10:47 +08:00
ABing c50ea01e64
[Enhancement] Optimize rewrite for mv with cast or str2date for main (#32834) (#34112)
Signed-off-by: ABingHuang <codekhuang@163.com>
2023-11-07 20:10:42 +08:00
Gavin d1e90dec9e
[Enhancement] Support parquet footer cache. (#32799)
Signed-off-by: Gavin <yangguansuo@starrocks.com>
2023-11-07 19:55:20 +08:00
LPL 5324855908
[BugFix] Fix bug of pushing down Iceberg table In-List predicate (#34412)
Signed-off-by: LPL <lipenglin@apache.org>
2023-11-07 19:38:20 +08:00
HangyuanLiu ce628915c2
[BugFix] Fix forward compatibility for newly added PEntryObject type (2/2) (#34450)
Signed-off-by: HangyuanLiu <460660596@qq.com>
2023-11-07 19:27:27 +08:00
Felix Li 7a0c04af02
[Enhancement] Remove Unused htrace in broker (#34505)
Signed-off-by: Astralidea <astralidea@163.com>
2023-11-07 11:10:47 +00:00
andyziye 4c170821f8
[Tool] CI: Doc backport and sonarcloud use ubuntu-latest (#34516) 2023-11-07 19:02:31 +08:00
Alex Zhu a8f422e70c
[Enhancement][1/n] Get tablet schema from a specific version of tablet metadata (#33466)
The goal of this patch is to ensure the obtained tablet schema is consistent
with the data being queried. In fact, in the current implementation, the tablet
schema is consistent across all versions of the tablet metadata. However, 
this invariant will be broken soon due to the upcoming fast schema change
implementation, where the tablet schema may differ across versions of the
tablet metadata. Therefore, this patch can be seen as part of the fast schema
change implementation.

Signed-off-by: Alex Zhu <zhuming9011@gmail.com>
2023-11-07 17:13:34 +08:00
satanson 48c95622e4
[BugFix] Bugfix Applying MergeTwoProjectRule before MergeProjectWithChildRule And CTEConsumeOperator without children report errors (#34440)
Signed-off-by: satanson <ranpanf@gmail.com>
2023-11-07 16:43:47 +08:00
trueeyu 6c74527af1
[Enhancement] Optimize the performance of BitmapValue::add() (#34482)
Signed-off-by: trueeyu <lxhhust350@qq.com>
2023-11-07 16:41:53 +08:00
Youngwb 4332f70a23
[Enhancement] Choose 4 stage aggregate as default when group by columns has low ndv (#34300)
Signed-off-by: Youngwb <yangwenbo_mailbox@163.com>
2023-11-07 15:42:37 +08:00
Kevin Cai 66dd1aff4d
[Enhancement] rename `use-staros` to `enable-shared-data` (#34480)
Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
2023-11-07 14:49:49 +08:00
stephen 74f89d5205
[BugFix] add equivalent to CallOperator (#34384)
Signed-off-by: stephen <stephen5217@163.com>
2023-11-07 14:49:37 +08:00
amber-create 411705d4ff
[Doc] Fix global variable name in 3.1 rn (#34435)
Signed-off-by: amber-create <yangyanping@starrocks.com>
2023-11-07 14:48:22 +08:00
andyziye dd7005e238
[Tool] Use independent runner for sonarcloud (#34478)
Signed-off-by: AndyZiYe <yeziyu@starrocks.com>
2023-11-07 11:20:28 +08:00