Skip to content

Mismatch with columns when write data into Hive #756

Closed
@BlackPoint-CX

Description

@BlackPoint-CX

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;

Screenshots
column串行

Metadata

Metadata

Assignees

No one assigned

    Labels

    DiDiThe issue publisher is from Didi

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions