OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.

Results 359 OpenMLDB issues
Sort by recently updated
recently updated
newest added

**Bug Description** The following two kinds of SQL create tables. Show table status shows that partition is wrong + sql1 ```sql create table t3 (c1 string NOT NULL,c2 int,c3 timestamp,c4...

bug
storage-engine

![WX20220718-174838](https://user-images.githubusercontent.com/6183996/179486690-e5766e84-4315-4fa2-b1c1-3d60d14d9ea7.png)

bug
storage-engine

You may follow the built-in aggregate function development doc (Chinese) https://openmldb.ai/docs/zh/main/developer/built_in_function_develop_guide.html

**Bug Description** When window is open, ts=0, calculation error + case ```yaml - id: 1 desc: ts列的值为0 inputs: - columns: [ "c1 string","c3 int","c4 bigint","c5 float","c6 double","c7 timestamp","c8 date" ]...

bug
execute-engine

Each apiserver request has its own db, but NsClient used to cache db. So we may get no db bug when we request apiserver and it calls NsClient.

enhancement
api-server

**Bug Description** **Expected Behavior** The premise of migrate operation needs to be explained: 1.auto_ failover is false 2. You can only operate follower

bug
documentation
storage-engine

**Bug Description** When ts=0, the calculation of history window is wrong. + case ```yaml - id: 32 desc: rows_range-纯历史窗口-current_row-ts=0 inputs: - columns: [ "c1 string","c3 int","c4 bigint","c5 float","c6 double","c7 timestamp","c8...

bug
execute-engine

**Bug Description** same as #2177 but for long window **Expected Behavior** **Steps to Reproduce** 1. 2. 3. 4.

bug
execute-engine

glog config can't use gflags style to config now, cuz we built glog before gflags in thirdparty pre-built. e.g. `--v`, `--vmodule` Now we can use `GLOG_v` to open vlog. But...

build

**Describe the feature you'd like** enhance #2091 **Additional context** Add any other context or screenshots about the feature request here.

enhancement
api-server