Move slow and don't break things
Block or Report
Block or report aceforeverd
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
4paradigm/OpenMLDB Public
OpenMLDB is an open-source machine learning database that provides a full-stack FeatureOps solution for production.
-
hybridsql-asserts Public
Forked from 4paradigm/hybridsql-asserts
HybridSQL third-party libraries
Shell
1,052 contributions in the last year
Less
More
Contribution activity
April 2022
Created 1 repository
Created a pull request in 4paradigm/OpenMLDB that received 12 comments
fix: 1554 lag correctness
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
for those where lag function exists in sql, e.g
select id, sum(c…
+459
−154
•
12
comments
Opened 12 other pull requests in 4 repositories
4paradigm/OpenMLDB
8
merged
1
open
- build: build rocksdb as portable
-
feat:
show table statussupporthddstorage_type - fix: workflow bugs
- ci: add labeler job
- feat(monitoring): add mixin for grafana dashboard
- docs: update compile guide on main
- docs: 1607 update compile guide
- ci(hybridsql): fix docker publish triggering logic
- feat(monitoring): openmldb prometheus exporter for v0.5.0
aceforeverd/github-action-playground
1
closed
aceforeverd/dotfiles
1
merged
p00f/clangd_extensions.nvim
1
merged
Reviewed 28 pull requests in 1 repository
4paradigm/OpenMLDB
25 pull requests
- fix: aggr table storage mode
- feat: support show functions command
- feat: support update tablets's global table when execute set command in standalone
- refactor: load dynamic lib in hybridse
- fix: fix unsaferow for window append slice
- feat: transmit storage mode of CreatePlanNode to TableInfo
- fix: memroy leak in zk_client.cc
-
feat: add
avg,count,minandmaxops in runner - feat: add degrees build-in function
- fix: fix message when icu package not found
- feat(monitoring): add mixin for grafana dashboard
- feat: update default partition number and replica num in cluster mode
- fix: add dependencies
- docs: pulsar openmldb connector docs
- feat: taskmanager create function
- docs: 1607 update compile guide
- feat: add external c++ udf
- fix: add rows cnt in cmd
- fix: quickstart doc
- fix: tablet ptr uninit fault
- fix: storage mode naming
- feat: support get output from cmd offline query
- feat: simplify the taskmanager config file in release
- feat: add storage_mode option in create table sql
- feat(monitoring): openmldb prometheus exporter for v0.5.0
- Some pull request reviews not shown.
Created an issue in 4paradigm/OpenMLDB that received 3 comments
stability issue: onebox tablet goes offline after 12h, after onebox restart, can not find tablet node correctly
Bug Description
a few problems:
the cli produce error:
2022-04-15 19:42:20,710:29470(0x7f0ce8137700):ZOO_ERROR@handle_socket_error_msg@1702: Sock…
3
comments
Opened 5 other issues in 1 repository
4paradigm/OpenMLDB
5
open
- improve the builtin udf documents for those who want to implement a complex one
- do not use global gflags to init Tablet Sever
-
online/offline consistency:
NULLreturned online while is empty string offline -
at/lag/first_valueudf function over merged window report different result compared to those not merged -
default udf
sum/sum_where/avg/avg_whereshould return NULL if no rows in range or all values is NULL