Pinned
1,025 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 4 commits in 1 repository
Opened 4 pull requests in 1 repository
StarRocks/starrocks
1
open
3
merged
Reviewed 14 pull requests in 1 repository
StarRocks/starrocks
14 pull requests
- Remove scalar builtins_functions
- Add cache dict manager for low cardinality string
- Fix Fe ut
- Recover tuple_is_null file in 1.19
- bugfix: failed to insert DATETIME in non-vectorized mode
- Add Builder pattern for LogicalOperator
- Estimate inner join row count using a middle ground method
- Support meta scan query in FE
- Fix group_cancat const args BE crash bug
- [SR-4963] fix insert datetime column crash
- Refactor column prune rule and LogicalProject
- Add thrift definition for low cardinality string global dict
- [SR-4947] Enable one Agg phase with limit 1
- Refactor Join and Agg Operator to eliminate variability