错误类型:
CSV data source does not support struct<type:tinyint,size:int,indices:array<int>,values:array<double>> data type.
predictPredict.select("user_id", "probability", "label").coalesce(1)
.write.format("com.databricks.spark.csv").mode("overwrite")
.option("header", "true").option("delimiter","\t").option("nullValue", Const.NULL)
.save(fileName.predictResultFile + day)
predictPredict选择probability列保存会出现'`probability`' is of struct<type:tinyint,size:int,indices:array<int>,values:array<double>> type 这个错误, 因为是DenseVector不可以直接报