BlankLin

Results 14 issues of BlankLin

### Steps to reproduce the behavior (Required) ``` 2023-10-30 17:04:32,772 WARN (starrocks-mysql-nio-pool-64|5940) [StmtExecutor.execute():532] execute Exception, sql show resources java.util.ConcurrentModificationException: null at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445) ~[?:1.8.0_301] at java.util.HashMap$EntryIterator.next(HashMap.java:1479) ~[?:1.8.0_301] at java.util.HashMap$EntryIterator.next(HashMap.java:1477) ~[?:1.8.0_301] at...

type/bug
no-issue-activity

## Why I'm doing: read har file by broker fail in broker load ## What I'm doing: modify the `FileSystemManager.java` Fixes #45320 ## What type of PR is this: -...

## Why I'm doing: ## What I'm doing: Fixes #43496 ## What type of PR is this: - [x] BugFix - [ ] Feature - [ ] Enhancement - [...

2.5
3.0
3.1
3.2
3.3

### Steps to reproduce the behavior (Required) ``` LOAD LABEL db.xxxxx_label ( DATA INFILE("har://hdfs-Cluster5/user/xx/yy/har/xx/xx_label_1d__202403.har/dt=2024-03-03/*") INTO TABLE tb_sr TEMPORARY PARTITION(temp__p20240303) COLUMNS TERMINATED BY "\u0001" FORMAT as "ORC" (`dri_name`, `open_company_id`, `vehicle_ord_type`, `is_open_dri`,...

type/bug

## Why I'm doing: support spark load hudi table to starrocks ## What I'm doing: modify the `BrokerFileGroup.java` and `SparkLoadPendingTask.java` to support the feature Fixes #issue #45317 ## What type...

3.0
3.1
3.2
3.3

### Steps to reproduce the behavior (Required) ``` LOAD LABEL db.linyu_20240424_hudi2sr ( DATA FROM TABLE hudi_table INTO TABLE linyu001_hudi_2_sr_test TEMPORARY PARTITION(temp__p20210102) SET ( `_hoodie_commit_time` = `_hoodie_commit_time`, `_hoodie_commit_seqno` = `_hoodie_commit_seqno`, `_hoodie_commit_seqno`),...

type/bug

## Why I'm doing: ``` mysql> CREATE TABLE `test_111` ( -> `project_id` bigint(20) NOT NULL DEFAULT "0" COMMENT "", -> `dt` date NOT NULL DEFAULT "1970-01-01" COMMENT "", -> `project_code`...

2.5
3.0
3.1
3.2
3.3

## Why I'm doing: ## What I'm doing: Fixes #45911 ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [...

2.5
3.0
3.1
3.2
3.3

## Why I'm doing: Yarn maintains two lists: the running tasks in list 1 and the finished tasks in list 2. To avoid excessive memory usage, 5000 lists are configured...

2.5
3.0
3.1
3.2
3.3