- May 16, 2022
-
-
broccoliSpicy authored
-
nnsgmsone authored
* Add batch's reference count and fix errcheck cases * replace panic with require.NoError
-
ou yuanning authored
* build TCL plan * minor improve * improve test code
-
- May 15, 2022
-
-
maomao authored
-
XuPeng-SH authored
* (tae): fix errcheck * (tae): update tae stop steps * (tae): update statemachine stop * (tae): update tae stop steps * (aoe): temp workaround for aoe split
-
GreatRiver authored
* Add tae layout * Add mutex when NewBlockFile * Fix bitmap free bug * Fix log write bug * Add file Destory * Update dataio block * Create segment to disable sync by default * Optimize the Destroy interface of the block * Add unmount segment of layout * Add layout segment Destroy * Add Allocator interface * Add free space and delete segment file * Disable file free
-
XuPeng-SH authored
* (tae): add system db * (tae): add system db * (tae): add system db 2 * (tae): add system db 3 * (tae): add system db 4 * (tae): add system db 5 * (tae): clean for linter * (tae): add more prints * (tae): bug fix in dispatcher
-
- May 14, 2022
-
-
iamlinjunhong authored
-
GuokeCui authored
* Static check: fix cases for `errcheck`; * Panic for non-handling error;
-
jiangxinmeng1 authored
-
nnsgmsone authored
-
daviszhen authored
-
- May 13, 2022
-
-
XuPeng-SH authored
* (tae): add system db models * (tae): support cross db transaction * (tae): add ut
-
GuokeCui authored
-
nnsgmsone authored
-
GuokeCui authored
-
nnsgmsone authored
-
maomao authored
* enable sca check * slightly refactor makefile
-
chenmingsong authored
* add function register for compute layer refactor * remove redundant attribute, fix a type-chek bug * support own type-check function for each function with variable-length parameters * remove unused code, add init logic for function package * refactor the Function structure and related method * add unittest for functionRegister and fix bugs * use function_id instead of function_name to do register work
-
nnsgmsone authored
* Add group operator * Add batchFill of group operator
-
XuPeng-SH authored
Co-authored-by:
jiangxinmeng1 <51114574+jiangxinmeng1@users.noreply.github.com>
-
GuokeCui authored
Remove unused code directly according to linter deadcode. # How to check deadcode golangci-lint run --disable-all --max-same-issues 10000 --max-issues-per-linter 10000 -E deadcode
-
- May 12, 2022
-
-
GuokeCui authored
-
GuokeCui authored
-
maomao authored
-
tjie authored
* Add built-in function oct (#2115) Signed-off-by:
lawrshen <191220090@smail.nju.edu.cn> * refine: use bit operations instead of strconv.FormatUint Signed-off-by:
lawrshen <191220090@smail.nju.edu.cn>
-
e11jah authored
* add built-in string function bin * refine test codes for bin func * refine: use bit operations instead of strconv.FormatUint
-
GuokeCui authored
-
nnsgmsone authored
-
maomao authored
* remove debug param * add nightly static code analysis & ut coverage
-
GuokeCui authored
-
XuPeng-SH authored
-
- May 11, 2022
-
-
nnsgmsone authored
-
Cui Guoke authored
-
ou yuanning authored
Co-authored-by:
Yingfeng <yingfeng.zhang@gmail.com>
-
broccoliSpicy authored
* add decimal compare * add Align Decimal using scaleDiff Batch function
-
maomao authored
* remove ut coverage check in ut * remove debug param
-
XuPeng-SH authored
* (aoe): optimization * (tae): update for append node * (tae): add exception state * (tae): temp not check gc ops
-
ou yuanning authored
-
maomao authored
-