现象:
spark sql 程序中
报错 text datasource support only a single colum, and you have 2 columns
解决:
将结果连接为一列,使用
如