ricky
ricky
## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc...
## Why I'm doing: Now, the progress of `insert into some_tble select * from files(xxx)` is not correct. The progress would always be 99% after the insert begins. ## What...
## Enhancement The progress of `insert into some_tble select * from files(xxx)` is always 99% in the progress of inserting, which cannot denote the actual progress of insert. Besides, the...
## Why I'm doing: Now, the broker load requires that the table column name must be found in files. Otherwise, `Invalid Column Name: xxx` is reported. ## What I'm doing:...
## Why I'm doing: The `csv.trim_space` property of `files()` should be in bool type. Now, the `files()` will not report any error even if we set `csv.trim_space` as any illegal...
## Why I'm doing: Now, stream load doesn't support compressed data payload. ## What I'm doing: This PR adds the support of the compressed data payload in JSON format. You...
## Why I'm doing: When there's a FE RPC failure, we often get a error `call frontend service failed reason=xxx`. ## What I'm doing: This PR improves the error message....
This project gets error as below when we run `go mod tidy`, which led by the wrong import version of `github.com/jackc/pgx`. ``` go: finding module for package github.com/jackc/pgx/pgxpool github.com/influxdata/influxdb-comparisons/cmd/bulk_load_timescale imports...
## Why I'm doing: ## What I'm doing: This PR corrects the CSV format multi bytes delimiter for `files()` Fixes https://github.com/StarRocks/StarRocksTest/issues/7268 ## What type of PR is this: - [x]...
## Why I'm doing: Now, the SR does't support loading JSON to complex type column. ## What I'm doing: This PR adds the support of JSON format loading to STRUCT/MAP/ARRAY...