Skip to content

Mismatch with columns when write data into Hive #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BlackPoint-CX opened this issue Sep 2, 2019 · 0 comments · Fixed by #757
Closed

Mismatch with columns when write data into Hive #756

BlackPoint-CX opened this issue Sep 2, 2019 · 0 comments · Fixed by #757
Labels
DiDi The issue publisher is from Didi

Comments

@BlackPoint-CX
Copy link

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串行

@Echo9573 Echo9573 added the DiDi The issue publisher is from Didi label Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DiDi The issue publisher is from Didi
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants