Block or Report
Block or report stdpain
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
database Public
Forked from Whosemario/database
The *MangosZero* world database containing creatures, npcs etc.to populate the game world with. Report all issues at https://www.getmangos.eu/project.php?projectid=16
SQLPL
1,051 contributions in the last year
Less
More
Activity overview
Contributed to
doris-vectorized/doris-vectorized,
StarRocks/starrocks,
apache/incubator-doris
and 5 other
repositories
Contribution activity
January 2022
Created 8 commits in 2 repositories
Created a pull request in StarRocks/starrocks that received 4 comments
Provide a http interface to manually trigger compaction
TYPE: base/cumulative
curl -X POST 'http://$IP:$PORT/api/compact?tablet_id=$TABLET_ID&schema_hash=$SCHEMA_HASH&compaction_type=$TYPE'
+118
−2
•
4
comments
Opened 13 other pull requests in 1 repository
StarRocks/starrocks
2
open
9
merged
2
closed
- use copy on write opt metrict action
- [cherry-pick] Disable global dictionary optimization in case of large dictionary da…
- Fix the problem that the delete condition is not executed
- Fix overflow in while reading parquet file in external table
- Disable global dictionary optimization in case of large dictionary data
- Fix compile install miss files
- Fix lowcardinality optimization returned incorrect results in express…
- [cherry-pick] Fix overflow in ColumnRange when extend scan key (#2617)
- Fix overflow in ColumnRange when extend scan key
- [UDF] support Java UDF
- [cherry-pick] Fix Agg limit crash
- Fix Agg limit crash
- Fix overflow error in AGG Process Limit
Reviewed 6 pull requests in 1 repository
Created an issue in StarRocks/starrocks that received 1 comment
buffer-overflow in parquet external table
Steps to reproduce the behavior (Required)
SELECT * from hive_ssb_1t_parquet_customer as ref_0 right join metrics_detail as ref_1 on (ref_0.c_cus…
1
comment