Skip to content

Tags: dulong41/starrocks

Tags

2.2.0-JD

Toggle 2.2.0-JD's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix refresh cache issue for hudi table (StarRocks#5382) (StarRocks#5384)

(cherry picked from commit 844870d)

Co-authored-by: miomiocat <[email protected]>

2.2.0-dla

Toggle 2.2.0-dla's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix wrong min-max filter result of parquet reader (StarRocks#4930) (S…

…tarRocks#5241)

2.0.4

Toggle 2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add file_read_timer for json scanner (StarRocks#5006) (StarRocks#5089)

This adds FileReadTimer for JsonScanner to provide facility for profile.

2.2.0-rc01

Toggle 2.2.0-rc01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support equal binary predicate on zone map filter (StarRocks#4761) (S…

…tarRocks#4946)

2.2.0-360

Toggle 2.2.0-360's commit message
Remove iceberg column stats (StarRocks#4699)

Set ndv=1 is a dangerous behaviour, and maybe optimizer will give you a unexpected plan.

(cherry picked from commit 759e422)

2.1.4

Toggle 2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix schema change bug on duplicate key table when it need final merge (

…StarRocks#4844)

2.1.3

Toggle 2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support heartbeat timeout & retry_times configuration (StarRocks#4175)

During the high overload, the heartbeat timeout will occur frequently and the load will be fail . This pull request will add retrying strategy to handling the heartbeat timeout.
The configuration is heartbeat_retry_times and the default value is 3, heartbeat_timeout_second default value is 5

1.19.7

Toggle 1.19.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix date_format %w bug2 (StarRocks#4171)

2.2.0-nightly

Toggle 2.2.0-nightly's commit message
Fix low cardinality opmize crash in pipeline when enable cache table … (

StarRocks#3915)


when we rewrite decoded slot descriptor, we add the new slot descritpor
to runtime_state.object_pool. but this slot descriptor may be accessed
in other thread. which will cause a use-after-free

2.0.3

Toggle 2.0.3's commit message
Fix join reorder projection not deal with columnOperator to columnOpe…

…rator map (StarRocks#4056)