- Beijing, China
Block or Report
Block or report hjxilinx
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
TDengine Public
Forked from taosdata/TDengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).
C
-
1,356 contributions in the last year
Less
More
Contribution activity
April 2022
Created 5 commits in 1 repository
Opened 46 pull requests in 1 repository
taosdata/TDengine
46
merged
- fix(query): get the correct data block column number.
- refactor(query): do some internal refactor.
- fix(query): enable mnd to support show topics processing.
- enh(query): Add the group id in the serialized block format to support the multi-table(super table) interval query.
- fix(driver): the user specified port that is in taos_connect API isn't active.
- fix(query): if one vgroup has no tables, query against this vgroup will receive unexpected error.
- fix(query): taosd crash caused by time range query
- fix(query): fix invalid write in distinct query.
- fix(query): set the start row index to be the correct value.
- fix(query): fix the crash caused by the complex having clause
- feat(query): a new builtin aggregate function is added.
- fix(query): avoid the output result overlap within the project operator buffer.
- enh(query): set the parameters for system database to be NULL
- fix(query): fix bug in calculating the aggregate function
- fix(query): enable to employ the scalar function as the parameter of the aggregate function.
- enh(query): add the file data block load optimization check.
- doc: fix a typo in cpp.mdx
- feat(query): add the merge join operator for child table inner join.
- ehn(query): remove some redundant codes in executor.
- fix(query): disable the auto conversion of ucs4 string
- enh: a few internal improvements
- fix(query): handle crash of taosd caused by a complex expression in GROUP BY clauses.
- fix(query): load the null data in nchar/binary columns.
- fix(query): correct null write error for varchar/nchar data type.
- enh(query): enable min/max function to be applied to bool data type.
- Some pull requests not shown.
Reviewed 11 pull requests in 1 repository
taosdata/TDengine
11 pull requests
- fix(query): fixed 'invalid handle' error in associated queries
- fix(query): fixed 'invalid handle' error in associated queries
- Tcache cleanup branch
- docs: refine dnode management page
- docs: refine get started and add new tao shell reference page
- fix: enhance verify condition
- docs: move alter table set tag to proper place
- feat(tsdb): delete time series data
- docs: refine some documents in advanced features, reference guide and…
- feat(query): group by multi columns
- TD-13873: add the description of CSUM, MAVG and SAMPLE functions