Siyang Tang

Results 8 issues of Siyang Tang

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description @BiteTheDDDDt ran into regression-test failure seemed related to the test-case of...

# Proposed changes Issue Number: close #16087 #16959 introduce: #16123 ## Problem summary Doris BE uses libevent to support http service currently, which is planned to be replaced by brpc...

# Proposed changes introduce: #16343 ## Problem summary pr #16343 made an api-change, use execution_timeout to enrich the semantics of original query_timeout, and execution_timeout got a more general semantics than...

area/load
approved
reviewed

## Proposed changes pick: #30536 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution...

kind/test

## Proposed changes As title. Usage: 1. `curl http://be_ip:be_host/api/compaction_score?top_n=10` Returns a json object contains compaction score for top n, n=top_n. ``` [ { "compaction_score": "5", "tablet_id": "42595" }, { "compaction_score":...

## Proposed changes 1. Schema change should rebuild distribution info after modifying columns, especially distribution columns. Or it may cause dynamic partition failed when checking distribution columns' equality. 2. Support...

area/schema-change
approved
area/dynamic-partition
reviewed
dev/2.1.x

**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** Apache Doris currently supports `stream load` feature with `http`, which transmits large size (1-10G) of data progressively from user's client to...

feature