Tags: dulong41/starrocks
Tags
Fix refresh cache issue for hudi table (StarRocks#5382) (StarRocks#5384) (cherry picked from commit 844870d) Co-authored-by: miomiocat <[email protected]>
Fix wrong min-max filter result of parquet reader (StarRocks#4930) (S… …tarRocks#5241)
Add file_read_timer for json scanner (StarRocks#5006) (StarRocks#5089) This adds FileReadTimer for JsonScanner to provide facility for profile.
Support equal binary predicate on zone map filter (StarRocks#4761) (S… …tarRocks#4946)
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
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
Fix join reorder projection not deal with columnOperator to columnOpe… …rator map (StarRocks#4056)
PreviousNext