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

load hive data into openmldb error: requirement failed: schema mismatch #3980

Closed chen131311 closed 2 months ago

chen131311 commented 2 months ago

Bug Description

load hive data into openmldb error: requirement failed: schema mismatch

Expected Behavior

load hive data into openmldb error: requirement failed: schema mismatch Relation Case

Steps to Reproduce

  1. hive table: CREATE EXTERNAL TABLE tmp.ods_admin_da( id bigint, biz_key string , biz_domain string, biz_type string , locked string , url string , method string
    created_at string, updated_at string, biz_tag string, status string)

  2. openMLDB table: