4paradigm / OpenMLDB

OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.
https://openmldb.ai
Apache License 2.0
1.59k stars 321 forks source link

create table add default null #3853

Open vagetablechicken opened 7 months ago

vagetablechicken commented 7 months ago
> create table t1(c1 string default null);
Error: [2000] default value type mismatch

default null is needless, but it should pass, and the error is not good.