Closed
Description
Description
The data type of content in several columns mismatched.
Reproduction Steps
%%sqlflow
SELECT *
FROM datamap_test.iris_test
PREDICT datamap_test.iris_xgb_predict
WITH
pred.append_columns = [sepal_length, sepal_width, petal_length, petal_width],
pred.prob_column = prob,
pred.detail_column = detail,
pred.encoding_column = encoding
USING datamap_test.iris_xgb_model;