Pinned
1,072 contributions in the last year
Less
More
Contribution activity
July 2021
Created 44 commits in 4 repositories
Created 2 repositories
Created a pull request in datafuselabs/datafuse that received 16 comments
[sql] more custom types parser support
I hereby agree to the terms of the CLA available at: https://datafuse.rs/policies/cla/ Summary more custom types parser support Changelog Improvement
+30
−12
•
16
comments
Opened 9 other pull requests in 4 repositories
datafuselabs/datafuse
5
merged
datafuselabs/datafuse-presentations
2
merged
datafuselabs/fusebots
1
merged
ballista-compute/sqlparser-rs
1
open
Reviewed 12 pull requests in 2 repositories
datafuselabs/datafuse 11 pull requests
- Bump vergen from 5.1.12 to 5.1.13
- Try to add function
- aggregate state
- [doc] refine: add star gazers trend
- [optimizer][CBO] count(*) with table statistics
- Allocator feature disable by default
- support show create table
- fix rls component error
- ISSUE-822: add allocators and set fuse-query default malloc to snmalloc
- Refactor datavalues and datatypes
- correct the behavior and batch if combinator
sundy-li/clickhouse-srv 1 pull request
Created an issue in datafuselabs/datafuse that received 5 comments
Sleep function not work for dummy table
Summary
Sleep function not work for dummy table
How to reproduce
datafuse :) select count(sleep(2)) from numbers(10); SELECT count(sleep(2))
FROM …
5
comments