问题 在使用load data inpath 将CSV文件导入到hive表时,发现列头被当做数据导入到hive表中,如下图: 原数据格式 hive建表语句 create table hive_movies ( rank int, src string, name string