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

build
execute-engine
storage-engine

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.2.0 to 2.9.0. Release notes Sourced from com.jayway.jsonpath:json-path's releases. json-path-2.9.0 What's Changed Fix for CVE-2023-51074. update dependencies by @​SingingBush in json-path/JsonPath#965 JPMS: define Automatic-Module-Name as json.path by...

dependencies
java

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) * **What is the current behavior?** (You can also link to an open issue here)...

documentation

https://github.com/4paradigm/OpenMLDB/blob/21184d56251cd96088d787dfdb32527c84c78467/src/storage/segment.cc#L437-L458 ref https://utqcxc5xn1.feishu.cn/docx/FTbtdV25eoZDkjxODpCc44qhnlc , if we have a table with indexes in same keys but different ts, e.g. ``` CREATE TABLE talkingdata( ip int,app int,device int,os int,channel int,click_time timestamp,attributed_time timestamp,is_attributed...

bug
storage-engine

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

documentation
dependencies
python

**Bug Description** If we update the version of openmldb in docker image, it will fail. Here are the files that we should update for openmldb 0.9.0. ``` test/integration-test/openmldb-test-python/install.sh demo/Dockerfile ```...

bug

documentation
execute-engine
storage-engine

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) feature * **What is the current behavior?** (You can also link to an open issue...

execute-engine

**Bug Description** We are using openmldb 0.9.0 docker image to setup the cluster with `./init.sh`. The following sql will get incorrect result. ``` create database if not exists tpcc; use...

bug