Hao Li
Hao Li
### Description 0.28.2 changelog ### Testing done NA ### Reviewer checklist - [ ] Ensure docs are updated if necessary. (eg. if a user visible feature is being added or...
**Describe the bug** Decimal field with schema registry doesn't work seems. **To Reproduce** Steps to reproduce the behavior, include: Query: ``` CREATE STREAM INPUT123 (id decimal(16, 2) key, bar INT)...
Reverts confluentinc/ksql#10082
## What is the purpose of the change Support model CRUD sql syntax ## Brief change log Add following syntax for model * `create model` * `drop model` * `show...
[## What is the purpose of the change Catalog changes to support model resource ## Brief change log * Add `CatalogModel` related resource * Add model CRUD operations in `CatalogManager`...
## What is the purpose of the change Catalog changes to support model resource ## Brief change log * Add `CatalogModel` related resource * Add model CRUD operations in `CatalogManager`...
## What is the purpose of the change Documentation for model DDL ## Verifying this change Built doc locally ## Does this pull request potentially affect one of the following...
## What is the purpose of the change Add implementation for ml evaluate UDAF ## Brief change log ml evaluation UDAF implementation. Remove clustering since it's unsupervised. ## Verifying this...
## What is the purpose of the change Rewrite `ml_evaluate` table function scan to `ml_predict` table function scan and `LogicalAggreate` ## Brief change log Rewrite `ml_evaluate` table function scan to...