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

**Describe the feature you'd like** A clear and concise description of what you want to happen. **Additional context** Add any other context or screenshots about the feature request here.

udf
execute-engine

**Describe the feature you'd like** ``` +---+-----+---+-------+-------------------+---------+----------+--------+--------+-----+ | id| uid|mid| cardno| trans_time|trans_amt|trans_type|province| city|label| +---+-----+---+-------+-------------------+---------+----------+--------+--------+-----+ | 1|UserA| M1|1111111|2022-02-02 10:00:00| 10.0| CASH| SH|ShangHai| true| | 3|UserA| M2|1111111|2022-02-03 11:00:00| 20.0| POS| SH|ShangHai| true|...

**Bug Description** Now the offline jobs may crash when adding `--conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'` for offline jobs. It may works but Kyro serialization is not suggested for OpenMLDB offline jobs.

bug

Now users can set any string value to `execute_mode` which is invalid and should be prevented when setting. ![image](https://user-images.githubusercontent.com/2715000/147051516-d86999ed-d876-4b26-bf46-d705754b00e9.png)

enhancement

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

documentation

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

documentation

**Bug Description** Tested top_n_key_count_cate_where and top functions, other behaviors without importing data,It's been like this after a while ``` 10.97.152.110:6527/tutorial> select * from t1; Get exception: SQL parse error: Fail...

bug
task-manager

**Bug Description** here is the yaml case ```yaml - id: 1 sql: | SELECT t1.col1 as id, t1.col0 as t1_col0, t1.col1 + t2.col1 + 1 as test_col1, t1.col2 as t1_col2,...

bug
execute-engine

if we deploy a new SQL to OpenMLDB, it will not sync to replica cluster currently.

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

documentation